2024-04-19T22:05:44.123 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T22:05:44.123 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi --verbose --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864 -- /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/orig.config.yaml 2024-04-19T22:05:44.153 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T22:05:44.248 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} email: ceph-qa@ceph.com first_in_suite: false job_id: '7663864' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN log-only-match: - CEPHADM_ sha1: d0bf63dd179c05751e4be49477389aa290c73089 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0bf63dd179c05751e4be49477389aa290c73089 workunit: branch: squid sha1: e02d68a84525e0fa855f080a47dd96b350c21c42 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 5868 sha1: d0bf63dd179c05751e4be49477389aa290c73089 sleep_before_teardown: 0 subset: 38/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e02d68a84525e0fa855f080a47dd96b350c21c42 targets: smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLCmFIiRPmIICse/5DIXw0l/PuycauF3qu+FAVAT1TbkGsAn5QaRsCQlJ4Hb+SzGsCsg3NcDJ6pAkgvo/pdDO6w= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEdumnS/v5iCU88RiCr57W979P7Nwi2kJ2aZwS1XkKBmyTaIU64/usCOkOUYcOc2kaVEEaxbJvKGxXnwbO8KCTI= smithi164.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMj1MnzhXFgApvLWX1qbiThH3CPZpwmhv/Y5YUsBXy5RXufXTRcCJFEUr6gN0kBzd17FDyXTH7DON8FVxCpaTdA= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T22:05:44.248 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa; will attempt to use it 2024-04-19T22:05:44.249 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa/tasks 2024-04-19T22:05:44.249 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T22:05:44.251 INFO:teuthology.task.internal:Checking packages... 2024-04-19T22:05:44.280 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd0bf63dd179c05751e4be49477389aa290c73089' 2024-04-19T22:05:44.281 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T22:05:44.281 INFO:teuthology.packaging:ref: None 2024-04-19T22:05:44.281 INFO:teuthology.packaging:tag: None 2024-04-19T22:05:44.281 INFO:teuthology.packaging:branch: squid 2024-04-19T22:05:44.281 INFO:teuthology.packaging:sha1: d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:05:44.282 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-19T22:05:44.621 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2403-ge02d68a8-1jammy 2024-04-19T22:05:44.623 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T22:05:44.630 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T22:05:44.630 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T22:05:44.643 INFO:teuthology.task.internal:Saving configuration 2024-04-19T22:05:44.659 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T22:05:44.665 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T22:05:44.685 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864', '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-04-19 21:58:07.898037', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBR5VNu03MJQn4qEHUJTLKJnfN5XtdkzWg+LrGOeB5Ni'} 2024-04-19T22:05:44.705 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864', '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-04-19 21:58:07.900798', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJtr2w/VN83i11YHLZnTPzdzovuSyzE5dKD0VWQMqvUk'} 2024-04-19T22:05:44.728 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi164.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864', '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-04-19 21:58:07.899660', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFrdz9PBJbmsZRuGDOAotXb+4g+P2AENpyW7LU7mery'} 2024-04-19T22:05:44.728 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T22:05:44.735 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-19T22:05:44.735 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-19T22:05:44.735 INFO:teuthology.task.internal:roles: ubuntu@smithi164.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-19T22:05:44.736 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T22:05:44.866 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5018256280>, signals=[15]) 2024-04-19T22:05:44.866 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T22:05:44.873 INFO:teuthology.task.internal:Opening connections... 2024-04-19T22:05:44.874 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-04-19T22:05:44.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:05:44.959 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-04-19T22:05:44.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:05:45.041 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi164.front.sepia.ceph.com 2024-04-19T22:05:45.042 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:05:45.167 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T22:05:45.176 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-04-19T22:05:45.183 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-04-19T22:05:45.183 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-04-19T22:05:45.229 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T22:05:45.229 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Ubuntu" 2024-04-19T22:05:45.229 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="22.04" 2024-04-19T22:05:45.229 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_CODENAME=jammy 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:ID=ubuntu 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE=debian 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T22:05:45.230 INFO:teuthology.orchestra.run.smithi110.stdout:UBUNTU_CODENAME=jammy 2024-04-19T22:05:45.231 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-04-19T22:05:45.248 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-04-19T22:05:45.253 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-04-19T22:05:45.254 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-04-19T22:05:45.298 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T22:05:45.298 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-04-19T22:05:45.298 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="22.04" 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=jammy 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T22:05:45.299 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=jammy 2024-04-19T22:05:45.299 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-04-19T22:05:45.323 DEBUG:teuthology.orchestra.run.smithi164:> uname -m 2024-04-19T22:05:45.329 INFO:teuthology.orchestra.run.smithi164.stdout:x86_64 2024-04-19T22:05:45.329 DEBUG:teuthology.orchestra.run.smithi164:> cat /etc/os-release 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:NAME="Ubuntu" 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_ID="22.04" 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:VERSION_CODENAME=jammy 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:ID=ubuntu 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:ID_LIKE=debian 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T22:05:45.377 INFO:teuthology.orchestra.run.smithi164.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T22:05:45.378 INFO:teuthology.orchestra.run.smithi164.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T22:05:45.378 INFO:teuthology.orchestra.run.smithi164.stdout:UBUNTU_CODENAME=jammy 2024-04-19T22:05:45.378 INFO:teuthology.lock.ops:Updating smithi164.front.sepia.ceph.com on lock server 2024-04-19T22:05:45.407 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T22:05:45.415 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T22:05:45.421 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T22:05:45.421 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-04-19T22:05:45.424 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-04-19T22:05:45.427 DEBUG:teuthology.orchestra.run.smithi164:> test '!' -e /home/ubuntu/cephtest 2024-04-19T22:05:45.432 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T22:05:45.438 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T22:05:45.438 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-04-19T22:05:45.472 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-04-19T22:05:45.475 DEBUG:teuthology.orchestra.run.smithi164:> test -z $(ls -A /var/lib/ceph) 2024-04-19T22:05:45.502 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T22:05:45.583 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T22:05:45.609 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T22:05:45.609 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T22:05:45.610 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T22:05:45.611 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T22:05:45.611 DEBUG:teuthology.orchestra.run.smithi164:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T22:05:45.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T22:05:45.617 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-19T22:05:45.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T22:05:45.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T22:05:45.619 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-04-19T22:05:45.619 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-04-19T22:05:45.664 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-56-generic 2024-04-19T22:05:45.664 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.15.0-56-generic 2024-04-19T22:05:45.664 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-04-19T22:05:45.666 INFO:teuthology.orchestra.run.smithi164.stdout:5.15.0-56-generic 2024-04-19T22:05:45.666 INFO:teuthology.task.kernel:Running kernel on smithi164: 5.15.0-56-generic 2024-04-19T22:05:45.666 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-04-19T22:05:45.668 INFO:teuthology.orchestra.run.smithi110.stdout:5.15.0-56-generic 2024-04-19T22:05:45.668 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.15.0-56-generic 2024-04-19T22:05:45.668 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2024-04-19T22:05:45.790 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2024-04-19T22:05:45.808 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-04-19T22:05:45.810 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-04-19T22:05:45.952 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:05:45.952 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T22:05:45.952 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T22:05:45.959 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:05:45.962 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T22:05:45.962 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T22:05:46.038 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T22:05:46.045 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T22:05:46.102 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:05:46.103 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T22:05:46.154 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T22:05:46.168 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T22:05:46.200 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T22:05:46.243 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T22:05:46.276 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T22:05:46.293 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T22:05:46.302 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T22:05:46.306 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T22:05:46.307 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T22:05:46.342 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T22:05:46.343 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T22:05:46.343 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T22:05:46.350 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T22:05:46.353 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T22:05:46.354 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T22:05:46.354 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T22:05:46.360 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-04-19T22:05:46.361 INFO:teuthology.orchestra.run.smithi164.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T22:05:46.362 INFO:teuthology.orchestra.run.smithi164.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T22:05:46.379 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T22:05:46.390 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T22:05:46.392 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T22:05:46.415 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T22:05:46.416 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T22:05:46.416 INFO:teuthology.orchestra.run.smithi164.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T22:05:46.419 INFO:teuthology.orchestra.run.smithi164.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T22:05:46.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T22:05:46.429 INFO:teuthology.orchestra.run.smithi164.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T22:05:46.445 INFO:teuthology.orchestra.run.smithi110.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T22:05:46.445 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T22:05:46.455 INFO:teuthology.orchestra.run.smithi164.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T22:05:46.465 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T22:05:46.465 INFO:teuthology.orchestra.run.smithi164.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T22:05:46.478 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T22:05:46.479 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T22:05:46.507 INFO:teuthology.orchestra.run.smithi164.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T22:05:46.507 INFO:teuthology.orchestra.run.smithi164.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T22:05:46.509 INFO:teuthology.orchestra.run.smithi164.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T22:05:46.509 INFO:teuthology.orchestra.run.smithi164.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T22:05:46.510 INFO:teuthology.orchestra.run.smithi164.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T22:05:46.510 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T22:05:46.521 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T22:05:46.525 INFO:teuthology.orchestra.run.smithi164.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T22:05:46.540 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T22:05:46.541 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T22:05:46.548 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T22:05:46.548 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T22:05:46.549 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-04-19T22:05:46.550 INFO:teuthology.orchestra.run.smithi164.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T22:05:46.575 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T22:05:46.586 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T22:05:46.591 INFO:teuthology.orchestra.run.smithi110.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T22:05:46.592 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T22:05:46.592 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T22:05:46.593 INFO:teuthology.orchestra.run.smithi110.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T22:05:46.611 INFO:teuthology.orchestra.run.smithi164.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T22:05:46.616 INFO:teuthology.orchestra.run.smithi164.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T22:05:46.624 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T22:05:46.624 INFO:teuthology.orchestra.run.smithi164.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T22:05:46.624 INFO:teuthology.orchestra.run.smithi164.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T22:05:46.624 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T22:05:46.625 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T22:05:46.626 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T22:05:46.646 INFO:teuthology.orchestra.run.smithi164.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T22:05:46.648 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T22:05:46.657 INFO:teuthology.orchestra.run.smithi164.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T22:05:46.660 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-04-19T22:05:46.661 INFO:teuthology.orchestra.run.smithi164.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T22:05:46.661 INFO:teuthology.orchestra.run.smithi164.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T22:05:46.662 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T22:05:46.662 INFO:teuthology.orchestra.run.smithi164.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T22:05:46.662 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T22:05:46.663 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T22:05:46.663 INFO:teuthology.orchestra.run.smithi110.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T22:05:46.664 INFO:teuthology.orchestra.run.smithi110.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T22:05:46.677 INFO:teuthology.orchestra.run.smithi164.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T22:05:46.677 INFO:teuthology.orchestra.run.smithi164.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T22:05:46.678 INFO:teuthology.orchestra.run.smithi164.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T22:05:46.679 INFO:teuthology.orchestra.run.smithi164.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T22:05:46.698 INFO:teuthology.orchestra.run.smithi164.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T22:05:46.698 INFO:teuthology.orchestra.run.smithi164.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T22:05:46.698 INFO:teuthology.orchestra.run.smithi164.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T22:05:46.698 INFO:teuthology.orchestra.run.smithi164.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T22:05:46.699 INFO:teuthology.orchestra.run.smithi164.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T22:05:46.815 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T22:05:46.962 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T22:05:46.984 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T22:05:46.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T22:05:46.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T22:05:46.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T22:05:47.020 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T22:05:47.020 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T22:05:47.028 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T22:05:47.080 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T22:05:47.081 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T22:05:47.109 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T22:05:47.109 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T22:05:47.109 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T22:05:47.115 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T22:05:47.119 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T22:05:47.279 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T22:05:47.297 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T22:05:47.701 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T22:05:47.706 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T22:05:47.707 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T22:05:47.722 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T22:05:47.724 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T22:05:47.884 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T22:05:47.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T22:05:48.019 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T22:05:48.020 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T22:05:48.021 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T22:05:48.024 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T22:05:48.025 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T22:05:48.025 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T22:05:48.031 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T22:05:48.040 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T22:05:48.204 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T22:05:48.286 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T22:05:48.402 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T22:05:48.451 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T22:05:48.487 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T22:05:51.884 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 13.1 MB in 2s (7,246 kB/s) 2024-04-19T22:05:52.016 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 13.1 MB in 2s (7,061 kB/s) 2024-04-19T22:05:52.625 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 13.1 MB in 3s (5,059 kB/s) 2024-04-19T22:05:53.330 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-04-19T22:05:53.347 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T22:05:53.407 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-04-19T22:05:53.413 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-04-19T22:05:53.430 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T22:05:53.489 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-04-19T22:05:53.609 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2024-04-19T22:05:53.609 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2024-04-19T22:05:53.689 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-04-19T22:05:53.689 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-04-19T22:05:53.782 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:05:53.782 INFO:teuthology.orchestra.run.smithi110.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:05:53.782 INFO:teuthology.orchestra.run.smithi110.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:05:53.783 INFO:teuthology.orchestra.run.smithi110.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:05:53.783 INFO:teuthology.orchestra.run.smithi110.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T22:05:53.783 INFO:teuthology.orchestra.run.smithi110.stdout: python2.7-minimal 2024-04-19T22:05:53.783 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:05:53.784 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2024-04-19T22:05:53.784 INFO:teuthology.orchestra.run.smithi110.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T22:05:53.784 INFO:teuthology.orchestra.run.smithi110.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T22:05:53.784 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T22:05:53.785 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2024-04-19T22:05:53.785 INFO:teuthology.orchestra.run.smithi110.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T22:05:53.786 INFO:teuthology.orchestra.run.smithi110.stdout:Recommended packages: 2024-04-19T22:05:53.786 INFO:teuthology.orchestra.run.smithi110.stdout: thermald 2024-04-19T22:05:53.831 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2024-04-19T22:05:53.831 INFO:teuthology.orchestra.run.smithi110.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T22:05:53.832 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T22:05:53.832 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T22:05:53.833 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages will be upgraded: 2024-04-19T22:05:53.833 INFO:teuthology.orchestra.run.smithi110.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T22:05:53.854 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:05:53.855 INFO:teuthology.orchestra.run.smithi164.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:05:53.855 INFO:teuthology.orchestra.run.smithi164.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:05:53.855 INFO:teuthology.orchestra.run.smithi164.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:05:53.855 INFO:teuthology.orchestra.run.smithi164.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T22:05:53.855 INFO:teuthology.orchestra.run.smithi164.stdout: python2.7-minimal 2024-04-19T22:05:53.855 INFO:teuthology.orchestra.run.smithi164.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:05:53.856 INFO:teuthology.orchestra.run.smithi164.stdout:The following additional packages will be installed: 2024-04-19T22:05:53.857 INFO:teuthology.orchestra.run.smithi164.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T22:05:53.857 INFO:teuthology.orchestra.run.smithi164.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T22:05:53.857 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T22:05:53.858 INFO:teuthology.orchestra.run.smithi164.stdout:Suggested packages: 2024-04-19T22:05:53.858 INFO:teuthology.orchestra.run.smithi164.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T22:05:53.858 INFO:teuthology.orchestra.run.smithi164.stdout:Recommended packages: 2024-04-19T22:05:53.858 INFO:teuthology.orchestra.run.smithi164.stdout: thermald 2024-04-19T22:05:53.892 INFO:teuthology.orchestra.run.smithi110.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T22:05:53.892 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 113 MB of archives. 2024-04-19T22:05:53.892 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T22:05:53.892 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T22:05:53.903 INFO:teuthology.orchestra.run.smithi164.stdout:The following NEW packages will be installed: 2024-04-19T22:05:53.903 INFO:teuthology.orchestra.run.smithi164.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T22:05:53.903 INFO:teuthology.orchestra.run.smithi164.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T22:05:53.904 INFO:teuthology.orchestra.run.smithi164.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T22:05:53.905 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages will be upgraded: 2024-04-19T22:05:53.905 INFO:teuthology.orchestra.run.smithi164.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T22:05:54.015 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-04-19T22:05:54.034 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T22:05:54.089 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-04-19T22:05:54.092 INFO:teuthology.orchestra.run.smithi164.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T22:05:54.092 INFO:teuthology.orchestra.run.smithi164.stdout:Need to get 113 MB of archives. 2024-04-19T22:05:54.093 INFO:teuthology.orchestra.run.smithi164.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T22:05:54.093 INFO:teuthology.orchestra.run.smithi164.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T22:05:54.283 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-04-19T22:05:54.283 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-04-19T22:05:54.443 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:05:54.443 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:05:54.443 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:05:54.444 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:05:54.444 INFO:teuthology.orchestra.run.smithi133.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T22:05:54.444 INFO:teuthology.orchestra.run.smithi133.stdout: python2.7-minimal 2024-04-19T22:05:54.444 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:05:54.445 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-04-19T22:05:54.445 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T22:05:54.446 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T22:05:54.446 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T22:05:54.447 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-04-19T22:05:54.447 INFO:teuthology.orchestra.run.smithi133.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T22:05:54.447 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-04-19T22:05:54.447 INFO:teuthology.orchestra.run.smithi133.stdout: thermald 2024-04-19T22:05:54.478 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T22:05:54.491 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-04-19T22:05:54.491 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T22:05:54.491 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T22:05:54.492 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T22:05:54.493 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages will be upgraded: 2024-04-19T22:05:54.494 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T22:05:54.601 INFO:teuthology.orchestra.run.smithi133.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T22:05:54.601 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 113 MB of archives. 2024-04-19T22:05:54.601 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T22:05:54.601 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T22:05:54.649 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T22:05:55.494 INFO:teuthology.orchestra.run.smithi164.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T22:05:55.657 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T22:05:55.906 INFO:teuthology.orchestra.run.smithi164.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T22:05:55.944 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T22:05:56.390 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T22:05:56.390 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T22:05:56.390 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T22:05:56.691 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T22:05:56.769 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T22:05:57.193 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 113 MB in 3s (38.7 MB/s) 2024-04-19T22:05:57.350 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T22:05:57.350 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T22:05:57.350 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T22:05:57.375 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T22:05:57.512 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T22:05:57.544 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T22:05:58.012 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 113 MB in 3s (37.2 MB/s) 2024-04-19T22:05:58.114 INFO:teuthology.orchestra.run.smithi164.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T22:05:58.115 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T22:05:58.115 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T22:05:58.182 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T22:05:58.537 INFO:teuthology.orchestra.run.smithi164.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T22:05:58.618 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T22:05:59.025 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 113 MB in 5s (24.1 MB/s) 2024-04-19T22:05:59.224 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T22:05:59.384 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:05:59.387 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:05:59.465 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:00.121 INFO:teuthology.orchestra.run.smithi133.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-04-19T22:06:00.125 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:00.212 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:01.202 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-04-19T22:06:01.206 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:01.295 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:02.025 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T22:06:02.047 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:02.138 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:02.412 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T22:06:02.433 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:02.519 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:02.553 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T22:06:02.574 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:02.611 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:03.007 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T22:06:03.027 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:03.074 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:03.737 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T22:06:03.758 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:03.878 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:04.324 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T22:06:04.344 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:04.390 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:08.326 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:08.442 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:08.767 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:08.896 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:09.182 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T22:06:09.205 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T22:06:09.251 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T22:06:09.964 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:10.089 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:10.423 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:10.526 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:10.829 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T22:06:10.852 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T22:06:10.890 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:10.895 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T22:06:11.025 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:11.358 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:11.512 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:11.823 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T22:06:11.845 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T22:06:11.889 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T22:06:14.654 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T22:06:14.691 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:14.729 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:16.467 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T22:06:16.503 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:16.541 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:17.908 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:17.911 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T22:06:17.948 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T22:06:17.986 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:18.034 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:18.369 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T22:06:18.497 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:18.632 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T22:06:18.760 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:19.202 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:19.327 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:19.685 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T22:06:19.815 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:19.941 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T22:06:20.086 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:20.089 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:20.090 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:20.090 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:20.090 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:20.238 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:20.704 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T22:06:20.804 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T22:06:21.121 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T22:06:21.267 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:21.394 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:21.394 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:21.394 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:21.394 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:21.394 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T22:06:22.018 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:22.183 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:22.330 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:23.551 INFO:teuthology.orchestra.run.smithi164.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:23.551 INFO:teuthology.orchestra.run.smithi164.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:23.551 INFO:teuthology.orchestra.run.smithi164.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:23.551 INFO:teuthology.orchestra.run.smithi164.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:23.592 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T22:06:23.710 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:23.717 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T22:06:23.750 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:23.827 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:23.889 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T22:06:23.889 INFO:teuthology.orchestra.run.smithi110.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:25.087 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:25.125 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T22:06:25.234 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T22:06:25.352 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:25.409 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T22:06:25.409 INFO:teuthology.orchestra.run.smithi133.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:26.471 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T22:06:26.588 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T22:06:26.715 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T22:06:26.777 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T22:06:26.778 INFO:teuthology.orchestra.run.smithi164.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:38.438 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T22:06:38.438 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub' 2024-04-19T22:06:38.451 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T22:06:38.473 INFO:teuthology.orchestra.run.smithi110.stdout:Generating grub configuration file ... 2024-04-19T22:06:38.893 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:38.912 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:39.049 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T22:06:39.050 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub' 2024-04-19T22:06:39.056 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T22:06:39.077 INFO:teuthology.orchestra.run.smithi133.stdout:Generating grub configuration file ... 2024-04-19T22:06:39.273 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:39.278 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:39.347 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T22:06:39.352 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T22:06:39.419 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:39.440 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:39.531 INFO:teuthology.orchestra.run.smithi110.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T22:06:39.531 INFO:teuthology.orchestra.run.smithi110.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T22:06:39.532 INFO:teuthology.orchestra.run.smithi110.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T22:06:39.574 INFO:teuthology.orchestra.run.smithi110.stdout:done 2024-04-19T22:06:39.909 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:39.914 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:39.986 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T22:06:39.992 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T22:06:40.007 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic 2024-04-19T22:06:40.028 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic 2024-04-19T22:06:40.028 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2024-04-19T22:06:40.028 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 21 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.105.102 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2024-04-19T22:06:40.029 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2024-04-19T22:06:40.030 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T22:06:40.030 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T22:06:40.030 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T22:06:40.030 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T22:06:40.030 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T22:06:40.030 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2024-04-19T22:06:40.155 INFO:teuthology.orchestra.run.smithi133.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T22:06:40.155 INFO:teuthology.orchestra.run.smithi133.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T22:06:40.155 INFO:teuthology.orchestra.run.smithi133.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T22:06:40.190 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2024-04-19T22:06:40.191 INFO:teuthology.orchestra.run.smithi133.stdout:done 2024-04-19T22:06:40.322 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:06:40.328 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T22:06:40.348 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T22:06:40.429 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T22:06:40.668 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-04-19T22:06:40.691 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-04-19T22:06:40.691 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-04-19T22:06:40.691 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-04-19T22:06:40.691 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-04-19T22:06:40.692 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-04-19T22:06:40.692 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T22:06:40.692 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-04-19T22:06:40.692 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-04-19T22:06:40.692 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.105.102 2024-04-19T22:06:40.693 INFO:teuthology.orchestra.run.smithi133.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T22:06:40.693 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T22:06:40.693 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-04-19T22:06:40.693 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-04-19T22:06:40.693 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-04-19T22:06:40.694 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-04-19T22:06:40.694 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T22:06:40.694 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T22:06:40.694 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T22:06:40.694 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T22:06:40.695 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T22:06:40.695 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-04-19T22:06:40.873 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-04-19T22:06:41.084 INFO:teuthology.orchestra.run.smithi164.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T22:06:41.084 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub' 2024-04-19T22:06:41.108 INFO:teuthology.orchestra.run.smithi164.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T22:06:41.131 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T22:06:41.131 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:06:41.172 INFO:teuthology.orchestra.run.smithi164.stdout:Generating grub configuration file ... 2024-04-19T22:06:41.203 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T22:06:41.284 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T22:06:41.497 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:41.518 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:41.652 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-04-19T22:06:41.670 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T22:06:41.728 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-04-19T22:06:41.872 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:41.878 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:41.927 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2024-04-19T22:06:41.927 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2024-04-19T22:06:41.944 INFO:teuthology.orchestra.run.smithi164.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T22:06:41.950 INFO:teuthology.orchestra.run.smithi164.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T22:06:42.107 INFO:teuthology.orchestra.run.smithi110.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T22:06:42.107 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:06:42.107 INFO:teuthology.orchestra.run.smithi110.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:06:42.107 INFO:teuthology.orchestra.run.smithi110.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:06:42.107 INFO:teuthology.orchestra.run.smithi110.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:06:42.108 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T22:06:42.108 INFO:teuthology.orchestra.run.smithi110.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T22:06:42.108 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:06:42.114 INFO:teuthology.orchestra.run.smithi164.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T22:06:42.114 INFO:teuthology.orchestra.run.smithi164.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T22:06:42.115 INFO:teuthology.orchestra.run.smithi164.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T22:06:42.151 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T22:06:42.151 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic 2024-04-19T22:06:42.165 INFO:teuthology.orchestra.run.smithi164.stdout:done 2024-04-19T22:06:42.166 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic 2024-04-19T22:06:42.166 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2024-04-19T22:06:42.166 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 21 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.15.0.105.102 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2024-04-19T22:06:42.167 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2024-04-19T22:06:42.168 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2024-04-19T22:06:42.211 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.dYDFThAZDp 2024-04-19T22:06:42.212 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub/grub.cfg /tmp/tmp.dYDFThAZDp 2024-04-19T22:06:42.268 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.dYDFThAZDp 2024-04-19T22:06:42.388 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.dYDFThAZDp is 10KB 2024-04-19T22:06:42.402 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.dYDFThAZDp 2024-04-19T22:06:42.407 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T22:06:42.464 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:06:42.464 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T22:06:42.464 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T22:06:42.474 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-04-19T22:06:42.492 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T22:06:42.531 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T22:06:42.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo update-grub 2024-04-19T22:06:42.544 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-04-19T22:06:42.608 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 21 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta 2024-04-19T22:06:42.632 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.105.102 2024-04-19T22:06:42.632 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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T22:06:42.633 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T22:06:42.633 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-04-19T22:06:42.633 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-04-19T22:06:42.633 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-04-19T22:06:42.633 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-04-19T22:06:42.633 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T22:06:42.633 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T22:06:42.633 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T22:06:42.633 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-19T22:06:42.633 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi164.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T22:06:42.634 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get clean 2024-04-19T22:06:42.724 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-04-19T22:06:42.725 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-04-19T22:06:42.832 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-04-19T22:06:42.879 INFO:teuthology.orchestra.run.smithi133.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T22:06:42.879 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:06:42.879 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:06:42.879 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:06:42.880 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:06:42.880 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T22:06:42.880 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T22:06:42.880 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:06:42.918 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T22:06:42.920 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-04-19T22:06:42.976 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-04-19T22:06:42.976 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-04-19T22:06:42.976 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-04-19T22:06:42.976 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.105.102 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-04-19T22:06:42.977 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-04-19T22:06:42.977 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-04-19T22:06:43.013 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T22:06:43.021 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.i1IyjMJ3kf 2024-04-19T22:06:43.021 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub/grub.cfg /tmp/tmp.i1IyjMJ3kf 2024-04-19T22:06:43.078 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.i1IyjMJ3kf 2024-04-19T22:06:43.086 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:06:43.168 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T22:06:43.195 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.i1IyjMJ3kf is 10KB 2024-04-19T22:06:43.208 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.i1IyjMJ3kf 2024-04-19T22:06:43.214 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T22:06:43.249 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T22:06:43.273 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:06:43.273 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T22:06:43.273 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T22:06:43.341 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T22:06:43.341 DEBUG:teuthology.orchestra.run.smithi133:> sudo update-grub 2024-04-19T22:06:43.653 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub' 2024-04-19T22:06:43.654 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T22:06:43.656 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2024-04-19T22:06:43.916 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:43.922 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:44.217 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:44.222 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:44.263 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T22:06:44.269 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T22:06:44.392 INFO:teuthology.orchestra.run.smithi110.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T22:06:44.392 INFO:teuthology.orchestra.run.smithi110.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T22:06:44.392 INFO:teuthology.orchestra.run.smithi110.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T22:06:44.405 INFO:teuthology.orchestra.run.smithi110.stderr:done 2024-04-19T22:06:44.414 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2024-04-19T22:06:44.443 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-04-19T22:06:44.462 DEBUG:teuthology.orchestra.run.smithi164:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T22:06:44.525 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-04-19T22:06:44.605 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub' 2024-04-19T22:06:44.606 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T22:06:44.610 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-04-19T22:06:44.740 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-04-19T22:06:44.741 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-04-19T22:06:44.814 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:44.820 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:44.914 INFO:teuthology.orchestra.run.smithi164.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T22:06:44.914 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:06:44.915 INFO:teuthology.orchestra.run.smithi164.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:06:44.915 INFO:teuthology.orchestra.run.smithi164.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:06:44.915 INFO:teuthology.orchestra.run.smithi164.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:06:44.915 INFO:teuthology.orchestra.run.smithi164.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T22:06:44.915 INFO:teuthology.orchestra.run.smithi164.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T22:06:44.915 INFO:teuthology.orchestra.run.smithi164.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:06:44.957 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T22:06:44.959 DEBUG:teuthology.orchestra.run.smithi164:> dpkg -s linux-image-generic 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Package: linux-image-generic 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Status: install ok installed 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Priority: optional 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Section: kernel 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Installed-Size: 21 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Architecture: amd64 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Source: linux-meta 2024-04-19T22:06:44.975 INFO:teuthology.orchestra.run.smithi164.stdout:Version: 5.15.0.105.102 2024-04-19T22:06:44.975 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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T22:06:44.976 INFO:teuthology.orchestra.run.smithi164.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T22:06:44.976 INFO:teuthology.orchestra.run.smithi164.stdout:Recommends: thermald 2024-04-19T22:06:44.976 INFO:teuthology.orchestra.run.smithi164.stdout:Description: Generic Linux kernel image 2024-04-19T22:06:44.976 INFO:teuthology.orchestra.run.smithi164.stdout: This package will always depend on the latest generic kernel image 2024-04-19T22:06:44.976 INFO:teuthology.orchestra.run.smithi164.stdout: available. 2024-04-19T22:06:44.976 DEBUG:teuthology.orchestra.run.smithi164:> mktemp 2024-04-19T22:06:45.023 INFO:teuthology.orchestra.run.smithi164.stdout:/tmp/tmp.tuLi4mFaRS 2024-04-19T22:06:45.024 DEBUG:teuthology.orchestra.run.smithi164:> sudo cp /boot/grub/grub.cfg /tmp/tmp.tuLi4mFaRS 2024-04-19T22:06:45.081 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 0666 /tmp/tmp.tuLi4mFaRS 2024-04-19T22:06:45.101 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:45.105 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:45.146 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T22:06:45.151 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T22:06:45.200 DEBUG:teuthology.orchestra.remote:smithi164:/tmp/tmp.tuLi4mFaRS is 10KB 2024-04-19T22:06:45.252 DEBUG:teuthology.orchestra.run.smithi164:> rm -fr /tmp/tmp.tuLi4mFaRS 2024-04-19T22:06:45.258 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T22:06:45.261 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T22:06:45.261 INFO:teuthology.orchestra.run.smithi133.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T22:06:45.261 INFO:teuthology.orchestra.run.smithi133.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T22:06:45.290 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-04-19T22:06:45.299 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-04-19T22:06:45.319 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:06:45.319 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T22:06:45.319 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T22:06:45.387 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T22:06:45.387 DEBUG:teuthology.orchestra.run.smithi164:> sudo update-grub 2024-04-19T22:06:46.641 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub' 2024-04-19T22:06:46.643 INFO:teuthology.orchestra.run.smithi164.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T22:06:46.647 INFO:teuthology.orchestra.run.smithi164.stderr:Generating grub configuration file ... 2024-04-19T22:06:46.911 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T22:06:46.918 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T22:06:47.198 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T22:06:47.203 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T22:06:47.244 INFO:teuthology.orchestra.run.smithi164.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T22:06:47.249 INFO:teuthology.orchestra.run.smithi164.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T22:06:47.378 INFO:teuthology.orchestra.run.smithi164.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T22:06:47.379 INFO:teuthology.orchestra.run.smithi164.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T22:06:47.379 INFO:teuthology.orchestra.run.smithi164.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T22:06:47.399 INFO:teuthology.orchestra.run.smithi164.stderr:done 2024-04-19T22:06:47.400 DEBUG:teuthology.orchestra.run.smithi164:> sudo shutdown -r now 2024-04-19T22:07:14.443 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T22:07:14.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-19T22:07:14.446 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:07:15.302 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T22:07:15.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-19T22:07:15.303 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:07:17.406 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-19T22:07:17.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-19T22:07:17.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:07:32.899 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2024-04-19T22:07:33.666 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-19T22:07:35.970 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-04-19T22:07:41.905 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-19T22:07:41.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:07:42.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-19T22:07:42.668 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:07:44.958 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2024-04-19T22:07:44.971 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-19T22:07:44.972 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:07:45.726 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-19T22:07:48.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.164 2024-04-19T22:07:56.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-19T22:07:56.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:07:57.728 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-19T22:07:57.729 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:08:00.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-19T22:08:00.034 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:08:16.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-04-19T22:08:28.913 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-04-19T22:08:29.737 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-19T22:08:29.737 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-19T22:08:29.737 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-04-19T22:08:29.785 INFO:teuthology.orchestra.run.smithi110.stdout:5.15.0-105-generic 2024-04-19T22:08:29.785 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T22:08:29.785 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T22:08:29.786 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T22:08:30.786 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T22:08:30.787 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T22:08:30.862 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-04-19T22:08:30.899 DEBUG:teuthology.parallel:result is None 2024-04-19T22:08:31.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-19T22:08:31.162 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:08:31.534 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-19T22:08:32.395 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-19T22:08:32.395 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-19T22:08:32.396 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-04-19T22:08:32.443 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-105-generic 2024-04-19T22:08:32.443 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T22:08:32.443 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T22:08:32.444 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T22:08:33.444 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T22:08:33.445 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T22:08:33.785 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-04-19T22:08:33.813 DEBUG:teuthology.parallel:result is None 2024-04-19T22:09:00.037 DEBUG:teuthology.orchestra.remote:timed out 2024-04-19T22:09:15.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-19T22:09:15.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:09:15.268 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-04-19T22:09:15.821 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-19T22:09:15.821 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-19T22:09:15.821 DEBUG:teuthology.orchestra.run.smithi164:> uname -r 2024-04-19T22:09:15.866 INFO:teuthology.orchestra.run.smithi164.stdout:5.15.0-105-generic 2024-04-19T22:09:15.866 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T22:09:15.866 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T22:09:15.866 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T22:09:16.867 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-19T22:09:16.868 DEBUG:teuthology.orchestra.run.smithi164:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T22:09:17.243 INFO:teuthology.orchestra.run.smithi164.stdout:ttyS1 2024-04-19T22:09:17.260 DEBUG:teuthology.parallel:result is None 2024-04-19T22:09:17.260 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T22:09:17.269 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T22:09:17.269 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T22:09:17.272 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T22:09:17.275 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T22:09:17.281 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T22:09:17.288 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T22:09:17.295 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T22:09:17.295 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T22:09:17.321 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T22:09:17.324 DEBUG:teuthology.orchestra.run.smithi164:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T22:09:17.426 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T22:09:17.434 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T22:09:17.434 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-19T22:09:17.437 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-19T22:09:17.439 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-04-19T22:09:17.453 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T22:09:17.457 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T22:09:17.457 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T22:09:17.460 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T22:09:17.464 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T22:09:17.465 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T22:09:17.466 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T22:09:17.474 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T22:09:17.474 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T22:09:17.509 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T22:09:17.511 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-04-19T22:09:17.537 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T22:09:17.547 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T22:09:17.547 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T22:09:17.565 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T22:09:17.583 DEBUG:teuthology.orchestra.run.smithi164:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T22:09:17.588 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T22:09:17.616 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T22:09:17.665 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:09:17.665 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T22:09:17.728 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T22:09:17.734 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T22:09:17.782 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:09:17.782 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T22:09:17.843 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T22:09:17.851 DEBUG:teuthology.orchestra.run.smithi164:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T22:09:17.898 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:09:17.898 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T22:09:17.965 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-04-19T22:09:17.968 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-04-19T22:09:17.970 DEBUG:teuthology.orchestra.run.smithi164:> sudo service rsyslog restart 2024-04-19T22:09:18.044 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T22:09:18.057 INFO:teuthology.task.internal:Starting timer... 2024-04-19T22:09:18.057 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T22:09:18.070 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T22:09:18.079 DEBUG:teuthology.task.selinux:Excluding smithi110: OS 'ubuntu' does not support SELinux 2024-04-19T22:09:18.079 DEBUG:teuthology.task.selinux:Excluding smithi133: OS 'ubuntu' does not support SELinux 2024-04-19T22:09:18.079 DEBUG:teuthology.task.selinux:Excluding smithi164: OS 'ubuntu' does not support SELinux 2024-04-19T22:09:18.079 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T22:09:18.080 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-19T22:09:18.080 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T22:09:18.080 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T22:09:18.090 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-19T22:09:18.095 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-19T22:09:18.203 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T22:09:18.218 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-04-19T22:09:18.220 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com,smithi133.front.sepia.ceph.com,smithi164.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T22:16:31.695 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi110.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi164.front.sepia.ceph.com')] 2024-04-19T22:16:31.697 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-19T22:16:31.698 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:16:31.780 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-04-19T22:16:31.854 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-19T22:16:31.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-19T22:16:31.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:16:31.937 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-04-19T22:16:32.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-04-19T22:16:32.015 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-19T22:16:32.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi164.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T22:16:32.095 DEBUG:teuthology.orchestra.run.smithi164:> true 2024-04-19T22:16:32.178 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi164.front.sepia.ceph.com' 2024-04-19T22:16:32.179 INFO:teuthology.run_tasks:Running task clock... 2024-04-19T22:16:32.188 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-19T22:16:32.188 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T22:16:32.189 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-19T22:16:32.191 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T22:16:32.192 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-19T22:16:32.194 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T22:16:32.194 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-04-19T22:16:32.219 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T22:16:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Command line: ntpd -gq 2024-04-19T22:16:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: ---------------------------------------------------- 2024-04-19T22:16:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T22:16:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T22:16:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: corporation. Support and training for ntp-4 are 2024-04-19T22:16:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: available at https://www.nwtime.org/support 2024-04-19T22:16:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: ---------------------------------------------------- 2024-04-19T22:16:32.221 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: proto: precision = 0.047 usec (-24) 2024-04-19T22:16:32.221 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: basedate set to 2022-02-04 2024-04-19T22:16:32.221 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: gps base set to 2022-02-06 (week 2196) 2024-04-19T22:16:32.221 INFO:teuthology.orchestra.run.smithi110.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T22:16:32.221 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T22:16:32.222 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T22:16:32.222 INFO:teuthology.orchestra.run.smithi110.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T22:16:32.223 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T22:16:32.223 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T22:16:32.223 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T22:16:32.223 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Listen normally on 3 enp3s0f1 172.21.15.110:123 2024-04-19T22:16:32.223 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Listen normally on 4 lo [::1]:123 2024-04-19T22:16:32.223 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc35%5]:123 2024-04-19T22:16:32.223 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:32 ntpd[17214]: Listening on routing socket on fd #22 for interface updates 2024-04-19T22:16:32.224 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T22:16:32.224 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Command line: ntpd -gq 2024-04-19T22:16:32.224 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: ---------------------------------------------------- 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: corporation. Support and training for ntp-4 are 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: available at https://www.nwtime.org/support 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: ---------------------------------------------------- 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: proto: precision = 0.041 usec (-24) 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: basedate set to 2022-02-04 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: gps base set to 2022-02-06 (week 2196) 2024-04-19T22:16:32.225 INFO:teuthology.orchestra.run.smithi133.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T22:16:32.226 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T22:16:32.226 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T22:16:32.226 INFO:teuthology.orchestra.run.smithi133.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T22:16:32.227 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T22:16:32.227 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T22:16:32.227 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T22:16:32.227 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Listen normally on 3 enp3s0f1 172.21.15.133:123 2024-04-19T22:16:32.227 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Listen normally on 4 lo [::1]:123 2024-04-19T22:16:32.227 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8087%5]:123 2024-04-19T22:16:32.227 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:32 ntpd[17227]: Listening on routing socket on fd #22 for interface updates 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Command line: ntpd -gq 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: ---------------------------------------------------- 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: corporation. Support and training for ntp-4 are 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: available at https://www.nwtime.org/support 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: ---------------------------------------------------- 2024-04-19T22:16:32.252 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: proto: precision = 0.044 usec (-24) 2024-04-19T22:16:32.253 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: basedate set to 2022-02-04 2024-04-19T22:16:32.253 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: gps base set to 2022-02-06 (week 2196) 2024-04-19T22:16:32.253 INFO:teuthology.orchestra.run.smithi164.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T22:16:32.253 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T22:16:32.253 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T22:16:32.254 INFO:teuthology.orchestra.run.smithi164.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T22:16:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T22:16:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T22:16:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T22:16:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Listen normally on 3 enp3s0f1 172.21.15.164:123 2024-04-19T22:16:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Listen normally on 4 lo [::1]:123 2024-04-19T22:16:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:73f3%5]:123 2024-04-19T22:16:32.255 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:32 ntpd[17222]: Listening on routing socket on fd #22 for interface updates 2024-04-19T22:16:33.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:33.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:33 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:33.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:33 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:33.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:33 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:33 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:33 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:33.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:33 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:33.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:33 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:33.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:33 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:34.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:34 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:34.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:34 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:34.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:34 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:34.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:34 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:34.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:34 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:34.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:34 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:35.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:35.222 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.222 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.222 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:35.222 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:35 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:35.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:35 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:35 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:35 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:35 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:35 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:35.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:35 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:35.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:35.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:35.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:35.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:35.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:35.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:35 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:36.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:36 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:36.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:36 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:36.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:36 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:36.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:36 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:36.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:36 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:36.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:36 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:36.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:36.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:36.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:36.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:36.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:36 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:36.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:36 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:36.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:36 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:37.222 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:37 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:37.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:37 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:37 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:37 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:37 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:37 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:37.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:37 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:37.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:37.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:37 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:38.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:38 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:38.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:38 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:38.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:38 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:38.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:38 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:38.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:38 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:38.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:38 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:38.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:38.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:38.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:38.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:38.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:38.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:38.222 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:38.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:38.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:38.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:38.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:38.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:38 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:39.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.220 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stdout:19 Apr 22:16:39 ntpd[17214]: ntpd: time slew +0.001167 s 2024-04-19T22:16:39.221 INFO:teuthology.orchestra.run.smithi110.stdout:ntpd: time slew +0.001167s 2024-04-19T22:16:39.222 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T22:16:39.222 INFO:teuthology.orchestra.run.smithi110.stderr:19 Apr 22:16:39 ntpd[17214]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T22:16:39.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:39.223 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:39.223 INFO:teuthology.orchestra.run.smithi133.stdout:19 Apr 22:16:39 ntpd[17227]: ntpd: time slew -0.001039 s 2024-04-19T22:16:39.224 INFO:teuthology.orchestra.run.smithi133.stdout:ntpd: time slew -0.001039s 2024-04-19T22:16:39.224 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T22:16:39.224 INFO:teuthology.orchestra.run.smithi133.stderr:19 Apr 22:16:39 ntpd[17227]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T22:16:39.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.252 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T22:16:39.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T22:16:39.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T22:16:39.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T22:16:39.253 INFO:teuthology.orchestra.run.smithi164.stdout:19 Apr 22:16:39 ntpd[17222]: ntpd: time slew -0.000976 s 2024-04-19T22:16:39.253 INFO:teuthology.orchestra.run.smithi164.stdout:ntpd: time slew -0.000976s 2024-04-19T22:16:39.253 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T22:16:39.254 INFO:teuthology.orchestra.run.smithi164.stderr:19 Apr 22:16:39 ntpd[17222]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T22:16:39.274 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T22:16:39.275 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-04-19T22:16:39.275 INFO:teuthology.orchestra.run.smithi133.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.275 INFO:teuthology.orchestra.run.smithi133.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.275 INFO:teuthology.orchestra.run.smithi133.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.275 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.276 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T22:16:39.276 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2024-04-19T22:16:39.276 INFO:teuthology.orchestra.run.smithi110.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.276 INFO:teuthology.orchestra.run.smithi110.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.276 INFO:teuthology.orchestra.run.smithi110.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.276 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.305 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T22:16:39.305 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-04-19T22:16:39.305 INFO:teuthology.orchestra.run.smithi164.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.305 INFO:teuthology.orchestra.run.smithi164.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.305 INFO:teuthology.orchestra.run.smithi164.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.305 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T22:16:39.306 INFO:teuthology.run_tasks:Running task install... 2024-04-19T22:16:39.316 DEBUG:teuthology.task.install:project ceph 2024-04-19T22:16:39.316 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd0bf63dd179c05751e4be49477389aa290c73089'}} 2024-04-19T22:16:39.316 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd0bf63dd179c05751e4be49477389aa290c73089'} 2024-04-19T22:16:39.316 INFO:teuthology.task.install:Using flavor: default 2024-04-19T22:16:39.322 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-04-19T22:16:39.322 INFO:teuthology.task.install:extra packages: [] 2024-04-19T22:16:39.323 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-key list | grep Ceph 2024-04-19T22:16:39.323 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-key list | grep Ceph 2024-04-19T22:16:39.324 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-key list | grep Ceph 2024-04-19T22:16:39.376 INFO:teuthology.orchestra.run.smithi110.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T22:16:39.378 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T22:16:39.402 INFO:teuthology.orchestra.run.smithi164.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T22:16:39.404 INFO:teuthology.orchestra.run.smithi110.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T22:16:39.404 INFO:teuthology.orchestra.run.smithi110.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T22:16:39.405 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-04-19T22:16:39.405 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:16:39.411 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T22:16:39.411 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T22:16:39.411 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-04-19T22:16:39.411 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:16:39.428 INFO:teuthology.orchestra.run.smithi164.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T22:16:39.428 INFO:teuthology.orchestra.run.smithi164.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T22:16:39.428 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-04-19T22:16:39.428 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:16:39.557 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default/ 2024-04-19T22:16:39.557 INFO:teuthology.task.install.deb:Package version is 19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:16:39.621 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default/ 2024-04-19T22:16:39.621 INFO:teuthology.task.install.deb:Package version is 19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:16:39.643 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default/ 2024-04-19T22:16:39.643 INFO:teuthology.task.install.deb:Package version is 19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:16:39.728 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:16:39.729 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T22:16:39.732 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:16:39.732 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T22:16:39.746 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2024-04-19T22:16:39.751 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:16:39.751 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T22:16:39.765 DEBUG:teuthology.orchestra.run.smithi164:> sudo apt-get update 2024-04-19T22:16:39.779 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-04-19T22:16:39.918 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:16:39.932 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T22:16:39.936 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:16:39.949 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T22:16:39.949 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T22:16:39.950 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T22:16:39.952 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T22:16:39.963 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T22:16:39.966 INFO:teuthology.orchestra.run.smithi110.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T22:16:39.969 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T22:16:39.987 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T22:16:39.997 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T22:16:40.009 INFO:teuthology.orchestra.run.smithi110.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T22:16:40.018 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T22:16:40.030 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-04-19T22:16:40.039 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T22:16:40.045 INFO:teuthology.orchestra.run.smithi164.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T22:16:40.054 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T22:16:40.057 INFO:teuthology.orchestra.run.smithi164.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T22:16:40.057 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T22:16:40.059 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-19T22:16:40.061 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-19T22:16:40.082 INFO:teuthology.orchestra.run.smithi164.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T22:16:40.090 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-04-19T22:16:40.119 INFO:teuthology.orchestra.run.smithi164.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T22:16:40.156 INFO:teuthology.orchestra.run.smithi164.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,399 B] 2024-04-19T22:16:40.200 INFO:teuthology.orchestra.run.smithi164.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-04-19T22:16:40.291 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 28.2 kB in 0s (81.6 kB/s) 2024-04-19T22:16:40.297 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 147 kB in 0s (430 kB/s) 2024-04-19T22:16:40.511 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 139 kB in 1s (241 kB/s) 2024-04-19T22:16:41.248 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-04-19T22:16:41.256 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-04-19T22:16:41.264 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-2401-gd0bf63dd-1jammy cephadm=19.0.0-2401-gd0bf63dd-1jammy ceph-mds=19.0.0-2401-gd0bf63dd-1jammy ceph-mgr=19.0.0-2401-gd0bf63dd-1jammy ceph-common=19.0.0-2401-gd0bf63dd-1jammy ceph-fuse=19.0.0-2401-gd0bf63dd-1jammy ceph-test=19.0.0-2401-gd0bf63dd-1jammy ceph-volume=19.0.0-2401-gd0bf63dd-1jammy radosgw=19.0.0-2401-gd0bf63dd-1jammy python3-rados=19.0.0-2401-gd0bf63dd-1jammy python3-rgw=19.0.0-2401-gd0bf63dd-1jammy python3-cephfs=19.0.0-2401-gd0bf63dd-1jammy python3-rbd=19.0.0-2401-gd0bf63dd-1jammy libcephfs2=19.0.0-2401-gd0bf63dd-1jammy libcephfs-dev=19.0.0-2401-gd0bf63dd-1jammy librados2=19.0.0-2401-gd0bf63dd-1jammy librbd1=19.0.0-2401-gd0bf63dd-1jammy rbd-fuse=19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:16:41.271 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2401-gd0bf63dd-1jammy cephadm=19.0.0-2401-gd0bf63dd-1jammy ceph-mds=19.0.0-2401-gd0bf63dd-1jammy ceph-mgr=19.0.0-2401-gd0bf63dd-1jammy ceph-common=19.0.0-2401-gd0bf63dd-1jammy ceph-fuse=19.0.0-2401-gd0bf63dd-1jammy ceph-test=19.0.0-2401-gd0bf63dd-1jammy ceph-volume=19.0.0-2401-gd0bf63dd-1jammy radosgw=19.0.0-2401-gd0bf63dd-1jammy python3-rados=19.0.0-2401-gd0bf63dd-1jammy python3-rgw=19.0.0-2401-gd0bf63dd-1jammy python3-cephfs=19.0.0-2401-gd0bf63dd-1jammy python3-rbd=19.0.0-2401-gd0bf63dd-1jammy libcephfs2=19.0.0-2401-gd0bf63dd-1jammy libcephfs-dev=19.0.0-2401-gd0bf63dd-1jammy librados2=19.0.0-2401-gd0bf63dd-1jammy librbd1=19.0.0-2401-gd0bf63dd-1jammy rbd-fuse=19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:16:41.326 INFO:teuthology.orchestra.run.smithi164.stdout:Reading package lists... 2024-04-19T22:16:41.332 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-04-19T22:16:41.472 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-04-19T22:16:41.488 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2401-gd0bf63dd-1jammy cephadm=19.0.0-2401-gd0bf63dd-1jammy ceph-mds=19.0.0-2401-gd0bf63dd-1jammy ceph-mgr=19.0.0-2401-gd0bf63dd-1jammy ceph-common=19.0.0-2401-gd0bf63dd-1jammy ceph-fuse=19.0.0-2401-gd0bf63dd-1jammy ceph-test=19.0.0-2401-gd0bf63dd-1jammy ceph-volume=19.0.0-2401-gd0bf63dd-1jammy radosgw=19.0.0-2401-gd0bf63dd-1jammy python3-rados=19.0.0-2401-gd0bf63dd-1jammy python3-rgw=19.0.0-2401-gd0bf63dd-1jammy python3-cephfs=19.0.0-2401-gd0bf63dd-1jammy python3-rbd=19.0.0-2401-gd0bf63dd-1jammy libcephfs2=19.0.0-2401-gd0bf63dd-1jammy libcephfs-dev=19.0.0-2401-gd0bf63dd-1jammy librados2=19.0.0-2401-gd0bf63dd-1jammy librbd1=19.0.0-2401-gd0bf63dd-1jammy rbd-fuse=19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:16:41.525 INFO:teuthology.orchestra.run.smithi164.stdout:Building dependency tree... 2024-04-19T22:16:41.526 INFO:teuthology.orchestra.run.smithi164.stdout:Reading state information... 2024-04-19T22:16:41.539 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-04-19T22:16:41.540 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-04-19T22:16:41.548 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2024-04-19T22:16:41.722 INFO:teuthology.orchestra.run.smithi164.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:16:41.722 INFO:teuthology.orchestra.run.smithi164.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:16:41.722 INFO:teuthology.orchestra.run.smithi164.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:16:41.722 INFO:teuthology.orchestra.run.smithi164.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:16:41.723 INFO:teuthology.orchestra.run.smithi164.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T22:16:41.723 INFO:teuthology.orchestra.run.smithi164.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T22:16:41.723 INFO:teuthology.orchestra.run.smithi164.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:16:41.723 INFO:teuthology.orchestra.run.smithi164.stdout:The following additional packages will be installed: 2024-04-19T22:16:41.723 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T22:16:41.724 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T22:16:41.724 INFO:teuthology.orchestra.run.smithi164.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T22:16:41.724 INFO:teuthology.orchestra.run.smithi164.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T22:16:41.725 INFO:teuthology.orchestra.run.smithi164.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: xmlstarlet zip 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout:Suggested packages: 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T22:16:41.726 INFO:teuthology.orchestra.run.smithi164.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T22:16:41.727 INFO:teuthology.orchestra.run.smithi164.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T22:16:41.727 INFO:teuthology.orchestra.run.smithi164.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T22:16:41.727 INFO:teuthology.orchestra.run.smithi164.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T22:16:41.727 INFO:teuthology.orchestra.run.smithi164.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T22:16:41.727 INFO:teuthology.orchestra.run.smithi164.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T22:16:41.727 INFO:teuthology.orchestra.run.smithi164.stdout:Recommended packages: 2024-04-19T22:16:41.727 INFO:teuthology.orchestra.run.smithi164.stdout: btrfs-tools 2024-04-19T22:16:41.730 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:16:41.730 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:16:41.730 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:16:41.730 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:16:41.731 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T22:16:41.731 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T22:16:41.731 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:16:41.734 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-04-19T22:16:41.734 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T22:16:41.734 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T22:16:41.734 INFO:teuthology.orchestra.run.smithi133.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T22:16:41.734 INFO:teuthology.orchestra.run.smithi133.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T22:16:41.734 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T22:16:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T22:16:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T22:16:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T22:16:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T22:16:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T22:16:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T22:16:41.735 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T22:16:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T22:16:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T22:16:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T22:16:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T22:16:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T22:16:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T22:16:41.736 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T22:16:41.737 INFO:teuthology.orchestra.run.smithi133.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T22:16:41.737 INFO:teuthology.orchestra.run.smithi133.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T22:16:41.737 INFO:teuthology.orchestra.run.smithi133.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T22:16:41.737 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T22:16:41.737 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet zip 2024-04-19T22:16:41.737 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-04-19T22:16:41.737 INFO:teuthology.orchestra.run.smithi133.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T22:16:41.738 INFO:teuthology.orchestra.run.smithi133.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T22:16:41.738 INFO:teuthology.orchestra.run.smithi133.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T22:16:41.738 INFO:teuthology.orchestra.run.smithi133.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T22:16:41.738 INFO:teuthology.orchestra.run.smithi133.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T22:16:41.738 INFO:teuthology.orchestra.run.smithi133.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T22:16:41.738 INFO:teuthology.orchestra.run.smithi133.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T22:16:41.738 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-04-19T22:16:41.739 INFO:teuthology.orchestra.run.smithi133.stdout: btrfs-tools 2024-04-19T22:16:41.748 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2024-04-19T22:16:41.749 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2024-04-19T22:16:41.826 INFO:teuthology.orchestra.run.smithi164.stdout:The following NEW packages will be installed: 2024-04-19T22:16:41.827 INFO:teuthology.orchestra.run.smithi164.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T22:16:41.827 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T22:16:41.827 INFO:teuthology.orchestra.run.smithi164.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T22:16:41.827 INFO:teuthology.orchestra.run.smithi164.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T22:16:41.827 INFO:teuthology.orchestra.run.smithi164.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T22:16:41.827 INFO:teuthology.orchestra.run.smithi164.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T22:16:41.828 INFO:teuthology.orchestra.run.smithi164.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T22:16:41.828 INFO:teuthology.orchestra.run.smithi164.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T22:16:41.828 INFO:teuthology.orchestra.run.smithi164.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T22:16:41.828 INFO:teuthology.orchestra.run.smithi164.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T22:16:41.829 INFO:teuthology.orchestra.run.smithi164.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T22:16:41.829 INFO:teuthology.orchestra.run.smithi164.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T22:16:41.829 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T22:16:41.829 INFO:teuthology.orchestra.run.smithi164.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T22:16:41.829 INFO:teuthology.orchestra.run.smithi164.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T22:16:41.829 INFO:teuthology.orchestra.run.smithi164.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T22:16:41.829 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T22:16:41.830 INFO:teuthology.orchestra.run.smithi164.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T22:16:41.830 INFO:teuthology.orchestra.run.smithi164.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T22:16:41.830 INFO:teuthology.orchestra.run.smithi164.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T22:16:41.830 INFO:teuthology.orchestra.run.smithi164.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T22:16:41.830 INFO:teuthology.orchestra.run.smithi164.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T22:16:41.830 INFO:teuthology.orchestra.run.smithi164.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T22:16:41.830 INFO:teuthology.orchestra.run.smithi164.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T22:16:41.831 INFO:teuthology.orchestra.run.smithi164.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T22:16:41.831 INFO:teuthology.orchestra.run.smithi164.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T22:16:41.834 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-04-19T22:16:41.834 INFO:teuthology.orchestra.run.smithi133.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T22:16:41.835 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T22:16:41.835 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T22:16:41.835 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T22:16:41.835 INFO:teuthology.orchestra.run.smithi133.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T22:16:41.835 INFO:teuthology.orchestra.run.smithi133.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T22:16:41.835 INFO:teuthology.orchestra.run.smithi133.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T22:16:41.835 INFO:teuthology.orchestra.run.smithi133.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T22:16:41.836 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T22:16:41.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T22:16:41.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T22:16:41.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T22:16:41.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T22:16:41.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T22:16:41.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T22:16:41.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T22:16:41.838 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T22:16:41.838 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T22:16:41.838 INFO:teuthology.orchestra.run.smithi133.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T22:16:41.896 INFO:teuthology.orchestra.run.smithi164.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T22:16:41.896 INFO:teuthology.orchestra.run.smithi164.stdout:Need to get 179 MB of archives. 2024-04-19T22:16:41.896 INFO:teuthology.orchestra.run.smithi164.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-19T22:16:41.896 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-04-19T22:16:41.901 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T22:16:41.901 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 179 MB of archives. 2024-04-19T22:16:41.901 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-19T22:16:41.901 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T22:16:41.948 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T22:16:41.948 INFO:teuthology.orchestra.run.smithi110.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T22:16:41.948 INFO:teuthology.orchestra.run.smithi110.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T22:16:41.948 INFO:teuthology.orchestra.run.smithi110.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T22:16:41.949 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T22:16:41.949 INFO:teuthology.orchestra.run.smithi110.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T22:16:41.949 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T22:16:41.949 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2024-04-19T22:16:41.949 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T22:16:41.951 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: xmlstarlet zip 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T22:16:41.952 INFO:teuthology.orchestra.run.smithi110.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T22:16:41.953 INFO:teuthology.orchestra.run.smithi110.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T22:16:41.953 INFO:teuthology.orchestra.run.smithi110.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T22:16:41.953 INFO:teuthology.orchestra.run.smithi110.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T22:16:41.953 INFO:teuthology.orchestra.run.smithi110.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T22:16:41.953 INFO:teuthology.orchestra.run.smithi110.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T22:16:41.953 INFO:teuthology.orchestra.run.smithi110.stdout:Recommended packages: 2024-04-19T22:16:41.953 INFO:teuthology.orchestra.run.smithi110.stdout: btrfs-tools 2024-04-19T22:16:41.975 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2401-gd0bf63dd-1jammy [3,542 kB] 2024-04-19T22:16:42.008 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-04-19T22:16:42.012 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-04-19T22:16:42.019 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T22:16:42.022 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T22:16:42.032 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-04-19T22:16:42.044 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T22:16:42.051 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2024-04-19T22:16:42.051 INFO:teuthology.orchestra.run.smithi110.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T22:16:42.051 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T22:16:42.051 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T22:16:42.052 INFO:teuthology.orchestra.run.smithi164.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2401-gd0bf63dd-1jammy [3,542 kB] 2024-04-19T22:16:42.053 INFO:teuthology.orchestra.run.smithi110.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T22:16:42.053 INFO:teuthology.orchestra.run.smithi110.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T22:16:42.053 INFO:teuthology.orchestra.run.smithi110.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T22:16:42.053 INFO:teuthology.orchestra.run.smithi110.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T22:16:42.053 INFO:teuthology.orchestra.run.smithi110.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T22:16:42.053 INFO:teuthology.orchestra.run.smithi110.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T22:16:42.054 INFO:teuthology.orchestra.run.smithi110.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T22:16:42.055 INFO:teuthology.orchestra.run.smithi110.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T22:16:42.055 INFO:teuthology.orchestra.run.smithi110.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T22:16:42.055 INFO:teuthology.orchestra.run.smithi110.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T22:16:42.113 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-04-19T22:16:42.119 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-04-19T22:16:42.135 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-04-19T22:16:42.137 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T22:16:42.140 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-04-19T22:16:42.141 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-04-19T22:16:42.141 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-04-19T22:16:42.147 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T22:16:42.152 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-04-19T22:16:42.157 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-04-19T22:16:42.162 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-04-19T22:16:42.167 INFO:teuthology.orchestra.run.smithi164.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T22:16:42.168 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T22:16:42.173 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T22:16:42.174 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T22:16:42.175 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T22:16:42.185 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T22:16:42.187 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T22:16:42.189 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T22:16:42.190 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T22:16:42.192 INFO:teuthology.orchestra.run.smithi164.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T22:16:42.196 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-04-19T22:16:42.199 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-04-19T22:16:42.200 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2401-gd0bf63dd-1jammy [3,218 kB] 2024-04-19T22:16:42.201 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-04-19T22:16:42.202 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-04-19T22:16:42.202 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-04-19T22:16:42.203 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-04-19T22:16:42.204 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-04-19T22:16:42.204 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-04-19T22:16:42.212 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T22:16:42.215 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T22:16:42.218 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T22:16:42.220 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T22:16:42.221 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T22:16:42.227 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-04-19T22:16:42.230 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-04-19T22:16:42.231 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-04-19T22:16:42.231 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-04-19T22:16:42.237 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-04-19T22:16:42.238 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-04-19T22:16:42.238 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-04-19T22:16:42.239 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-19T22:16:42.239 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-04-19T22:16:42.241 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T22:16:42.241 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 179 MB of archives. 2024-04-19T22:16:42.241 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 822 MB of additional disk space will be used. 2024-04-19T22:16:42.241 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T22:16:42.241 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T22:16:42.241 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T22:16:42.242 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-04-19T22:16:42.242 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T22:16:42.242 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T22:16:42.252 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-04-19T22:16:42.260 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T22:16:42.260 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T22:16:42.260 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T22:16:42.265 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T22:16:42.266 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T22:16:42.266 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-04-19T22:16:42.269 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-04-19T22:16:42.270 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-04-19T22:16:42.271 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-04-19T22:16:42.282 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-04-19T22:16:42.282 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-04-19T22:16:42.284 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-04-19T22:16:42.284 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-04-19T22:16:42.286 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T22:16:42.287 INFO:teuthology.orchestra.run.smithi133.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-04-19T22:16:42.287 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-04-19T22:16:42.288 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T22:16:42.288 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T22:16:42.289 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T22:16:42.299 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-04-19T22:16:42.301 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2401-gd0bf63dd-1jammy [711 kB] 2024-04-19T22:16:42.301 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-04-19T22:16:42.304 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-04-19T22:16:42.306 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-04-19T22:16:42.309 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T22:16:42.310 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T22:16:42.311 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T22:16:42.317 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T22:16:42.317 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T22:16:42.320 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-04-19T22:16:42.321 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-04-19T22:16:42.323 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-04-19T22:16:42.324 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2401-gd0bf63dd-1jammy [356 kB] 2024-04-19T22:16:42.328 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-04-19T22:16:42.337 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2401-gd0bf63dd-1jammy [32.8 kB] 2024-04-19T22:16:42.338 INFO:teuthology.orchestra.run.smithi133.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2401-gd0bf63dd-1jammy [180 kB] 2024-04-19T22:16:42.338 INFO:teuthology.orchestra.run.smithi133.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T22:16:42.339 INFO:teuthology.orchestra.run.smithi133.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T22:16:42.341 INFO:teuthology.orchestra.run.smithi133.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T22:16:42.343 INFO:teuthology.orchestra.run.smithi133.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T22:16:42.345 INFO:teuthology.orchestra.run.smithi133.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-19T22:16:42.346 INFO:teuthology.orchestra.run.smithi133.stdout:Get:51 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2401-gd0bf63dd-1jammy [65.7 kB] 2024-04-19T22:16:42.348 INFO:teuthology.orchestra.run.smithi133.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2401-gd0bf63dd-1jammy [330 kB] 2024-04-19T22:16:42.359 INFO:teuthology.orchestra.run.smithi133.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2401-gd0bf63dd-1jammy [6,775 kB] 2024-04-19T22:16:42.378 INFO:teuthology.orchestra.run.smithi133.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-19T22:16:42.379 INFO:teuthology.orchestra.run.smithi133.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-19T22:16:42.382 INFO:teuthology.orchestra.run.smithi133.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T22:16:42.382 INFO:teuthology.orchestra.run.smithi133.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T22:16:42.384 INFO:teuthology.orchestra.run.smithi133.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T22:16:42.402 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-04-19T22:16:42.403 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-04-19T22:16:42.404 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-04-19T22:16:42.404 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-04-19T22:16:42.406 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-04-19T22:16:42.411 INFO:teuthology.orchestra.run.smithi133.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T22:16:42.444 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-04-19T22:16:42.448 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-04-19T22:16:42.449 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-04-19T22:16:42.479 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-04-19T22:16:42.479 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-04-19T22:16:42.479 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2401-gd0bf63dd-1jammy [3,542 kB] 2024-04-19T22:16:42.505 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-04-19T22:16:42.506 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-04-19T22:16:42.506 INFO:teuthology.orchestra.run.smithi133.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T22:16:42.507 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-04-19T22:16:42.508 INFO:teuthology.orchestra.run.smithi133.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T22:16:42.508 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-04-19T22:16:42.508 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-04-19T22:16:42.509 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-04-19T22:16:42.509 INFO:teuthology.orchestra.run.smithi133.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T22:16:42.510 INFO:teuthology.orchestra.run.smithi133.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T22:16:42.511 INFO:teuthology.orchestra.run.smithi133.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T22:16:42.513 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-04-19T22:16:42.534 INFO:teuthology.orchestra.run.smithi133.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T22:16:42.537 INFO:teuthology.orchestra.run.smithi133.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T22:16:42.537 INFO:teuthology.orchestra.run.smithi133.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T22:16:42.540 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-04-19T22:16:42.542 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-04-19T22:16:42.543 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-04-19T22:16:42.561 INFO:teuthology.orchestra.run.smithi133.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T22:16:42.561 INFO:teuthology.orchestra.run.smithi133.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T22:16:42.565 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-04-19T22:16:42.569 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-04-19T22:16:42.570 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-04-19T22:16:42.570 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-04-19T22:16:42.577 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-04-19T22:16:42.577 INFO:teuthology.orchestra.run.smithi133.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T22:16:42.578 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-04-19T22:16:42.578 INFO:teuthology.orchestra.run.smithi133.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T22:16:42.578 INFO:teuthology.orchestra.run.smithi133.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T22:16:42.579 INFO:teuthology.orchestra.run.smithi133.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-04-19T22:16:42.580 INFO:teuthology.orchestra.run.smithi133.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T22:16:42.580 INFO:teuthology.orchestra.run.smithi133.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T22:16:42.582 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-04-19T22:16:42.585 INFO:teuthology.orchestra.run.smithi133.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T22:16:42.590 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-04-19T22:16:42.591 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-04-19T22:16:42.592 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-04-19T22:16:42.593 INFO:teuthology.orchestra.run.smithi133.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2401-gd0bf63dd-1jammy [112 kB] 2024-04-19T22:16:42.595 INFO:teuthology.orchestra.run.smithi133.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2401-gd0bf63dd-1jammy [466 kB] 2024-04-19T22:16:42.597 INFO:teuthology.orchestra.run.smithi133.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T22:16:42.599 INFO:teuthology.orchestra.run.smithi133.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T22:16:42.600 INFO:teuthology.orchestra.run.smithi133.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T22:16:42.610 INFO:teuthology.orchestra.run.smithi133.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2401-gd0bf63dd-1jammy [25.6 MB] 2024-04-19T22:16:42.611 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-04-19T22:16:42.612 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-04-19T22:16:42.621 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-04-19T22:16:42.622 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-04-19T22:16:42.622 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-04-19T22:16:42.625 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-04-19T22:16:42.626 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-04-19T22:16:42.629 INFO:teuthology.orchestra.run.smithi133.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T22:16:42.634 INFO:teuthology.orchestra.run.smithi133.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T22:16:42.635 INFO:teuthology.orchestra.run.smithi133.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T22:16:42.636 INFO:teuthology.orchestra.run.smithi133.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T22:16:42.644 INFO:teuthology.orchestra.run.smithi133.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T22:16:42.645 INFO:teuthology.orchestra.run.smithi133.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T22:16:42.651 INFO:teuthology.orchestra.run.smithi133.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T22:16:42.661 INFO:teuthology.orchestra.run.smithi133.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T22:16:42.662 INFO:teuthology.orchestra.run.smithi133.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T22:16:42.663 INFO:teuthology.orchestra.run.smithi133.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T22:16:42.669 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T22:16:42.681 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T22:16:42.682 INFO:teuthology.orchestra.run.smithi133.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T22:16:42.683 INFO:teuthology.orchestra.run.smithi133.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T22:16:42.694 INFO:teuthology.orchestra.run.smithi133.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T22:16:42.694 INFO:teuthology.orchestra.run.smithi133.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T22:16:42.695 INFO:teuthology.orchestra.run.smithi133.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T22:16:42.698 INFO:teuthology.orchestra.run.smithi133.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T22:16:42.698 INFO:teuthology.orchestra.run.smithi133.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T22:16:42.762 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T22:16:43.017 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T22:16:43.029 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T22:16:43.065 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T22:16:43.075 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T22:16:43.076 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T22:16:43.077 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T22:16:43.097 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T22:16:43.266 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T22:16:43.641 INFO:teuthology.orchestra.run.smithi133.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2401-gd0bf63dd-1jammy [5,084 kB] 2024-04-19T22:16:43.679 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T22:16:43.713 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T22:16:43.715 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T22:16:43.735 INFO:teuthology.orchestra.run.smithi133.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2401-gd0bf63dd-1jammy [244 kB] 2024-04-19T22:16:43.741 INFO:teuthology.orchestra.run.smithi133.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2401-gd0bf63dd-1jammy [124 kB] 2024-04-19T22:16:43.746 INFO:teuthology.orchestra.run.smithi133.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2401-gd0bf63dd-1jammy [1,525 kB] 2024-04-19T22:16:43.795 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T22:16:43.804 INFO:teuthology.orchestra.run.smithi133.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2401-gd0bf63dd-1jammy [6,245 kB] 2024-04-19T22:16:43.846 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T22:16:43.869 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T22:16:43.875 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T22:16:43.876 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:16:43.888 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T22:16:43.889 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T22:16:43.988 INFO:teuthology.orchestra.run.smithi164.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2401-gd0bf63dd-1jammy [3,218 kB] 2024-04-19T22:16:44.038 INFO:teuthology.orchestra.run.smithi133.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2401-gd0bf63dd-1jammy [22.7 MB] 2024-04-19T22:16:44.054 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T22:16:44.139 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T22:16:44.166 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T22:16:44.183 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T22:16:44.229 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T22:16:44.444 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T22:16:44.459 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T22:16:44.466 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T22:16:44.471 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:16:44.493 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T22:16:44.497 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T22:16:44.663 INFO:teuthology.orchestra.run.smithi110.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T22:16:44.789 INFO:teuthology.orchestra.run.smithi164.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2401-gd0bf63dd-1jammy [711 kB] 2024-04-19T22:16:44.918 INFO:teuthology.orchestra.run.smithi164.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2401-gd0bf63dd-1jammy [356 kB] 2024-04-19T22:16:44.990 INFO:teuthology.orchestra.run.smithi164.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2401-gd0bf63dd-1jammy [32.8 kB] 2024-04-19T22:16:44.993 INFO:teuthology.orchestra.run.smithi164.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2401-gd0bf63dd-1jammy [180 kB] 2024-04-19T22:16:44.994 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T22:16:45.023 INFO:teuthology.orchestra.run.smithi164.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2401-gd0bf63dd-1jammy [65.7 kB] 2024-04-19T22:16:45.034 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T22:16:45.035 INFO:teuthology.orchestra.run.smithi164.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2401-gd0bf63dd-1jammy [330 kB] 2024-04-19T22:16:45.045 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2401-gd0bf63dd-1jammy [3,218 kB] 2024-04-19T22:16:45.047 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T22:16:45.074 INFO:teuthology.orchestra.run.smithi164.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2401-gd0bf63dd-1jammy [6,775 kB] 2024-04-19T22:16:45.080 INFO:teuthology.orchestra.run.smithi133.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2401-gd0bf63dd-1jammy [14.0 kB] 2024-04-19T22:16:45.081 INFO:teuthology.orchestra.run.smithi133.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2401-gd0bf63dd-1jammy [869 kB] 2024-04-19T22:16:45.098 INFO:teuthology.orchestra.run.smithi133.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2401-gd0bf63dd-1jammy [2,438 kB] 2024-04-19T22:16:45.138 INFO:teuthology.orchestra.run.smithi133.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2401-gd0bf63dd-1jammy [790 kB] 2024-04-19T22:16:45.168 INFO:teuthology.orchestra.run.smithi133.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2401-gd0bf63dd-1jammy [147 kB] 2024-04-19T22:16:45.178 INFO:teuthology.orchestra.run.smithi133.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2401-gd0bf63dd-1jammy [2,295 kB] 2024-04-19T22:16:45.255 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T22:16:45.256 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T22:16:45.262 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T22:16:45.268 INFO:teuthology.orchestra.run.smithi110.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T22:16:45.282 INFO:teuthology.orchestra.run.smithi110.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T22:16:45.293 INFO:teuthology.orchestra.run.smithi133.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2401-gd0bf63dd-1jammy [8,625 kB] 2024-04-19T22:16:45.304 INFO:teuthology.orchestra.run.smithi110.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T22:16:45.310 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:16:45.485 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:16:45.728 INFO:teuthology.orchestra.run.smithi133.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2401-gd0bf63dd-1jammy [14.2 kB] 2024-04-19T22:16:45.729 INFO:teuthology.orchestra.run.smithi133.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2401-gd0bf63dd-1jammy [50.7 MB] 2024-04-19T22:16:45.749 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:16:45.927 INFO:teuthology.orchestra.run.smithi110.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T22:16:45.941 INFO:teuthology.orchestra.run.smithi110.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T22:16:45.961 INFO:teuthology.orchestra.run.smithi110.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T22:16:45.971 INFO:teuthology.orchestra.run.smithi110.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2401-gd0bf63dd-1jammy [711 kB] 2024-04-19T22:16:46.010 INFO:teuthology.orchestra.run.smithi164.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2401-gd0bf63dd-1jammy [112 kB] 2024-04-19T22:16:46.017 INFO:teuthology.orchestra.run.smithi164.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2401-gd0bf63dd-1jammy [466 kB] 2024-04-19T22:16:46.026 INFO:teuthology.orchestra.run.smithi110.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T22:16:46.050 INFO:teuthology.orchestra.run.smithi164.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2401-gd0bf63dd-1jammy [25.6 MB] 2024-04-19T22:16:46.102 INFO:teuthology.orchestra.run.smithi110.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2401-gd0bf63dd-1jammy [356 kB] 2024-04-19T22:16:46.242 INFO:teuthology.orchestra.run.smithi110.stdout:Get:55 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2401-gd0bf63dd-1jammy [32.8 kB] 2024-04-19T22:16:46.243 INFO:teuthology.orchestra.run.smithi110.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2401-gd0bf63dd-1jammy [180 kB] 2024-04-19T22:16:46.256 INFO:teuthology.orchestra.run.smithi110.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2401-gd0bf63dd-1jammy [65.7 kB] 2024-04-19T22:16:46.322 INFO:teuthology.orchestra.run.smithi110.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2401-gd0bf63dd-1jammy [330 kB] 2024-04-19T22:16:46.323 INFO:teuthology.orchestra.run.smithi110.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T22:16:46.325 INFO:teuthology.orchestra.run.smithi110.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T22:16:46.327 INFO:teuthology.orchestra.run.smithi110.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T22:16:46.328 INFO:teuthology.orchestra.run.smithi110.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T22:16:46.330 INFO:teuthology.orchestra.run.smithi110.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T22:16:46.409 INFO:teuthology.orchestra.run.smithi110.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2401-gd0bf63dd-1jammy [6,775 kB] 2024-04-19T22:16:46.559 INFO:teuthology.orchestra.run.smithi110.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T22:16:46.988 INFO:teuthology.orchestra.run.smithi110.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T22:16:46.994 INFO:teuthology.orchestra.run.smithi110.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T22:16:47.287 INFO:teuthology.orchestra.run.smithi110.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T22:16:47.288 INFO:teuthology.orchestra.run.smithi110.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T22:16:47.290 INFO:teuthology.orchestra.run.smithi110.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T22:16:47.292 INFO:teuthology.orchestra.run.smithi110.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T22:16:47.292 INFO:teuthology.orchestra.run.smithi110.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T22:16:47.294 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:16:47.295 INFO:teuthology.orchestra.run.smithi110.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T22:16:47.296 INFO:teuthology.orchestra.run.smithi110.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T22:16:47.478 INFO:teuthology.orchestra.run.smithi110.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T22:16:47.889 INFO:teuthology.orchestra.run.smithi110.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T22:16:47.935 INFO:teuthology.orchestra.run.smithi110.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T22:16:47.971 INFO:teuthology.orchestra.run.smithi110.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T22:16:48.066 INFO:teuthology.orchestra.run.smithi110.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T22:16:48.081 INFO:teuthology.orchestra.run.smithi110.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2401-gd0bf63dd-1jammy [112 kB] 2024-04-19T22:16:48.087 INFO:teuthology.orchestra.run.smithi110.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2401-gd0bf63dd-1jammy [466 kB] 2024-04-19T22:16:48.106 INFO:teuthology.orchestra.run.smithi110.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T22:16:48.117 INFO:teuthology.orchestra.run.smithi110.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T22:16:48.123 INFO:teuthology.orchestra.run.smithi110.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T22:16:48.138 INFO:teuthology.orchestra.run.smithi164.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2401-gd0bf63dd-1jammy [5,084 kB] 2024-04-19T22:16:48.170 INFO:teuthology.orchestra.run.smithi110.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T22:16:48.173 INFO:teuthology.orchestra.run.smithi110.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T22:16:48.194 INFO:teuthology.orchestra.run.smithi110.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T22:16:48.233 INFO:teuthology.orchestra.run.smithi110.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2401-gd0bf63dd-1jammy [25.6 MB] 2024-04-19T22:16:48.358 INFO:teuthology.orchestra.run.smithi110.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T22:16:48.457 INFO:teuthology.orchestra.run.smithi164.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2401-gd0bf63dd-1jammy [244 kB] 2024-04-19T22:16:48.472 INFO:teuthology.orchestra.run.smithi164.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2401-gd0bf63dd-1jammy [124 kB] 2024-04-19T22:16:48.483 INFO:teuthology.orchestra.run.smithi164.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2401-gd0bf63dd-1jammy [1,525 kB] 2024-04-19T22:16:48.613 INFO:teuthology.orchestra.run.smithi164.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2401-gd0bf63dd-1jammy [6,245 kB] 2024-04-19T22:16:48.632 INFO:teuthology.orchestra.run.smithi110.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T22:16:48.649 INFO:teuthology.orchestra.run.smithi110.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T22:16:48.803 INFO:teuthology.orchestra.run.smithi110.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T22:16:48.832 INFO:teuthology.orchestra.run.smithi110.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T22:16:48.995 INFO:teuthology.orchestra.run.smithi110.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T22:16:49.005 INFO:teuthology.orchestra.run.smithi110.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T22:16:49.007 INFO:teuthology.orchestra.run.smithi110.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T22:16:49.028 INFO:teuthology.orchestra.run.smithi110.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T22:16:49.033 INFO:teuthology.orchestra.run.smithi110.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T22:16:49.090 INFO:teuthology.orchestra.run.smithi164.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2401-gd0bf63dd-1jammy [22.7 MB] 2024-04-19T22:16:49.596 INFO:teuthology.orchestra.run.smithi133.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2401-gd0bf63dd-1jammy [121 kB] 2024-04-19T22:16:49.598 INFO:teuthology.orchestra.run.smithi133.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2401-gd0bf63dd-1jammy [38.9 kB] 2024-04-19T22:16:49.600 INFO:teuthology.orchestra.run.smithi133.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2401-gd0bf63dd-1jammy [13.4 MB] 2024-04-19T22:16:50.443 INFO:teuthology.orchestra.run.smithi133.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2401-gd0bf63dd-1jammy [91.2 kB] 2024-04-19T22:16:50.770 INFO:teuthology.orchestra.run.smithi164.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2401-gd0bf63dd-1jammy [14.0 kB] 2024-04-19T22:16:50.771 INFO:teuthology.orchestra.run.smithi164.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2401-gd0bf63dd-1jammy [869 kB] 2024-04-19T22:16:50.788 INFO:teuthology.orchestra.run.smithi164.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2401-gd0bf63dd-1jammy [2,438 kB] 2024-04-19T22:16:50.882 INFO:teuthology.orchestra.run.smithi164.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2401-gd0bf63dd-1jammy [790 kB] 2024-04-19T22:16:50.939 INFO:teuthology.orchestra.run.smithi164.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2401-gd0bf63dd-1jammy [147 kB] 2024-04-19T22:16:50.943 INFO:teuthology.orchestra.run.smithi164.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2401-gd0bf63dd-1jammy [2,295 kB] 2024-04-19T22:16:51.004 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 179 MB in 9s (20.9 MB/s) 2024-04-19T22:16:51.123 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T22:16:51.132 INFO:teuthology.orchestra.run.smithi164.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2401-gd0bf63dd-1jammy [8,625 kB] 2024-04-19T22:16:51.206 INFO:teuthology.orchestra.run.smithi133.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 ... 165995 files and directories currently installed.) 2024-04-19T22:16:51.211 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T22:16:51.280 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T22:16:51.567 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T22:16:51.594 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T22:16:51.604 INFO:teuthology.orchestra.run.smithi164.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2401-gd0bf63dd-1jammy [14.2 kB] 2024-04-19T22:16:51.625 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T22:16:51.656 INFO:teuthology.orchestra.run.smithi164.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2401-gd0bf63dd-1jammy [50.7 MB] 2024-04-19T22:16:51.961 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T22:16:51.988 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T22:16:52.028 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T22:16:52.280 INFO:teuthology.orchestra.run.smithi110.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2401-gd0bf63dd-1jammy [5,084 kB] 2024-04-19T22:16:52.464 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T22:16:52.491 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:16:52.539 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:16:52.826 INFO:teuthology.orchestra.run.smithi110.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2401-gd0bf63dd-1jammy [244 kB] 2024-04-19T22:16:52.868 INFO:teuthology.orchestra.run.smithi110.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2401-gd0bf63dd-1jammy [124 kB] 2024-04-19T22:16:52.873 INFO:teuthology.orchestra.run.smithi110.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2401-gd0bf63dd-1jammy [1,525 kB] 2024-04-19T22:16:52.876 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T22:16:52.902 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:16:52.934 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:16:53.077 INFO:teuthology.orchestra.run.smithi110.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2401-gd0bf63dd-1jammy [6,245 kB] 2024-04-19T22:16:53.270 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T22:16:53.297 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:16:53.337 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:16:53.690 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T22:16:53.716 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T22:16:53.756 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T22:16:54.002 INFO:teuthology.orchestra.run.smithi110.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2401-gd0bf63dd-1jammy [22.7 MB] 2024-04-19T22:16:54.051 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librados2. 2024-04-19T22:16:54.078 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../007-librados2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:16:54.134 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librados2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:54.587 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librbd1. 2024-04-19T22:16:54.613 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../008-librbd1_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:16:54.653 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librbd1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:55.064 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T22:16:55.090 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:16:55.139 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:55.383 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rados. 2024-04-19T22:16:55.399 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:16:55.404 INFO:teuthology.orchestra.run.smithi164.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2401-gd0bf63dd-1jammy [121 kB] 2024-04-19T22:16:55.406 INFO:teuthology.orchestra.run.smithi164.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2401-gd0bf63dd-1jammy [38.9 kB] 2024-04-19T22:16:55.407 INFO:teuthology.orchestra.run.smithi164.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2401-gd0bf63dd-1jammy [13.4 MB] 2024-04-19T22:16:55.433 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rados (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:55.761 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T22:16:55.788 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:16:55.827 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-argparse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:56.080 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T22:16:56.107 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:16:56.146 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cephfs (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:56.327 INFO:teuthology.orchestra.run.smithi164.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2401-gd0bf63dd-1jammy [91.2 kB] 2024-04-19T22:16:56.449 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T22:16:56.476 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:16:56.516 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:56.802 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T22:16:56.829 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T22:16:56.860 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T22:16:56.891 INFO:teuthology.orchestra.run.smithi164.stdout:Fetched 179 MB in 14s (12.4 MB/s) 2024-04-19T22:16:56.979 INFO:teuthology.orchestra.run.smithi110.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2401-gd0bf63dd-1jammy [14.0 kB] 2024-04-19T22:16:56.979 INFO:teuthology.orchestra.run.smithi110.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2401-gd0bf63dd-1jammy [869 kB] 2024-04-19T22:16:57.038 INFO:teuthology.orchestra.run.smithi110.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2401-gd0bf63dd-1jammy [2,438 kB] 2024-04-19T22:16:57.050 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T22:16:57.146 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T22:16:57.150 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 ... 165995 files and directories currently installed.) 2024-04-19T22:16:57.156 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T22:16:57.172 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T22:16:57.213 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T22:16:57.240 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T22:16:57.311 INFO:teuthology.orchestra.run.smithi110.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2401-gd0bf63dd-1jammy [790 kB] 2024-04-19T22:16:57.420 INFO:teuthology.orchestra.run.smithi110.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2401-gd0bf63dd-1jammy [147 kB] 2024-04-19T22:16:57.452 INFO:teuthology.orchestra.run.smithi110.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2401-gd0bf63dd-1jammy [2,295 kB] 2024-04-19T22:16:57.482 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T22:16:57.497 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:16:57.540 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rbd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:16:57.577 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T22:16:57.603 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T22:16:57.644 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T22:16:57.678 INFO:teuthology.orchestra.run.smithi110.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2401-gd0bf63dd-1jammy [8,625 kB] 2024-04-19T22:16:57.901 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T22:16:57.928 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T22:16:57.938 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T22:16:57.964 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T22:16:57.968 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T22:16:58.005 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T22:16:58.245 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T22:16:58.272 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T22:16:58.303 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T22:16:58.467 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T22:16:58.493 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:16:58.528 INFO:teuthology.orchestra.run.smithi110.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2401-gd0bf63dd-1jammy [14.2 kB] 2024-04-19T22:16:58.529 INFO:teuthology.orchestra.run.smithi110.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2401-gd0bf63dd-1jammy [50.7 MB] 2024-04-19T22:16:58.541 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:16:58.581 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T22:16:58.608 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T22:16:58.648 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T22:16:58.920 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T22:16:58.946 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:16:58.986 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:16:58.993 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua5.1. 2024-04-19T22:16:59.020 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T22:16:59.059 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T22:16:59.298 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T22:16:59.324 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:16:59.364 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:16:59.718 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T22:16:59.738 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-any. 2024-04-19T22:16:59.744 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T22:16:59.764 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T22:16:59.784 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T22:16:59.804 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T22:17:00.015 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package zip. 2024-04-19T22:17:00.030 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T22:17:00.065 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T22:17:00.095 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librados2. 2024-04-19T22:17:00.122 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../007-librados2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:00.162 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librados2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:00.368 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package unzip. 2024-04-19T22:17:00.394 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T22:17:00.435 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T22:17:00.556 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librbd1. 2024-04-19T22:17:00.583 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../008-librbd1_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:00.715 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librbd1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:00.847 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package luarocks. 2024-04-19T22:17:00.873 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T22:17:00.913 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T22:17:01.296 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librgw2. 2024-04-19T22:17:01.322 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../025-librgw2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:01.362 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librgw2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:01.426 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T22:17:01.442 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:01.485 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libcephfs2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:01.762 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rados. 2024-04-19T22:17:01.788 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:01.829 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rados (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:01.872 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T22:17:01.888 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:01.922 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:02.107 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T22:17:02.133 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:02.165 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-ceph-argparse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:02.184 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T22:17:02.210 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T22:17:02.250 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T22:17:02.401 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T22:17:02.416 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:02.459 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cephfs (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:02.587 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T22:17:02.613 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:02.653 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libradosstriper1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:02.771 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T22:17:02.797 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:02.837 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:03.081 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-common. 2024-04-19T22:17:03.107 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:03.147 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:03.156 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T22:17:03.182 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T22:17:03.223 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T22:17:03.534 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T22:17:03.561 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T22:17:03.601 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T22:17:03.879 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T22:17:03.905 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:03.945 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rbd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:04.281 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T22:17:04.308 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T22:17:04.348 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T22:17:04.634 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T22:17:04.660 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T22:17:04.686 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-base. 2024-04-19T22:17:04.700 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T22:17:04.712 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:04.754 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-base (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:05.012 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T22:17:05.038 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T22:17:05.078 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T22:17:05.290 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T22:17:05.316 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T22:17:05.348 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T22:17:05.407 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua5.1. 2024-04-19T22:17:05.433 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T22:17:05.473 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T22:17:05.643 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T22:17:05.669 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T22:17:05.709 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T22:17:05.760 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua-any. 2024-04-19T22:17:05.775 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T22:17:05.810 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T22:17:06.037 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T22:17:06.062 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package zip. 2024-04-19T22:17:06.063 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T22:17:06.091 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T22:17:06.104 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T22:17:06.129 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T22:17:06.440 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T22:17:06.466 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T22:17:06.506 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T22:17:06.582 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package unzip. 2024-04-19T22:17:06.608 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T22:17:06.648 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T22:17:06.767 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T22:17:06.783 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T22:17:06.817 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T22:17:07.019 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package luarocks. 2024-04-19T22:17:07.034 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T22:17:07.069 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T22:17:07.103 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T22:17:07.130 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T22:17:07.170 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T22:17:07.446 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package librgw2. 2024-04-19T22:17:07.456 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-portend. 2024-04-19T22:17:07.472 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../025-librgw2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:07.482 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T22:17:07.512 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking librgw2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:07.522 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T22:17:07.834 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T22:17:07.860 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T22:17:07.900 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T22:17:08.106 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T22:17:08.128 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T22:17:08.134 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:08.154 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T22:17:08.173 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:08.186 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T22:17:08.475 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T22:17:08.502 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T22:17:08.540 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T22:17:08.542 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T22:17:08.567 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T22:17:08.606 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T22:17:08.837 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T22:17:08.863 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:08.903 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libradosstriper1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:08.909 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T22:17:08.936 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T22:17:08.976 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T22:17:09.262 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T22:17:09.289 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T22:17:09.323 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-common. 2024-04-19T22:17:09.328 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T22:17:09.350 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:09.390 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:09.631 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-mako. 2024-04-19T22:17:09.658 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T22:17:09.697 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T22:17:10.026 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T22:17:10.053 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T22:17:10.092 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T22:17:10.345 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T22:17:10.361 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T22:17:10.395 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T22:17:10.535 INFO:teuthology.orchestra.run.smithi110.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2401-gd0bf63dd-1jammy [121 kB] 2024-04-19T22:17:10.538 INFO:teuthology.orchestra.run.smithi110.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2401-gd0bf63dd-1jammy [38.9 kB] 2024-04-19T22:17:10.605 INFO:teuthology.orchestra.run.smithi110.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2401-gd0bf63dd-1jammy [13.4 MB] 2024-04-19T22:17:10.703 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-base. 2024-04-19T22:17:10.714 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webob. 2024-04-19T22:17:10.730 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:10.741 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T22:17:10.779 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-base (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:10.780 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T22:17:11.142 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T22:17:11.169 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T22:17:11.211 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T22:17:11.493 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T22:17:11.519 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T22:17:11.519 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T22:17:11.546 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T22:17:11.566 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T22:17:11.586 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T22:17:11.852 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T22:17:11.864 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-paste. 2024-04-19T22:17:11.878 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T22:17:11.879 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T22:17:11.914 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T22:17:11.918 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T22:17:12.205 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T22:17:12.225 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T22:17:12.228 INFO:teuthology.orchestra.run.smithi110.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2401-gd0bf63dd-1jammy [91.2 kB] 2024-04-19T22:17:12.233 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T22:17:12.252 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T22:17:12.263 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T22:17:12.292 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T22:17:12.578 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T22:17:12.582 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T22:17:12.605 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T22:17:12.608 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T22:17:12.644 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T22:17:12.649 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T22:17:12.786 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 179 MB in 30s (5,949 kB/s) 2024-04-19T22:17:12.880 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T22:17:12.896 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T22:17:12.930 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T22:17:12.952 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T22:17:12.966 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T22:17:12.978 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T22:17:13.018 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T22:17:13.068 INFO:teuthology.orchestra.run.smithi110.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 ... 165995 files and directories currently installed.) 2024-04-19T22:17:13.073 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T22:17:13.165 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T22:17:13.225 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T22:17:13.252 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T22:17:13.279 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T22:17:13.294 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T22:17:13.308 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T22:17:13.329 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T22:17:13.552 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T22:17:13.579 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T22:17:13.590 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-portend. 2024-04-19T22:17:13.617 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T22:17:13.619 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T22:17:13.657 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T22:17:13.671 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T22:17:13.698 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T22:17:13.737 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T22:17:13.913 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T22:17:13.940 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T22:17:13.960 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T22:17:13.971 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T22:17:13.986 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T22:17:14.026 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T22:17:14.057 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-idna. 2024-04-19T22:17:14.085 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T22:17:14.123 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T22:17:14.329 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T22:17:14.356 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T22:17:14.396 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T22:17:14.410 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T22:17:14.425 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T22:17:14.426 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T22:17:14.452 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:17:14.460 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T22:17:14.500 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:17:14.766 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T22:17:14.771 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests. 2024-04-19T22:17:14.792 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T22:17:14.798 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T22:17:14.832 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T22:17:14.837 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T22:17:14.920 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T22:17:14.947 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:17:14.987 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:17:15.144 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T22:17:15.170 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T22:17:15.544 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T22:17:15.649 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T22:17:15.676 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T22:17:15.974 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T22:17:16.049 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T22:17:16.076 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T22:17:16.106 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:17:16.155 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T22:17:16.182 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T22:17:16.222 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T22:17:16.244 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T22:17:16.260 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:16.294 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:16.435 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T22:17:16.462 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T22:17:16.518 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T22:17:16.526 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-mako. 2024-04-19T22:17:16.551 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T22:17:16.591 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T22:17:16.698 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T22:17:16.726 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:16.765 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:16.846 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librados2. 2024-04-19T22:17:16.873 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../007-librados2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:16.912 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librados2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:17.061 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T22:17:17.068 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T22:17:17.084 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T22:17:17.088 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T22:17:17.118 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T22:17:17.128 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T22:17:17.342 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librbd1. 2024-04-19T22:17:17.355 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../008-librbd1_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:17.370 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T22:17:17.390 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librbd1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:17.394 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T22:17:17.422 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T22:17:17.428 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T22:17:17.449 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T22:17:17.489 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T22:17:17.743 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T22:17:17.759 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:17.773 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T22:17:17.793 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libcephfs2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:17.801 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:17.816 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-webob. 2024-04-19T22:17:17.840 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:17.843 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T22:17:17.883 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T22:17:18.071 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rados. 2024-04-19T22:17:18.097 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:18.137 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rados (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:18.235 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T22:17:18.236 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T22:17:18.261 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:18.262 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T22:17:18.301 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mon (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:18.314 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T22:17:18.482 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T22:17:18.508 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:18.548 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-ceph-argparse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:18.622 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T22:17:18.649 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T22:17:18.688 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T22:17:18.792 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T22:17:18.808 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:18.851 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cephfs (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:18.888 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T22:17:18.915 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:18.946 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-osd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:18.950 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-paste. 2024-04-19T22:17:18.976 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T22:17:19.016 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T22:17:19.170 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T22:17:19.197 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:19.237 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:19.336 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T22:17:19.352 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T22:17:19.394 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T22:17:19.556 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T22:17:19.583 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T22:17:19.623 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T22:17:19.697 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T22:17:19.724 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T22:17:19.764 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T22:17:19.943 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T22:17:19.969 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T22:17:20.009 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T22:17:20.058 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T22:17:20.085 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T22:17:20.125 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T22:17:20.245 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T22:17:20.257 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph. 2024-04-19T22:17:20.260 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:20.284 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../066-ceph_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:20.295 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rbd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:20.324 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:20.394 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T22:17:20.421 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T22:17:20.461 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T22:17:20.581 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T22:17:20.608 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T22:17:20.610 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T22:17:20.637 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:20.648 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T22:17:20.668 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:20.832 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T22:17:20.859 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T22:17:20.899 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T22:17:20.934 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T22:17:20.961 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T22:17:21.000 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T22:17:21.038 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T22:17:21.065 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:21.104 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mds (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:21.252 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-idna. 2024-04-19T22:17:21.278 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T22:17:21.309 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T22:17:21.320 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T22:17:21.346 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T22:17:21.386 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T22:17:21.507 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package cephadm. 2024-04-19T22:17:21.534 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../069-cephadm_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:21.573 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:21.604 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T22:17:21.634 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T22:17:21.671 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T22:17:21.782 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua5.1. 2024-04-19T22:17:21.808 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T22:17:21.848 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T22:17:21.893 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T22:17:21.920 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T22:17:21.959 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T22:17:21.982 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-requests. 2024-04-19T22:17:22.009 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T22:17:22.049 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T22:17:22.177 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua-any. 2024-04-19T22:17:22.203 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T22:17:22.243 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T22:17:22.287 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T22:17:22.312 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T22:17:22.345 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T22:17:22.360 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T22:17:22.387 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T22:17:22.426 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T22:17:22.496 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package zip. 2024-04-19T22:17:22.523 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T22:17:22.562 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T22:17:22.713 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T22:17:22.729 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:22.763 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:22.915 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package unzip. 2024-04-19T22:17:22.942 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T22:17:22.990 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T22:17:23.151 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T22:17:23.178 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:23.217 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:23.367 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-babel. 2024-04-19T22:17:23.386 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package luarocks. 2024-04-19T22:17:23.394 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T22:17:23.412 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T22:17:23.433 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T22:17:23.452 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T22:17:23.520 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T22:17:23.547 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T22:17:23.587 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T22:17:23.761 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T22:17:23.788 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T22:17:23.827 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T22:17:23.861 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librgw2. 2024-04-19T22:17:23.865 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T22:17:23.887 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../025-librgw2_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:23.891 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T22:17:23.923 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T22:17:23.927 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librgw2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:24.164 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T22:17:24.191 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:24.230 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:24.259 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T22:17:24.285 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:24.325 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:24.471 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T22:17:24.486 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:24.538 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:24.567 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T22:17:24.594 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T22:17:24.633 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T22:17:24.746 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T22:17:24.772 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:24.812 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mon (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:24.907 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T22:17:24.934 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T22:17:24.936 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-routes. 2024-04-19T22:17:24.963 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T22:17:24.974 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T22:17:25.002 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T22:17:25.302 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T22:17:25.329 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:25.368 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libradosstriper1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:25.374 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T22:17:25.389 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T22:17:25.400 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:25.416 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:25.440 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-osd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:25.455 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:25.797 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-common. 2024-04-19T22:17:25.824 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:25.863 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:26.502 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph. 2024-04-19T22:17:26.528 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../066-ceph_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:26.568 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:26.736 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T22:17:26.763 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T22:17:26.794 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T22:17:26.888 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T22:17:26.914 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:27.015 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:27.186 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-base. 2024-04-19T22:17:27.212 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:27.261 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-base (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:27.305 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T22:17:27.332 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T22:17:27.372 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T22:17:27.407 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T22:17:27.422 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:27.465 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mds (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:27.736 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T22:17:27.762 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T22:17:27.802 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T22:17:27.885 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package cephadm. 2024-04-19T22:17:27.911 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../069-cephadm_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:27.951 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:28.088 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T22:17:28.115 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T22:17:28.115 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T22:17:28.142 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T22:17:28.154 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T22:17:28.181 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T22:17:28.279 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T22:17:28.306 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T22:17:28.345 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T22:17:28.543 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T22:17:28.569 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T22:17:28.610 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T22:17:28.648 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T22:17:28.664 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T22:17:28.706 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T22:17:28.938 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T22:17:28.946 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T22:17:28.965 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:28.972 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T22:17:29.012 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T22:17:29.098 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:29.315 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T22:17:29.341 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T22:17:29.373 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T22:17:29.668 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T22:17:29.694 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T22:17:29.719 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-babel. 2024-04-19T22:17:29.734 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T22:17:29.746 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T22:17:29.794 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T22:17:30.019 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T22:17:30.038 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T22:17:30.046 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T22:17:30.064 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T22:17:30.077 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T22:17:30.104 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T22:17:30.123 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T22:17:30.149 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T22:17:30.180 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T22:17:30.379 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T22:17:30.407 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T22:17:30.407 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-portend. 2024-04-19T22:17:30.433 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T22:17:30.473 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T22:17:30.491 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T22:17:30.518 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:30.558 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:30.589 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T22:17:30.768 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T22:17:30.795 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T22:17:30.835 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T22:17:30.903 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T22:17:30.930 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T22:17:30.978 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T22:17:31.007 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T22:17:31.035 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T22:17:31.074 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T22:17:31.138 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T22:17:31.164 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T22:17:31.204 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T22:17:31.264 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-routes. 2024-04-19T22:17:31.291 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T22:17:31.355 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T22:17:31.394 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T22:17:31.422 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T22:17:31.460 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T22:17:31.516 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T22:17:31.543 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T22:17:31.574 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T22:17:31.651 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T22:17:31.677 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:31.708 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:31.789 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T22:17:31.816 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T22:17:31.855 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T22:17:31.878 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T22:17:31.904 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T22:17:31.945 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T22:17:32.175 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T22:17:32.203 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T22:17:32.247 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T22:17:32.274 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T22:17:32.314 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T22:17:32.341 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T22:17:32.617 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-mako. 2024-04-19T22:17:32.643 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T22:17:32.670 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T22:17:32.683 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T22:17:32.697 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T22:17:32.736 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T22:17:32.979 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T22:17:33.005 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T22:17:33.005 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T22:17:33.006 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T22:17:33.032 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T22:17:33.034 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T22:17:33.036 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T22:17:33.064 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T22:17:33.072 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T22:17:33.323 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T22:17:33.349 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T22:17:33.389 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T22:17:33.559 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T22:17:33.583 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T22:17:33.617 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T22:17:33.709 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-webob. 2024-04-19T22:17:33.728 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T22:17:33.735 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T22:17:33.744 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:33.775 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T22:17:33.786 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:33.987 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T22:17:34.014 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T22:17:34.053 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T22:17:34.089 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T22:17:34.114 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T22:17:34.115 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T22:17:34.142 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T22:17:34.150 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T22:17:34.180 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T22:17:34.356 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T22:17:34.383 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T22:17:34.391 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T22:17:34.410 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T22:17:34.439 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T22:17:34.458 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T22:17:34.459 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T22:17:34.474 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T22:17:34.508 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T22:17:34.761 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-paste. 2024-04-19T22:17:34.761 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package jq. 2024-04-19T22:17:34.777 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T22:17:34.788 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T22:17:34.819 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T22:17:34.827 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T22:17:35.097 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package socat. 2024-04-19T22:17:35.114 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T22:17:35.124 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T22:17:35.129 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T22:17:35.148 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T22:17:35.163 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T22:17:35.164 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T22:17:35.175 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:35.299 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:35.458 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T22:17:35.475 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T22:17:35.485 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T22:17:35.502 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T22:17:35.525 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T22:17:35.541 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T22:17:35.837 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T22:17:35.863 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T22:17:35.903 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T22:17:35.929 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-test. 2024-04-19T22:17:35.957 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:35.995 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-test (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:36.203 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T22:17:36.214 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T22:17:36.219 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T22:17:36.241 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T22:17:36.261 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T22:17:36.289 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T22:17:36.565 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T22:17:36.592 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T22:17:36.631 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T22:17:36.752 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T22:17:36.779 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T22:17:36.819 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T22:17:36.917 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T22:17:36.945 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T22:17:36.984 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T22:17:37.114 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-idna. 2024-04-19T22:17:37.140 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T22:17:37.180 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T22:17:37.475 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T22:17:37.501 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T22:17:37.504 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T22:17:37.531 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T22:17:37.541 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T22:17:37.570 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T22:17:37.845 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-requests. 2024-04-19T22:17:37.871 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T22:17:37.915 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T22:17:37.919 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T22:17:37.943 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T22:17:37.982 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T22:17:38.231 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T22:17:38.258 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T22:17:38.274 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T22:17:38.297 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T22:17:38.302 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T22:17:38.302 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:38.329 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T22:17:38.341 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-volume (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:38.368 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T22:17:38.584 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T22:17:38.599 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:38.620 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T22:17:38.642 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:38.647 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:38.686 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs-dev (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:38.696 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T22:17:38.723 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T22:17:38.762 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T22:17:38.947 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T22:17:38.975 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T22:17:39.005 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T22:17:39.022 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T22:17:39.037 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:39.074 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T22:17:39.080 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:39.090 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T22:17:39.124 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T22:17:39.343 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T22:17:39.371 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T22:17:39.375 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T22:17:39.402 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T22:17:39.410 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T22:17:39.441 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T22:17:39.686 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T22:17:39.701 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T22:17:39.714 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T22:17:39.735 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T22:17:39.741 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T22:17:39.771 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T22:17:39.780 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T22:17:39.799 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:39.837 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:40.106 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T22:17:40.133 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:40.140 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T22:17:40.168 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T22:17:40.169 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package pkg-config. 2024-04-19T22:17:40.172 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:40.196 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T22:17:40.207 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T22:17:40.235 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T22:17:40.496 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T22:17:40.512 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T22:17:40.551 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T22:17:40.554 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T22:17:40.575 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T22:17:40.579 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T22:17:40.602 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:40.618 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T22:17:40.641 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mon (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:40.879 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package jq. 2024-04-19T22:17:40.906 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T22:17:40.945 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T22:17:41.024 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T22:17:41.052 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T22:17:41.090 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T22:17:41.189 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package socat. 2024-04-19T22:17:41.204 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T22:17:41.206 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T22:17:41.231 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:41.239 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T22:17:41.262 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-osd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:41.393 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T22:17:41.421 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T22:17:41.460 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T22:17:41.509 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T22:17:41.525 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T22:17:41.567 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T22:17:41.755 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T22:17:41.782 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T22:17:41.821 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T22:17:41.922 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-test. 2024-04-19T22:17:41.938 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:41.980 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-test (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:42.065 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T22:17:42.082 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T22:17:42.115 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T22:17:42.357 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph. 2024-04-19T22:17:42.384 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../066-ceph_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:42.423 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:42.444 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-py. 2024-04-19T22:17:42.471 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T22:17:42.518 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T22:17:42.743 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T22:17:42.770 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:42.797 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T22:17:42.809 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:42.824 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T22:17:42.855 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T22:17:43.180 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T22:17:43.206 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:43.246 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mds (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:43.359 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T22:17:43.386 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T22:17:43.425 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T22:17:43.753 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-toml. 2024-04-19T22:17:43.781 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T22:17:43.819 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T22:17:43.874 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package cephadm. 2024-04-19T22:17:43.900 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../069-cephadm_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:43.948 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:44.114 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T22:17:44.141 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T22:17:44.143 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T22:17:44.170 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:44.180 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T22:17:44.209 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking ceph-volume (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:44.285 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T22:17:44.311 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T22:17:44.351 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T22:17:44.529 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T22:17:44.534 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T22:17:44.545 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:44.561 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T22:17:44.588 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking libcephfs-dev (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:44.600 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T22:17:44.671 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T22:17:44.686 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T22:17:44.721 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T22:17:44.886 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T22:17:44.898 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T22:17:44.914 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T22:17:44.915 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T22:17:44.953 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T22:17:44.957 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T22:17:45.253 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T22:17:45.280 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T22:17:45.311 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T22:17:45.659 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-babel. 2024-04-19T22:17:45.682 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T22:17:45.686 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T22:17:45.710 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T22:17:45.725 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T22:17:45.740 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package radosgw. 2024-04-19T22:17:45.748 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T22:17:45.768 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../116-radosgw_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:45.806 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking radosgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:46.028 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T22:17:46.055 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T22:17:46.095 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T22:17:46.179 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package pkg-config. 2024-04-19T22:17:46.206 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T22:17:46.237 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T22:17:46.423 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T22:17:46.450 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:46.481 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T22:17:46.489 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:46.509 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T22:17:46.548 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T22:17:46.693 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T22:17:46.721 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:46.759 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking rbd-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:46.785 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T22:17:46.811 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T22:17:46.851 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T22:17:46.926 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T22:17:46.953 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T22:17:46.992 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T22:17:47.080 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T22:17:47.162 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-routes. 2024-04-19T22:17:47.189 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T22:17:47.229 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T22:17:47.295 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T22:17:47.322 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T22:17:47.356 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T22:17:47.378 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T22:17:47.465 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T22:17:47.565 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T22:17:47.592 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:47.632 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:47.729 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T22:17:47.834 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T22:17:47.861 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T22:17:47.992 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T22:17:48.101 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T22:17:48.278 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T22:17:48.305 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T22:17:48.344 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T22:17:48.523 INFO:teuthology.orchestra.run.smithi133.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T22:17:48.583 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:48.647 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-py. 2024-04-19T22:17:48.663 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T22:17:48.705 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T22:17:48.879 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T22:17:48.903 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T22:17:48.937 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T22:17:49.017 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T22:17:49.044 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T22:17:49.075 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user cephadm....done 2024-04-19T22:17:49.083 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T22:17:49.223 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T22:17:49.382 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T22:17:49.398 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T22:17:49.432 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T22:17:49.482 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T22:17:49.537 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T22:17:49.565 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T22:17:49.595 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T22:17:49.733 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T22:17:49.744 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T22:17:49.771 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T22:17:49.810 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T22:17:49.859 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T22:17:49.889 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-toml. 2024-04-19T22:17:49.905 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T22:17:49.948 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T22:17:50.119 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T22:17:50.130 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T22:17:50.157 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T22:17:50.196 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T22:17:50.251 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T22:17:50.278 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T22:17:50.317 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T22:17:50.379 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T22:17:50.480 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T22:17:50.629 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T22:17:50.656 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T22:17:50.695 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T22:17:50.748 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T22:17:50.872 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T22:17:50.899 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:50.964 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T22:17:50.980 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T22:17:51.015 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:51.056 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T22:17:51.091 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T22:17:51.351 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T22:17:51.652 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T22:17:51.785 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package radosgw. 2024-04-19T22:17:51.813 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../116-radosgw_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:51.843 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking radosgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:51.904 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T22:17:51.961 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T22:17:51.976 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T22:17:52.011 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T22:17:52.155 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T22:17:52.306 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T22:17:52.332 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T22:17:52.372 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T22:17:52.389 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T22:17:52.623 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-argparse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:52.629 INFO:teuthology.orchestra.run.smithi164.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T22:17:52.657 INFO:teuthology.orchestra.run.smithi164.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:52.695 INFO:teuthology.orchestra.run.smithi164.stdout:Unpacking rbd-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:52.700 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T22:17:52.728 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T22:17:52.767 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T22:17:52.866 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T22:17:52.992 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T22:17:53.008 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T22:17:53.078 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T22:17:53.105 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T22:17:53.118 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T22:17:53.145 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T22:17:53.244 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T22:17:53.259 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T22:17:53.385 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T22:17:53.415 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T22:17:53.431 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T22:17:53.465 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T22:17:53.503 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T22:17:53.649 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-04-19T22:17:53.727 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T22:17:53.754 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T22:17:53.784 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T22:17:53.874 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T22:17:53.910 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T22:17:53.956 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T22:17:54.013 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T22:17:54.074 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T22:17:54.313 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T22:17:54.341 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T22:17:54.379 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T22:17:54.425 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T22:17:54.426 INFO:teuthology.orchestra.run.smithi164.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T22:17:54.495 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:54.560 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T22:17:54.700 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T22:17:54.727 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T22:17:54.766 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T22:17:54.819 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T22:17:54.978 INFO:teuthology.orchestra.run.smithi164.stdout:Adding system user cephadm....done 2024-04-19T22:17:55.079 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T22:17:55.143 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T22:17:55.355 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T22:17:55.410 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T22:17:55.455 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T22:17:55.456 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T22:17:55.471 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:55.513 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:55.670 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T22:17:55.791 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T22:17:55.796 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T22:17:55.818 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T22:17:55.849 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T22:17:56.055 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T22:17:56.124 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T22:17:56.185 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T22:17:56.213 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T22:17:56.252 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T22:17:56.298 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T22:17:56.392 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T22:17:56.399 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T22:17:56.513 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package jq. 2024-04-19T22:17:56.529 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T22:17:56.543 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T22:17:56.571 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T22:17:56.669 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T22:17:56.692 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T22:17:56.824 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package socat. 2024-04-19T22:17:56.840 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T22:17:56.874 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T22:17:56.970 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T22:17:57.053 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T22:17:57.161 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T22:17:57.188 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T22:17:57.219 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T22:17:57.312 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T22:17:57.338 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T22:17:57.572 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T22:17:57.573 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-test. 2024-04-19T22:17:57.588 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T22:17:57.601 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:17:57.640 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-test (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:57.923 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T22:17:57.941 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T22:17:58.149 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T22:17:58.233 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T22:17:58.400 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T22:17:58.585 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T22:17:58.668 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-ceph-argparse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:58.844 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T22:17:58.919 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T22:17:58.970 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:17:59.045 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T22:17:59.170 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T22:17:59.263 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T22:17:59.296 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T22:17:59.556 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T22:17:59.556 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T22:17:59.877 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T22:17:59.904 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2401-gd0bf63dd-1jammy_all.deb ... 2024-04-19T22:17:59.943 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-volume (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:00.068 INFO:teuthology.orchestra.run.smithi164.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T22:18:00.095 INFO:teuthology.orchestra.run.smithi164.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T22:18:00.159 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T22:18:00.242 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T22:18:00.255 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:18:00.285 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T22:18:00.297 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libcephfs-dev (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:00.600 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T22:18:00.627 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T22:18:00.661 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T22:18:00.667 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T22:18:00.770 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T22:18:00.788 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T22:18:00.955 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T22:18:00.982 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T22:18:00.996 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:01.021 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T22:18:01.063 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T22:18:01.114 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T22:18:01.322 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T22:18:01.373 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T22:18:01.400 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T22:18:01.427 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T22:18:01.467 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T22:18:01.599 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T22:18:01.716 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T22:18:01.749 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T22:18:01.875 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T22:18:01.880 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package pkg-config. 2024-04-19T22:18:01.908 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T22:18:01.947 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T22:18:02.166 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T22:18:02.168 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T22:18:02.194 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T22:18:02.233 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T22:18:02.401 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T22:18:02.428 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T22:18:02.653 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T22:18:02.660 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T22:18:02.670 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:02.680 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T22:18:02.719 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T22:18:02.780 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T22:18:02.786 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T22:18:02.971 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T22:18:03.022 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T22:18:03.049 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T22:18:03.064 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T22:18:03.088 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T22:18:03.263 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T22:18:03.324 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T22:18:03.392 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T22:18:03.419 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T22:18:03.458 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T22:18:03.583 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T22:18:03.640 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T22:18:03.770 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T22:18:03.797 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T22:18:03.836 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T22:18:03.843 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T22:18:03.874 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T22:18:04.094 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T22:18:04.156 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-py. 2024-04-19T22:18:04.183 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T22:18:04.222 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T22:18:04.267 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T22:18:04.353 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T22:18:04.454 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T22:18:04.500 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T22:18:04.516 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T22:18:04.551 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T22:18:04.594 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T22:18:04.730 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T22:18:04.856 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T22:18:04.945 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T22:18:04.971 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T22:18:04.999 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T22:18:05.038 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T22:18:05.149 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T22:18:05.204 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T22:18:05.330 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:05.357 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-toml. 2024-04-19T22:18:05.385 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T22:18:05.424 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T22:18:05.467 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T22:18:05.606 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T22:18:05.710 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T22:18:05.735 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T22:18:05.737 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T22:18:05.776 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T22:18:05.860 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T22:18:05.907 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T22:18:05.986 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T22:18:06.075 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T22:18:06.113 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T22:18:06.141 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T22:18:06.179 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T22:18:06.305 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T22:18:06.422 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T22:18:06.457 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T22:18:06.473 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T22:18:06.515 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T22:18:06.824 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T22:18:07.063 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T22:18:07.075 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T22:18:07.209 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T22:18:07.278 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package radosgw. 2024-04-19T22:18:07.298 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:07.306 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../116-radosgw_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:18:07.345 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking radosgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:07.407 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T22:18:07.477 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:07.595 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T22:18:07.649 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T22:18:07.801 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T22:18:07.879 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T22:18:07.926 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T22:18:08.147 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T22:18:08.156 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T22:18:08.184 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2401-gd0bf63dd-1jammy_amd64.deb ... 2024-04-19T22:18:08.214 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking rbd-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:08.227 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T22:18:08.423 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T22:18:08.487 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T22:18:08.493 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T22:18:08.549 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T22:18:08.738 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:08.761 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T22:18:08.808 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T22:18:08.839 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T22:18:08.887 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T22:18:09.068 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T22:18:09.116 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T22:18:09.153 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T22:18:09.367 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T22:18:09.404 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T22:18:09.502 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T22:18:09.626 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T22:18:09.773 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T22:18:09.877 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T22:18:09.928 INFO:teuthology.orchestra.run.smithi110.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T22:18:10.005 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:10.058 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T22:18:10.128 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T22:18:10.387 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T22:18:10.402 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T22:18:10.496 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T22:18:10.513 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user cephadm....done 2024-04-19T22:18:10.536 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librados2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:10.637 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:10.678 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T22:18:10.738 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T22:18:10.773 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T22:18:10.882 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T22:18:10.954 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T22:18:11.066 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:11.167 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T22:18:11.189 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T22:18:11.192 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libradosstriper1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:11.290 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T22:18:11.318 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T22:18:11.468 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T22:18:11.541 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T22:18:11.595 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librbd1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:11.721 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-modules-core (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:11.727 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T22:18:11.809 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T22:18:11.847 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:11.853 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T22:18:11.935 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T22:18:11.979 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T22:18:12.067 INFO:teuthology.orchestra.run.smithi164.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T22:18:12.078 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T22:18:12.078 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T22:18:12.237 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T22:18:12.306 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T22:18:12.407 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T22:18:12.573 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs-dev (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:12.606 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T22:18:12.724 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rados (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:12.774 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T22:18:12.850 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librgw2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:12.857 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T22:18:12.970 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T22:18:13.051 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T22:18:13.108 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T22:18:13.176 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T22:18:13.368 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T22:18:13.436 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:13.562 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T22:18:13.644 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T22:18:13.879 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T22:18:13.937 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T22:18:14.144 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rbd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:14.172 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T22:18:14.196 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-ceph-argparse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:14.278 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up rbd-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:14.379 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:14.440 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T22:18:14.480 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cephfs (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:14.566 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T22:18:14.598 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:14.756 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T22:18:14.833 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T22:18:14.933 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T22:18:15.059 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T22:18:15.101 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T22:18:15.123 INFO:teuthology.orchestra.run.smithi133.stdout:Adding group ceph....done 2024-04-19T22:18:15.186 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T22:18:15.446 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T22:18:15.453 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T22:18:15.508 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user ceph....done 2024-04-19T22:18:15.668 INFO:teuthology.orchestra.run.smithi133.stdout:Setting system user ceph properties....done 2024-04-19T22:18:15.685 INFO:teuthology.orchestra.run.smithi133.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T22:18:15.820 INFO:teuthology.orchestra.run.smithi110.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T22:18:15.823 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T22:18:15.825 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T22:18:15.843 INFO:teuthology.orchestra.run.smithi110.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T22:18:15.897 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T22:18:16.024 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T22:18:16.099 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T22:18:16.119 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T22:18:16.400 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T22:18:16.443 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T22:18:16.526 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T22:18:16.569 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librados2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:16.599 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-test (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:16.695 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:16.724 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up radosgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:16.793 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T22:18:16.821 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T22:18:17.095 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T22:18:17.116 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libcephfs2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:17.174 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T22:18:17.174 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T22:18:17.242 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libradosstriper1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:17.368 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T22:18:17.387 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T22:18:17.530 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T22:18:17.618 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-base (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:17.663 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librbd1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:17.795 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-modules-core (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:17.921 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:17.933 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T22:18:18.143 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-04-19T22:18:18.143 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T22:18:18.165 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T22:18:18.378 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mds (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:18.416 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T22:18:18.542 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T22:18:18.606 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up libcephfs-dev (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:18.607 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T22:18:18.608 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T22:18:18.668 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T22:18:18.978 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T22:18:19.044 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rados (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:19.096 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:19.199 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up librgw2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:19.310 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T22:18:19.310 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T22:18:19.325 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T22:18:19.362 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T22:18:19.605 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T22:18:19.781 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-osd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:19.973 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T22:18:20.039 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T22:18:20.039 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T22:18:20.274 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T22:18:20.516 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:20.554 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rbd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:20.617 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T22:18:20.633 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:20.671 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up rbd-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:20.793 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mon (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:20.797 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-rgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:20.868 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T22:18:20.923 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up python3-cephfs (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:20.994 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:21.006 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T22:18:21.006 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T22:18:21.066 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:21.295 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T22:18:21.486 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:21.600 INFO:teuthology.orchestra.run.smithi164.stdout:Adding group ceph....done 2024-04-19T22:18:21.604 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T22:18:21.637 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:21.763 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-dashboard (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:21.914 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-volume (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:21.943 INFO:teuthology.orchestra.run.smithi164.stdout:Adding system user ceph....done 2024-04-19T22:18:22.113 INFO:teuthology.orchestra.run.smithi164.stdout:Setting system user ceph properties....done 2024-04-19T22:18:22.127 INFO:teuthology.orchestra.run.smithi164.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T22:18:22.275 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T22:18:22.437 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T22:18:22.537 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T22:18:22.614 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T22:18:22.690 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T22:18:22.760 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T22:18:23.037 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:23.058 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-test (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:23.171 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T22:18:23.184 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up radosgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:23.422 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T22:18:23.497 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T22:18:23.564 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T22:18:23.655 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-04-19T22:18:23.655 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T22:18:23.691 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T22:18:23.992 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T22:18:24.103 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-base (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:24.140 INFO:teuthology.orchestra.run.smithi133.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T22:18:24.146 DEBUG:teuthology.parallel:result is None 2024-04-19T22:18:24.251 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T22:18:24.436 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T22:18:24.502 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:24.628 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T22:18:24.913 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mds (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:24.930 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T22:18:25.123 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-04-19T22:18:25.123 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T22:18:25.156 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T22:18:25.416 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T22:18:25.623 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:25.666 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T22:18:25.831 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-04-19T22:18:25.831 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T22:18:25.934 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T22:18:26.202 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T22:18:26.316 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-osd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:26.328 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T22:18:26.598 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-04-19T22:18:26.599 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T22:18:26.603 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T22:18:26.730 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T22:18:27.022 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T22:18:27.075 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:27.201 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:27.340 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T22:18:27.352 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mon (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:27.566 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-04-19T22:18:27.566 INFO:teuthology.orchestra.run.smithi164.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T22:18:27.600 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T22:18:27.725 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T22:18:27.851 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T22:18:27.940 INFO:teuthology.orchestra.run.smithi110.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T22:18:28.012 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:28.170 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T22:18:28.171 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:28.297 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-mgr-dashboard (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:28.321 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T22:18:28.550 INFO:teuthology.orchestra.run.smithi164.stdout:Setting up ceph-volume (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:28.706 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T22:18:28.934 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T22:18:28.956 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T22:18:29.052 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T22:18:29.083 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T22:18:29.204 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T22:18:29.342 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T22:18:29.468 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T22:18:29.786 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T22:18:30.078 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T22:18:30.338 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T22:18:30.439 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T22:18:30.534 INFO:teuthology.orchestra.run.smithi164.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T22:18:30.698 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T22:18:30.958 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T22:18:31.226 INFO:teuthology.orchestra.run.smithi164.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T22:18:31.231 DEBUG:teuthology.parallel:result is None 2024-04-19T22:18:31.302 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T22:18:31.687 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T22:18:31.964 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T22:18:32.283 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T22:18:32.409 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librados2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:32.535 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:32.661 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T22:18:32.964 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libcephfs2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:33.081 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libradosstriper1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:33.208 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T22:18:33.484 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librbd1 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:33.627 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-modules-core (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:33.753 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:33.966 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T22:18:33.966 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T22:18:34.462 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libcephfs-dev (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:34.572 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rados (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:34.672 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librgw2 (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:34.798 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T22:18:36.060 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rbd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:36.186 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up rbd-fuse (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:36.312 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:36.438 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cephfs (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:36.548 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-common (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:37.082 INFO:teuthology.orchestra.run.smithi110.stdout:Adding group ceph....done 2024-04-19T22:18:37.458 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user ceph....done 2024-04-19T22:18:37.585 INFO:teuthology.orchestra.run.smithi110.stdout:Setting system user ceph properties....done 2024-04-19T22:18:37.601 INFO:teuthology.orchestra.run.smithi110.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T22:18:37.736 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T22:18:38.033 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T22:18:38.498 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-test (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:38.616 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up radosgw (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:39.079 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T22:18:39.080 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T22:18:39.551 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-base (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:39.909 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T22:18:40.361 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mds (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:40.585 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T22:18:40.585 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T22:18:41.063 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:41.275 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T22:18:41.275 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T22:18:41.747 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-osd (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:42.003 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T22:18:42.003 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T22:18:42.491 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:42.616 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:42.768 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mon (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:42.979 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T22:18:42.979 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T22:18:43.461 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-cephadm (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:43.595 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:43.696 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-dashboard (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:43.822 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-volume (19.0.0-2401-gd0bf63dd-1jammy) ... 2024-04-19T22:18:44.167 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T22:18:44.267 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T22:18:44.436 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T22:18:45.962 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T22:18:46.613 INFO:teuthology.orchestra.run.smithi110.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T22:18:46.618 DEBUG:teuthology.parallel:result is None 2024-04-19T22:18:46.619 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:18:46.760 DEBUG:teuthology.orchestra.run.smithi110:> dpkg-query -W -f '${Version}' ceph 2024-04-19T22:18:46.778 INFO:teuthology.orchestra.run.smithi110.stdout:19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:18:46.779 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:18:46.779 INFO:teuthology.task.install:The correct ceph version 19.0.0-2401-gd0bf63dd-1jammy is installed. 2024-04-19T22:18:46.781 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:18:47.122 DEBUG:teuthology.orchestra.run.smithi133:> dpkg-query -W -f '${Version}' ceph 2024-04-19T22:18:47.141 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:18:47.141 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:18:47.141 INFO:teuthology.task.install:The correct ceph version 19.0.0-2401-gd0bf63dd-1jammy is installed. 2024-04-19T22:18:47.143 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:18:47.485 DEBUG:teuthology.orchestra.run.smithi164:> dpkg-query -W -f '${Version}' ceph 2024-04-19T22:18:47.504 INFO:teuthology.orchestra.run.smithi164.stdout:19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:18:47.505 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2401-gd0bf63dd-1jammy 2024-04-19T22:18:47.505 INFO:teuthology.task.install:The correct ceph version 19.0.0-2401-gd0bf63dd-1jammy is installed. 2024-04-19T22:18:47.506 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-19T22:18:47.507 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:18:47.507 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T22:18:47.521 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:18:47.521 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T22:18:47.536 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:18:47.536 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T22:18:47.561 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-19T22:18:47.562 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:18:47.562 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T22:18:47.576 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T22:18:47.629 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:18:47.629 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T22:18:47.642 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T22:18:47.696 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:18:47.697 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T22:18:47.710 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T22:18:47.764 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-19T22:18:47.764 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:18:47.764 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T22:18:47.777 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T22:18:47.832 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:18:47.832 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T22:18:47.845 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T22:18:47.901 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:18:47.901 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T22:18:47.914 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T22:18:47.968 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-19T22:18:47.969 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:18:47.969 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T22:18:47.982 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T22:18:48.036 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:18:48.036 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T22:18:48.049 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T22:18:48.105 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:18:48.105 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T22:18:48.118 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T22:18:48.173 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-19T22:18:48.278 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': 'd0bf63dd179c05751e4be49477389aa290c73089'} 2024-04-19T22:18:48.279 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:18:48.279 INFO:tasks.cephadm:Cluster fsid is cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:18:48.279 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-19T22:18:48.280 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.110', 'mon.b': '172.21.15.133', 'mon.c': '172.21.15.164'} 2024-04-19T22:18:48.280 INFO:tasks.cephadm:First mon is mon.a on smithi110 2024-04-19T22:18:48.280 INFO:tasks.cephadm:First mgr is a 2024-04-19T22:18:48.280 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-19T22:18:48.280 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-04-19T22:18:48.294 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-04-19T22:18:48.308 DEBUG:teuthology.orchestra.run.smithi164:> sudo hostname $(hostname -s) 2024-04-19T22:18:48.323 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-19T22:18:48.323 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:18:48.458 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'd0bf63dd179c05751e4be49477389aa290c73089', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54936/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2401-gd0bf63dd', 'node_name': '172.21.2.16+braggi16', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2401-gd0bf63dd-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-18 22:27:41.509043', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-19T22:18:48.690 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 d0bf63dd179c05751e4be49477389aa290c73089 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:18:48.691 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-19T22:18:48.691 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:50.068 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788686 Apr 19 22:18 /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:50.068 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:50.727 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788686 Apr 19 22:18 /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:50.728 DEBUG:teuthology.orchestra.run.smithi164:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/d0bf63dd179c05751e4be49477389aa290c73089/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:51.731 INFO:teuthology.orchestra.run.smithi164.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788686 Apr 19 22:18 /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:51.732 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:51.739 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T22:18:51.747 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-04-19T22:18:51.765 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 on all hosts... 2024-04-19T22:18:51.766 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 pull 2024-04-19T22:18:51.783 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 pull 2024-04-19T22:18:51.789 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 pull 2024-04-19T22:18:51.948 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089... 2024-04-19T22:18:51.954 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089... 2024-04-19T22:18:51.962 INFO:teuthology.orchestra.run.smithi164.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089... 2024-04-19T22:19:51.710 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-04-19T22:19:51.711 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev)", 2024-04-19T22:19:51.711 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "044b88a464c745d1a532c17a66a301b05e696f95453442e00a0dc9465ded4f0d", 2024-04-19T22:19:51.711 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-04-19T22:19:51.711 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7c88d0c70431e4a73a853860688a551a69c08a8f0f7b00ee258de4bf7c7072d1" 2024-04-19T22:19:51.711 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-04-19T22:19:51.711 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-04-19T22:20:08.211 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-04-19T22:20:08.211 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev)", 2024-04-19T22:20:08.211 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "044b88a464c745d1a532c17a66a301b05e696f95453442e00a0dc9465ded4f0d", 2024-04-19T22:20:08.211 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2024-04-19T22:20:08.212 INFO:teuthology.orchestra.run.smithi110.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7c88d0c70431e4a73a853860688a551a69c08a8f0f7b00ee258de4bf7c7072d1" 2024-04-19T22:20:08.212 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-04-19T22:20:08.212 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-04-19T22:20:15.873 INFO:teuthology.orchestra.run.smithi164.stdout:{ 2024-04-19T22:20:15.873 INFO:teuthology.orchestra.run.smithi164.stdout: "ceph_version": "ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev)", 2024-04-19T22:20:15.873 INFO:teuthology.orchestra.run.smithi164.stdout: "image_id": "044b88a464c745d1a532c17a66a301b05e696f95453442e00a0dc9465ded4f0d", 2024-04-19T22:20:15.873 INFO:teuthology.orchestra.run.smithi164.stdout: "repo_digests": [ 2024-04-19T22:20:15.873 INFO:teuthology.orchestra.run.smithi164.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7c88d0c70431e4a73a853860688a551a69c08a8f0f7b00ee258de4bf7c7072d1" 2024-04-19T22:20:15.874 INFO:teuthology.orchestra.run.smithi164.stdout: ] 2024-04-19T22:20:15.874 INFO:teuthology.orchestra.run.smithi164.stdout:} 2024-04-19T22:20:15.919 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-04-19T22:20:15.933 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-04-19T22:20:15.948 DEBUG:teuthology.orchestra.run.smithi164:> sudo mkdir -p /etc/ceph 2024-04-19T22:20:15.961 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-04-19T22:20:15.989 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-04-19T22:20:16.002 DEBUG:teuthology.orchestra.run.smithi164:> sudo chmod 777 /etc/ceph 2024-04-19T22:20:16.015 INFO:tasks.cephadm:Writing seed config... 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-19T22:20:16.017 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-19T22:20:16.018 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:20:16.018 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-19T22:20:16.037 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 = cb35fed0-fe9a-11ee-bc92-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-19T22:20:16.038 DEBUG:teuthology.orchestra.run.smithi110:mon.a> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a.service 2024-04-19T22:20:16.083 DEBUG:teuthology.orchestra.run.smithi110:mgr.a> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.a.service 2024-04-19T22:20:16.126 INFO:tasks.cephadm:Bootstrapping... 2024-04-19T22:20:16.126 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 -v bootstrap --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.110 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:20:16.332 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-19T22:20:16.333 INFO:teuthology.orchestra.run.smithi110.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089', '-v', 'bootstrap', '--fsid', 'cb35fed0-fe9a-11ee-bc92-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.110', '--skip-admin-label'] 2024-04-19T22:20:16.333 INFO:teuthology.orchestra.run.smithi110.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-19T22:20:16.333 INFO:teuthology.orchestra.run.smithi110.stdout:Verifying podman|docker is present... 2024-04-19T22:20:16.334 INFO:teuthology.orchestra.run.smithi110.stdout:Verifying lvm2 is present... 2024-04-19T22:20:16.334 INFO:teuthology.orchestra.run.smithi110.stdout:Verifying time synchronization is in place... 2024-04-19T22:20:16.338 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-19T22:20:16.339 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-19T22:20:16.342 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-19T22:20:16.342 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.345 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-19T22:20:16.345 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-19T22:20:16.349 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-19T22:20:16.349 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.354 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-19T22:20:16.354 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout masked 2024-04-19T22:20:16.357 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-19T22:20:16.357 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.361 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-19T22:20:16.361 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-19T22:20:16.364 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-19T22:20:16.364 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.370 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout enabled 2024-04-19T22:20:16.372 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout active 2024-04-19T22:20:16.372 INFO:teuthology.orchestra.run.smithi110.stdout:Unit ntp.service is enabled and running 2024-04-19T22:20:16.372 INFO:teuthology.orchestra.run.smithi110.stdout:Repeating the final host check... 2024-04-19T22:20:16.372 INFO:teuthology.orchestra.run.smithi110.stdout:docker (/usr/bin/docker) is present 2024-04-19T22:20:16.372 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl is present 2024-04-19T22:20:16.373 INFO:teuthology.orchestra.run.smithi110.stdout:lvcreate is present 2024-04-19T22:20:16.376 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-19T22:20:16.376 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-19T22:20:16.379 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-19T22:20:16.379 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.383 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-19T22:20:16.383 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-19T22:20:16.386 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-19T22:20:16.386 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.389 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-19T22:20:16.389 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout masked 2024-04-19T22:20:16.393 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-19T22:20:16.393 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.396 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-19T22:20:16.396 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-19T22:20:16.400 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-19T22:20:16.400 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout inactive 2024-04-19T22:20:16.404 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout enabled 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stdout active 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Unit ntp.service is enabled and running 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Host looks OK 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Cluster fsid: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Acquiring lock 140557133375344 on /run/cephadm/cb35fed0-fe9a-11ee-bc92-c7b262605968.lock 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Lock 140557133375344 acquired on /run/cephadm/cb35fed0-fe9a-11ee-bc92-c7b262605968.lock 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Verifying IP 172.21.15.110 port 3300 ... 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Verifying IP 172.21.15.110 port 6789 ... 2024-04-19T22:20:16.408 INFO:teuthology.orchestra.run.smithi110.stdout:Base mon IP(s) is [172.21.15.110:3300, 172.21.15.110:6789], mon addrv is [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-04-19T22:20:16.411 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-19T22:20:16.411 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2024-04-19T22:20:16.411 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2024-04-19T22:20:16.411 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-19T22:20:16.411 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2024-04-19T22:20:16.411 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.110 metric 100 2024-04-19T22:20:16.412 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.110 metric 100 2024-04-19T22:20:16.412 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.110 metric 100 2024-04-19T22:20:16.413 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-19T22:20:16.413 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-19T22:20:16.413 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1795sec pref medium 2024-04-19T22:20:16.415 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-19T22:20:16.415 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-19T22:20:16.415 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-19T22:20:16.415 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-19T22:20:16.415 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cc35/64 scope link 2024-04-19T22:20:16.415 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.0.0/20` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.0.0/20` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.0.1/32` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.0.1/32` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.0.2/32` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.0.2/32` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.15.254/32` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Mon IP `172.21.15.110` is in CIDR network `172.21.15.254/32` 2024-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:16.417 INFO:teuthology.orchestra.run.smithi110.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-19T22:20:16.418 INFO:teuthology.orchestra.run.smithi110.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089... 2024-04-19T22:20:16.704 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/docker: stdout d0bf63dd179c05751e4be49477389aa290c73089: Pulling from ceph-ci/ceph 2024-04-19T22:20:16.704 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/docker: stdout Digest: sha256:7c88d0c70431e4a73a853860688a551a69c08a8f0f7b00ee258de4bf7c7072d1 2024-04-19T22:20:16.704 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:20:16.704 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T22:20:18.198 INFO:teuthology.orchestra.run.smithi110.stdout:ceph: stdout ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev) 2024-04-19T22:20:18.199 INFO:teuthology.orchestra.run.smithi110.stdout:Ceph version: ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev) 2024-04-19T22:20:18.199 INFO:teuthology.orchestra.run.smithi110.stdout:Extracting ceph user uid/gid from container image... 2024-04-19T22:20:19.398 INFO:teuthology.orchestra.run.smithi110.stdout:stat: stdout 167 167 2024-04-19T22:20:19.398 INFO:teuthology.orchestra.run.smithi110.stdout:Creating initial keys... 2024-04-19T22:20:20.633 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-authtool: stdout AQAk7iJmZZNGCBAA/Qi8Uh5OUkjhc7TA1EwIEQ== 2024-04-19T22:20:21.829 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-authtool: stdout AQAl7iJmxmUHExAA1j2aPu9G0etrGbSJnK8pbQ== 2024-04-19T22:20:23.067 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-authtool: stdout AQAm7iJmGhjGIhAA6uqpIiABM1eXG5aaItUs4Q== 2024-04-19T22:20:23.068 INFO:teuthology.orchestra.run.smithi110.stdout:Creating initial monmap... 2024-04-19T22:20:24.348 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-19T22:20:24.348 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-19T22:20:24.348 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:24.348 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-19T22:20:24.348 INFO:teuthology.orchestra.run.smithi110.stdout:monmaptool for a [v2:172.21.15.110:3300,v1:172.21.15.110:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-19T22:20:24.349 INFO:teuthology.orchestra.run.smithi110.stdout:setting min_mon_release = quincy 2024-04-19T22:20:24.349 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/monmaptool: set fsid to cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:24.349 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-19T22:20:24.349 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:20:24.349 INFO:teuthology.orchestra.run.smithi110.stdout:Creating mon... 2024-04-19T22:20:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.139+0000 7fbcba739c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T22:20:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.139+0000 7fbcba739c80 1 imported monmap: 2024-04-19T22:20:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-19T22:20:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-19T22:20:23.859562+0000 2024-04-19T22:20:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:20:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.139+0000 7fbcba739c80 0 /usr/bin/ceph-mon: set fsid to cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Git sha 0 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Compile date 2024-04-19 06:21:11 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: DB SUMMARY 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: DB Session ID: NEQZHKGDH2G0NXX2N2VY 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.create_if_missing: 1 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T22:20:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.env: 0x55a4716e4c60 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.info_log: 0x55a472e34d20 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.statistics: (nil) 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.use_fsync: 0 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T22:20:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.db_log_dir: 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.wal_dir: 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T22:20:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.write_buffer_manager: 0x55a472e09360 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.unordered_write: 0 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T22:20:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.row_cache: None 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.wal_filter: None 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.wal_compression: 0 2024-04-19T22:20:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T22:20:25.606 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_open_files: -1 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T22:20:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Compression algorithms supported: 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kZSTD supported: 0 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T22:20:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.merge_operator: 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_filter: None 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T22:20:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a472e34e20) 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55a472e39090 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-19T22:20:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-19T22:20:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T22:20:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression: NoCompression 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.num_levels: 7 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T22:20:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T22:20:25.614 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T22:20:25.615 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T22:20:25.616 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.table_properties_collectors: 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T22:20:25.617 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.ttl: 2592000 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T22:20:25.618 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 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-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 460feabb-5579-40eb-bf26-cedbb43c6cbb 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a472f04000 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcba739c80 4 rocksdb: DB pointer 0x55a472ef4000 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcaa8a4700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.143+0000 7fbcaa8a4700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-19T22:20:25.620 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T22:20:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.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-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55a472e39090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.147+0000 7fbcba739c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.147+0000 7fbcba739c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T22:20:25.147+0000 7fbcba739c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-19T22:20:25.622 INFO:teuthology.orchestra.run.smithi110.stdout:create mon.a on 2024-04-19T22:20:25.842 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-19T22:20:26.031 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-19T22:20:26.264 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968.target. 2024-04-19T22:20:26.264 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968.target. 2024-04-19T22:20:26.545 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a 2024-04-19T22:20:26.545 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to reset failed state of unit ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a.service: Unit ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a.service not loaded. 2024-04-19T22:20:26.732 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968.target.wants/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service. 2024-04-19T22:20:26.742 INFO:teuthology.orchestra.run.smithi110.stdout:firewalld does not appear to be present 2024-04-19T22:20:26.742 INFO:teuthology.orchestra.run.smithi110.stdout:Not possible to enable service . firewalld.service is not available 2024-04-19T22:20:26.742 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for mon to start... 2024-04-19T22:20:26.742 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for mon... 2024-04-19T22:20:28.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:28 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.388667+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout cluster: 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout id: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout services: 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.279454s) 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-19T22:20:29.335 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout data: 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout pgs: 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:mon is available 2024-04-19T22:20:29.336 INFO:teuthology.orchestra.run.smithi110.stdout:Assimilating anything we can from ceph.conf... 2024-04-19T22:20:29.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408341+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T22:20:29.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408477+0000 mon.a (mon.0) 3 : cluster 0 monmap epoch 1 2024-04-19T22:20:29.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408489+0000 mon.a (mon.0) 4 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:29.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408498+0000 mon.a (mon.0) 5 : cluster 0 last_changed 2024-04-19T22:20:23.859562+0000 2024-04-19T22:20:29.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408506+0000 mon.a (mon.0) 6 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:20:29.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408514+0000 mon.a (mon.0) 7 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:20:29.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408523+0000 mon.a (mon.0) 8 : cluster 0 election_strategy: 1 2024-04-19T22:20:29.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.408530+0000 mon.a (mon.0) 9 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:20:29.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.410387+0000 mon.a (mon.0) 10 : cluster 0 fsmap 2024-04-19T22:20:29.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.412343+0000 mon.a (mon.0) 11 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-19T22:20:29.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: cluster 2024-04-19T22:20:28.412796+0000 mon.a (mon.0) 12 : cluster 0 mgrmap e1: no daemons active 2024-04-19T22:20:29.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:29 smithi110 bash[21049]: audit 2024-04-19T22:20:28.687728+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.110:0/4281481483' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-19T22:20:30.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:30 smithi110 bash[21049]: audit 2024-04-19T22:20:30.306030+0000 mon.a (mon.0) 14 : audit 1 from='client.? 172.21.15.110:0/3637535253' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T22:20:30.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:30 smithi110 bash[21049]: audit 2024-04-19T22:20:30.309085+0000 mon.a (mon.0) 15 : audit 1 from='client.? 172.21.15.110:0/3637535253' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T22:20:30.799 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:30.799 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout [global] 2024-04-19T22:20:30.799 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout fsid = cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:30.799 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-04-19T22:20:30.799 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout [osd] 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-19T22:20:30.800 INFO:teuthology.orchestra.run.smithi110.stdout:Generating new minimal ceph.conf... 2024-04-19T22:20:32.149 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:31 smithi110 bash[21049]: audit 2024-04-19T22:20:31.767207+0000 mon.a (mon.0) 16 : audit 0 from='client.? 172.21.15.110:0/3288878031' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:20:32.320 INFO:teuthology.orchestra.run.smithi110.stdout:Restarting the monitor... 2024-04-19T22:20:32.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:32 smithi110 systemd[1]: Stopping Ceph mon.a for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:20:32.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:32 smithi110 bash[21049]: debug 2024-04-19T22:20:32.479+0000 7f829ee7f700 -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-04-19T22:20:32.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:32 smithi110 bash[21049]: debug 2024-04-19T22:20:32.479+0000 7f829ee7f700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-19T22:20:33.229 INFO:teuthology.orchestra.run.smithi110.stdout:Setting public_network to 172.21.15.254/32,172.21.0.2/32,172.21.0.1/32,172.21.0.0/20 in mon config section 2024-04-19T22:20:33.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:33 smithi110 bash[21440]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-mon-a 2024-04-19T22:20:33.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:33 smithi110 bash[21500]: Error response from daemon: No such container: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-mon-a 2024-04-19T22:20:33.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:33 smithi110 systemd[1]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-19T22:20:33.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:33 smithi110 systemd[1]: Stopped Ceph mon.a for cb35fed0-fe9a-11ee-bc92-c7b262605968. 2024-04-19T22:20:33.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:33 smithi110 systemd[1]: Started Ceph mon.a for cb35fed0-fe9a-11ee-bc92-c7b262605968. 2024-04-19T22:20:34.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.258+0000 7f1a2a12fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.258+0000 7f1a2a12fc80 0 ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev), process ceph-mon, pid 7 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.258+0000 7f1a2a12fc80 0 pidfile_write: ignore empty --pid-file 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 0 load: jerasure load: lrc 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Git sha 0 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Compile date 2024-04-19 06:21:11 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: DB SUMMARY 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: DB Session ID: O3X2YRPWXW41QBDVIUZI 2024-04-19T22:20:34.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: CURRENT file: CURRENT 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88793 ; 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.create_if_missing: 0 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.env: 0x5598503e2c60 2024-04-19T22:20:34.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T22:20:34.399 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.info_log: 0x559850f3fae0 2024-04-19T22:20:34.399 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T22:20:34.399 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.statistics: (nil) 2024-04-19T22:20:34.399 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.use_fsync: 0 2024-04-19T22:20:34.399 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T22:20:34.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.db_log_dir: 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.wal_dir: 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.write_buffer_manager: 0x559850f121e0 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T22:20:34.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.unordered_write: 0 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T22:20:34.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.row_cache: None 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.wal_filter: None 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.wal_compression: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T22:20:34.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T22:20:34.404 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_open_files: -1 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Compression algorithms supported: 2024-04-19T22:20:34.405 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kZSTD supported: 0 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T22:20:34.406 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.merge_operator: 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_filter: None 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559850f3fbe0) 2024-04-19T22:20:34.408 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cache_index_and_filter_blocks: 1 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: pin_top_level_index_and_filter: 1 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: index_type: 0 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: data_block_index_type: 0 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: index_shortening: 1 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: data_block_hash_table_util_ratio: 0.750000 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: checksum: 4 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: no_block_cache: 0 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_cache: 0x559850f41090 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_cache_name: BinnedLRUCache 2024-04-19T22:20:34.409 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_cache_options: 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: capacity : 536870912 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: num_shard_bits : 4 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: strict_capacity_limit : 0 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: high_pri_pool_ratio: 0.000 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_cache_compressed: (nil) 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: persistent_cache: (nil) 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_size: 4096 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_size_deviation: 10 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_restart_interval: 16 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: index_block_restart_interval: 1 2024-04-19T22:20:34.410 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: metadata_block_size: 4096 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: partition_filters: 0 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: use_delta_encoding: 1 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: filter_policy: bloomfilter 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: whole_key_filtering: 1 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: verify_compression: 0 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: read_amp_bytes_per_bit: 0 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: format_version: 5 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: enable_index_compression: 1 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: block_align: 0 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: max_auto_readahead_size: 262144 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: prepopulate_block_cache: 0 2024-04-19T22:20:34.411 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: initial_auto_readahead_size: 8192 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: num_file_reads_for_auto_readahead: 2 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression: NoCompression 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.num_levels: 7 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T22:20:34.412 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:20:34.413 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T22:20:34.414 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T22:20:34.415 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T22:20:34.416 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.table_properties_collectors: 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T22:20:34.417 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.ttl: 2592000 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T22:20:34.418 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.262+0000 7f1a2a12fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 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-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 460feabb-5579-40eb-bf26-cedbb43c6cbb 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565234268391, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565234269539, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85384, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83557, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77764, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713565234, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "460feabb-5579-40eb-bf26-cedbb43c6cbb", "db_session_id": "O3X2YRPWXW41QBDVIUZI", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565234269653, "job": 1, "event": "recovery_finished"} 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 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-04-19T22:20:34.419 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559851036000 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a2a12fc80 4 rocksdb: DB pointer 0x559851020000 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a18892700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.266+0000 7f1a18892700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: ** DB Stats ** 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T22:20:34.420 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: ** Compaction Stats [default] ** 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: 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-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: L0 2/0 85.22 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Sum 2/0 85.22 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: ** Compaction Stats [default] ** 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: 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-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 108.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:20:34.421 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: AddFile(Total Files): cumulative 0, interval 0 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: AddFile(Keys): cumulative 0, interval 0 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Cumulative compaction: 0.00 GB write, 21.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Interval compaction: 0.00 GB write, 21.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: 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-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Block cache BinnedLRUCache@0x559850f41090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: ** File Read Latency Histogram By Level [default] ** 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:34.422 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 1 mon.a@-1(???) e1 preinit fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 0 mon.a@-1(???).mds e1 new map 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 0 mon.a@-1(???).mds e1 print_map 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: e1 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: legacy client fscid: -1 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: No filesystems configured 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:20:34.423 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: debug 2024-04-19T22:20:34.270+0000 7f1a2a12fc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296477+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296582+0000 mon.a (mon.0) 2 : cluster 0 monmap epoch 1 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296594+0000 mon.a (mon.0) 3 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296606+0000 mon.a (mon.0) 4 : cluster 0 last_changed 2024-04-19T22:20:23.859562+0000 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296618+0000 mon.a (mon.0) 5 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296635+0000 mon.a (mon.0) 6 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296646+0000 mon.a (mon.0) 7 : cluster 0 election_strategy: 1 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.296661+0000 mon.a (mon.0) 8 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.297067+0000 mon.a (mon.0) 9 : cluster 0 fsmap 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.297097+0000 mon.a (mon.0) 10 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-19T22:20:34.424 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:34 smithi110 bash[21541]: cluster 2024-04-19T22:20:34.297459+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e1: no daemons active 2024-04-19T22:20:34.947 INFO:teuthology.orchestra.run.smithi110.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-19T22:20:34.974 INFO:teuthology.orchestra.run.smithi110.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:20:34.974 INFO:teuthology.orchestra.run.smithi110.stdout:Creating mgr... 2024-04-19T22:20:34.974 INFO:teuthology.orchestra.run.smithi110.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-19T22:20:34.975 INFO:teuthology.orchestra.run.smithi110.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-19T22:20:35.305 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.a 2024-04-19T22:20:35.306 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to reset failed state of unit ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.a.service: Unit ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.a.service not loaded. 2024-04-19T22:20:35.310 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:35 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:20:35.311 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:35 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:20:35.494 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968.target.wants/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service. 2024-04-19T22:20:35.503 INFO:teuthology.orchestra.run.smithi110.stdout:firewalld does not appear to be present 2024-04-19T22:20:35.503 INFO:teuthology.orchestra.run.smithi110.stdout:Not possible to enable service . firewalld.service is not available 2024-04-19T22:20:35.503 INFO:teuthology.orchestra.run.smithi110.stdout:firewalld does not appear to be present 2024-04-19T22:20:35.504 INFO:teuthology.orchestra.run.smithi110.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-19T22:20:35.504 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for mgr to start... 2024-04-19T22:20:35.504 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for mgr... 2024-04-19T22:20:35.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:35 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:20:35.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:35 smithi110 systemd[1]: Started Ceph mgr.a for cb35fed0-fe9a-11ee-bc92-c7b262605968. 2024-04-19T22:20:35.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:35 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:20:35.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:35 smithi110 bash[21541]: audit 2024-04-19T22:20:34.449236+0000 mon.a (mon.0) 12 : audit 1 from='client.? 172.21.15.110:0/2562070533' entity='client.admin' 2024-04-19T22:20:36.895 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:36 smithi110 bash[21795]: debug 2024-04-19T22:20:36.830+0000 7f76ac1ee200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T22:20:37.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:37 smithi110 bash[21541]: audit 2024-04-19T22:20:36.996519+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.110:0/3760582832' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T22:20:37.619 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsid": "cb35fed0-fe9a-11ee-bc92-c7b262605968", 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 0 2024-04-19T22:20:37.620 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T22:20:37.621 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T22:20:37.622 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T22:20:37.623 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T22:20:28.409565+0000", 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:20:37.624 INFO:teuthology.orchestra.run.smithi110.stdout:mgr not available, waiting (1/15)... 2024-04-19T22:20:38.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:38 smithi110 bash[21795]: debug 2024-04-19T22:20:38.390+0000 7f76ac1ee200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T22:20:38.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:38 smithi110 bash[21795]: debug 2024-04-19T22:20:38.486+0000 7f76ac1ee200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T22:20:39.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:38 smithi110 bash[21795]: debug 2024-04-19T22:20:38.730+0000 7f76ac1ee200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T22:20:39.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:39 smithi110 bash[21795]: debug 2024-04-19T22:20:39.514+0000 7f76ac1ee200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T22:20:39.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:39 smithi110 bash[21795]: debug 2024-04-19T22:20:39.626+0000 7f76ac1ee200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T22:20:39.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:39 smithi110 bash[21795]: debug 2024-04-19T22:20:39.730+0000 7f76ac1ee200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T22:20:40.314 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:40 smithi110 bash[21795]: debug 2024-04-19T22:20:40.082+0000 7f76ac1ee200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T22:20:40.314 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:40 smithi110 bash[21795]: debug 2024-04-19T22:20:40.198+0000 7f76ac1ee200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T22:20:40.314 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:40 smithi110 bash[21795]: debug 2024-04-19T22:20:40.298+0000 7f76ac1ee200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T22:20:40.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:40 smithi110 bash[21795]: debug 2024-04-19T22:20:40.654+0000 7f76ac1ee200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T22:20:40.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:40 smithi110 bash[21795]: debug 2024-04-19T22:20:40.898+0000 7f76ac1ee200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T22:20:40.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:40 smithi110 bash[21541]: audit 2024-04-19T22:20:40.663196+0000 mon.a (mon.0) 14 : audit 0 from='client.? 172.21.15.110:0/2369862861' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsid": "cb35fed0-fe9a-11ee-bc92-c7b262605968", 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T22:20:41.182 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 0 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T22:20:41.183 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T22:20:41.184 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:41.188 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:41.189 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T22:20:28.409565+0000", 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:20:41.190 INFO:teuthology.orchestra.run.smithi110.stdout:mgr not available, waiting (2/15)... 2024-04-19T22:20:41.396 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:41 smithi110 bash[21795]: debug 2024-04-19T22:20:41.154+0000 7f76ac1ee200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T22:20:41.396 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:41 smithi110 bash[21795]: debug 2024-04-19T22:20:41.270+0000 7f76ac1ee200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T22:20:41.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:41 smithi110 bash[21795]: debug 2024-04-19T22:20:41.534+0000 7f76ac1ee200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T22:20:42.271 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:41 smithi110 bash[21795]: debug 2024-04-19T22:20:41.942+0000 7f76ac1ee200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:20:42.271 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:42 smithi110 bash[21795]: debug 2024-04-19T22:20:42.174+0000 7f76ac1ee200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T22:20:42.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:42 smithi110 bash[21795]: debug 2024-04-19T22:20:42.294+0000 7f76ac1ee200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T22:20:42.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:42 smithi110 bash[21795]: debug 2024-04-19T22:20:42.534+0000 7f76ac1ee200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:20:43.853 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:43 smithi110 bash[21795]: debug 2024-04-19T22:20:43.534+0000 7f76ac1ee200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T22:20:43.853 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:43 smithi110 bash[21795]: debug 2024-04-19T22:20:43.650+0000 7f76ac1ee200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T22:20:44.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:43 smithi110 bash[21795]: debug 2024-04-19T22:20:43.942+0000 7f76ac1ee200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T22:20:44.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:44 smithi110 bash[21795]: debug 2024-04-19T22:20:44.058+0000 7f76ac1ee200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T22:20:44.484 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:44 smithi110 bash[21541]: audit 2024-04-19T22:20:44.196780+0000 mon.a (mon.0) 15 : audit 0 from='client.? 172.21.15.110:0/4136061531' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T22:20:44.744 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsid": "cb35fed0-fe9a-11ee-bc92-c7b262605968", 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 0 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T22:20:44.745 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T22:20:44.746 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T22:20:44.747 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T22:20:44.750 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:44.750 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:44.751 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:44.752 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T22:20:44.753 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:44.753 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T22:20:28.409565+0000", 2024-04-19T22:20:44.753 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:44.753 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:44.753 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T22:20:44.753 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:20:44.753 INFO:teuthology.orchestra.run.smithi110.stdout:mgr not available, waiting (3/15)... 2024-04-19T22:20:44.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:44 smithi110 bash[21795]: debug 2024-04-19T22:20:44.506+0000 7f76ac1ee200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T22:20:44.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:44 smithi110 bash[21795]: debug 2024-04-19T22:20:44.626+0000 7f76ac1ee200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T22:20:45.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: cluster 2024-04-19T22:20:44.632322+0000 mon.a (mon.0) 16 : cluster 1 Activating manager daemon a 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: cluster 2024-04-19T22:20:44.639405+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e2: a(active, starting, since 0.00744651s) 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.640968+0000 mon.a (mon.0) 18 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.641274+0000 mon.a (mon.0) 19 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.641554+0000 mon.a (mon.0) 20 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.641835+0000 mon.a (mon.0) 21 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.642115+0000 mon.a (mon.0) 22 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.642385+0000 mon.a (mon.0) 23 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.642714+0000 mon.a (mon.0) 24 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.643031+0000 mon.a (mon.0) 25 : audit 0 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: cluster 2024-04-19T22:20:44.669900+0000 mon.a (mon.0) 26 : cluster 1 Manager daemon a is now available 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.683020+0000 mon.a (mon.0) 27 : audit 1 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T22:20:45.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.685703+0000 mon.a (mon.0) 28 : audit 1 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T22:20:45.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.688130+0000 mon.a (mon.0) 29 : audit 1 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' 2024-04-19T22:20:45.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.689910+0000 mon.a (mon.0) 30 : audit 1 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' 2024-04-19T22:20:45.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:45 smithi110 bash[21541]: audit 2024-04-19T22:20:44.691615+0000 mon.a (mon.0) 31 : audit 1 from='mgr.14100 172.21.15.110:0/406995738' entity='mgr.a' 2024-04-19T22:20:46.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:46 smithi110 bash[21541]: cluster 2024-04-19T22:20:45.647036+0000 mon.a (mon.0) 32 : cluster 0 mgrmap e3: a(active, since 1.01508s) 2024-04-19T22:20:48.697 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsid": "cb35fed0-fe9a-11ee-bc92-c7b262605968", 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T22:20:48.698 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 0 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T22:20:48.699 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T22:20:48.700 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:48.701 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T22:20:48.702 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T22:20:48.702 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T22:20:48.702 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T22:20:48.702 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T22:20:48.705 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T22:20:48.705 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ], 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T22:20:28.409565+0000", 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout }, 2024-04-19T22:20:48.706 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T22:20:48.707 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:20:48.707 INFO:teuthology.orchestra.run.smithi110.stdout:mgr is available 2024-04-19T22:20:48.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:48 smithi110 bash[21541]: cluster 2024-04-19T22:20:47.642146+0000 mon.a (mon.0) 33 : cluster 0 mgrmap e4: a(active, since 3s) 2024-04-19T22:20:48.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:48 smithi110 bash[21541]: audit 2024-04-19T22:20:48.135450+0000 mon.a (mon.0) 34 : audit 0 from='client.? 172.21.15.110:0/1424908132' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T22:20:50.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:49 smithi110 bash[21541]: audit 2024-04-19T22:20:49.900996+0000 mon.a (mon.0) 35 : audit 1 from='client.? 172.21.15.110:0/1700657465' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T22:20:50.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:49 smithi110 bash[21541]: audit 2024-04-19T22:20:49.903109+0000 mon.a (mon.0) 36 : audit 1 from='client.? 172.21.15.110:0/1700657465' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T22:20:50.449 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout [global] 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout fsid = cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:50.450 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-19T22:20:50.451 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-19T22:20:50.451 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 2024-04-19T22:20:50.451 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout [osd] 2024-04-19T22:20:50.451 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-19T22:20:50.452 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-19T22:20:50.452 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling cephadm module... 2024-04-19T22:20:52.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:51 smithi110 bash[21541]: audit 2024-04-19T22:20:51.765704+0000 mon.a (mon.0) 37 : audit 1 from='client.? 172.21.15.110:0/4208878239' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-19T22:20:52.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:51 smithi110 bash[21795]: ignoring --setuser ceph since I am not root 2024-04-19T22:20:52.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:51 smithi110 bash[21795]: ignoring --setgroup ceph since I am not root 2024-04-19T22:20:52.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:52 smithi110 bash[21795]: debug 2024-04-19T22:20:51.998+0000 7fbce752c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T22:20:53.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:52 smithi110 bash[21541]: audit 2024-04-19T22:20:51.817252+0000 mon.a (mon.0) 38 : audit 1 from='client.? 172.21.15.110:0/4208878239' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-19T22:20:53.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:52 smithi110 bash[21541]: cluster 2024-04-19T22:20:51.822476+0000 mon.a (mon.0) 39 : cluster 0 mgrmap e5: a(active, since 7s) 2024-04-19T22:20:53.798 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:53 smithi110 bash[21795]: debug 2024-04-19T22:20:53.562+0000 7fbce752c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T22:20:53.798 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:53 smithi110 bash[21795]: debug 2024-04-19T22:20:53.658+0000 7fbce752c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T22:20:54.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:53 smithi110 bash[21795]: debug 2024-04-19T22:20:53.910+0000 7fbce752c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T22:20:54.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:53 smithi110 bash[21541]: audit 2024-04-19T22:20:53.676207+0000 mon.a (mon.0) 40 : audit 0 from='client.? 172.21.15.110:0/4057859150' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T22:20:54.148 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:20:54.149 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-19T22:20:54.149 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T22:20:54.149 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-19T22:20:54.149 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-19T22:20:54.149 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:20:54.149 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for the mgr to restart... 2024-04-19T22:20:54.149 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for mgr epoch 5... 2024-04-19T22:20:55.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:54 smithi110 bash[21795]: debug 2024-04-19T22:20:54.706+0000 7fbce752c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T22:20:55.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:54 smithi110 bash[21795]: debug 2024-04-19T22:20:54.818+0000 7fbce752c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T22:20:55.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:54 smithi110 bash[21795]: debug 2024-04-19T22:20:54.926+0000 7fbce752c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T22:20:55.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:55 smithi110 bash[21795]: debug 2024-04-19T22:20:55.282+0000 7fbce752c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T22:20:55.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:55 smithi110 bash[21795]: debug 2024-04-19T22:20:55.394+0000 7fbce752c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T22:20:55.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:55 smithi110 bash[21795]: debug 2024-04-19T22:20:55.494+0000 7fbce752c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T22:20:56.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:55 smithi110 bash[21795]: debug 2024-04-19T22:20:55.846+0000 7fbce752c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T22:20:56.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:56 smithi110 bash[21795]: debug 2024-04-19T22:20:56.082+0000 7fbce752c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T22:20:56.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:56 smithi110 bash[21795]: debug 2024-04-19T22:20:56.342+0000 7fbce752c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T22:20:56.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:56 smithi110 bash[21795]: debug 2024-04-19T22:20:56.450+0000 7fbce752c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T22:20:57.107 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:56 smithi110 bash[21795]: debug 2024-04-19T22:20:56.722+0000 7fbce752c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T22:20:57.396 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:57 smithi110 bash[21795]: debug 2024-04-19T22:20:57.130+0000 7fbce752c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:20:57.396 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:57 smithi110 bash[21795]: debug 2024-04-19T22:20:57.374+0000 7fbce752c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T22:20:57.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:57 smithi110 bash[21795]: debug 2024-04-19T22:20:57.490+0000 7fbce752c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T22:20:57.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:57 smithi110 bash[21795]: debug 2024-04-19T22:20:57.734+0000 7fbce752c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:20:59.109 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:58 smithi110 bash[21795]: debug 2024-04-19T22:20:58.726+0000 7fbce752c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T22:20:59.110 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:58 smithi110 bash[21795]: debug 2024-04-19T22:20:58.842+0000 7fbce752c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T22:20:59.398 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21795]: debug 2024-04-19T22:20:59.130+0000 7fbce752c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T22:20:59.398 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21795]: debug 2024-04-19T22:20:59.242+0000 7fbce752c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T22:21:00.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21795]: debug 2024-04-19T22:20:59.690+0000 7fbce752c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T22:21:00.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21795]: debug 2024-04-19T22:20:59.810+0000 7fbce752c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T22:21:00.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: cluster 2024-04-19T22:20:59.834201+0000 mon.a (mon.0) 41 : cluster 1 Active manager daemon a restarted 2024-04-19T22:21:00.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: cluster 2024-04-19T22:20:59.834650+0000 mon.a (mon.0) 42 : cluster 1 Activating manager daemon a 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: cluster 2024-04-19T22:20:59.838360+0000 mon.a (mon.0) 43 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: cluster 2024-04-19T22:20:59.838498+0000 mon.a (mon.0) 44 : cluster 0 mgrmap e6: a(active, starting, since 0.00402889s) 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: audit 2024-04-19T22:20:59.842119+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: audit 2024-04-19T22:20:59.843930+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: audit 2024-04-19T22:20:59.845195+0000 mon.a (mon.0) 47 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: audit 2024-04-19T22:20:59.845607+0000 mon.a (mon.0) 48 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: audit 2024-04-19T22:20:59.845949+0000 mon.a (mon.0) 49 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T22:21:00.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:20:59 smithi110 bash[21541]: cluster 2024-04-19T22:20:59.870164+0000 mon.a (mon.0) 50 : cluster 1 Manager daemon a is now available 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: cephadm 2024-04-19T22:20:59.888676+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.890358+0000 mon.a (mon.0) 51 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.892823+0000 mon.a (mon.0) 52 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.895248+0000 mon.a (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.899684+0000 mon.a (mon.0) 54 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.903137+0000 mon.a (mon.0) 55 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.914132+0000 mon.a (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T22:21:01.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.915906+0000 mon.a (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.981493+0000 mon.a (mon.0) 58 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:20:59.984712+0000 mon.a (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: cephadm 2024-04-19T22:21:00.410477+0000 mgr.a (mgr.14120) 2 : cephadm 1 [19/Apr/2024:22:21:00] ENGINE Bus STARTING 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: cephadm 2024-04-19T22:21:00.529251+0000 mgr.a (mgr.14120) 3 : cephadm 1 [19/Apr/2024:22:21:00] ENGINE Serving on https://172.21.15.110:7150 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: cephadm 2024-04-19T22:21:00.630443+0000 mgr.a (mgr.14120) 4 : cephadm 1 [19/Apr/2024:22:21:00] ENGINE Serving on http://172.21.15.110:8765 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: cephadm 2024-04-19T22:21:00.630659+0000 mgr.a (mgr.14120) 5 : cephadm 1 [19/Apr/2024:22:21:00] ENGINE Bus STARTED 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:21:00.672126+0000 mon.a (mon.0) 60 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:21:00.846207+0000 mgr.a (mgr.14120) 6 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T22:21:01.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: cluster 2024-04-19T22:21:00.847095+0000 mon.a (mon.0) 61 : cluster 0 mgrmap e7: a(active, since 1.01261s) 2024-04-19T22:21:01.149 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:00 smithi110 bash[21541]: audit 2024-04-19T22:21:00.859083+0000 mgr.a (mgr.14120) 7 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T22:21:01.464 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:21:01.465 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-19T22:21:01.465 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-19T22:21:01.465 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:21:01.465 INFO:teuthology.orchestra.run.smithi110.stdout:mgr epoch 5 is available 2024-04-19T22:21:01.465 INFO:teuthology.orchestra.run.smithi110.stdout:Setting orchestrator backend to cephadm... 2024-04-19T22:21:03.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:02 smithi110 bash[21541]: cluster 2024-04-19T22:21:01.897235+0000 mon.a (mon.0) 62 : cluster 0 mgrmap e8: a(active, since 2s) 2024-04-19T22:21:03.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:02 smithi110 bash[21541]: audit 2024-04-19T22:21:02.750769+0000 mgr.a (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:03.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:02 smithi110 bash[21541]: audit 2024-04-19T22:21:02.756805+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:03.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:02 smithi110 bash[21541]: audit 2024-04-19T22:21:02.794650+0000 mon.a (mon.0) 64 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:05.008 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-19T22:21:05.008 INFO:teuthology.orchestra.run.smithi110.stdout:Generating ssh key... 2024-04-19T22:21:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:04 smithi110 bash[21541]: audit 2024-04-19T22:21:04.467666+0000 mgr.a (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:06.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: Generating public/private rsa key pair. 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: Your identification has been saved in /tmp/tmp8fiz7tj9/key. 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: Your public key has been saved in /tmp/tmp8fiz7tj9/key.pub. 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: The key fingerprint is: 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: SHA256:531YnECw6Lekj1iu+ukQibM56jPdAim9lxy49ksysJ8 ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: The key's randomart image is: 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: +---[RSA 3072]----+ 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: | ... | 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: | . o | 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: | . . . | 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: | . . . o . | 2024-04-19T22:21:06.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: |..+.o S + + | 2024-04-19T22:21:06.898 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: |.=o+.. * o o | 2024-04-19T22:21:06.898 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: |o O++o o o o . | 2024-04-19T22:21:06.898 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: | =+O+o = o . | 2024-04-19T22:21:06.898 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: |ooEo==*.o . | 2024-04-19T22:21:06.898 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:06 smithi110 bash[21795]: +----[SHA256]-----+ 2024-04-19T22:21:07.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:07 smithi110 bash[21541]: audit 2024-04-19T22:21:06.263454+0000 mgr.a (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:07.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:07 smithi110 bash[21541]: cephadm 2024-04-19T22:21:06.263864+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-04-19T22:21:07.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:07 smithi110 bash[21541]: audit 2024-04-19T22:21:06.477428+0000 mon.a (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:07.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:07 smithi110 bash[21541]: audit 2024-04-19T22:21:06.479827+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:08.744 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrn7chkiX5qn2FGpsq6NpPOiRo0cYsB8ZPqv0/ixspJnF5YdIfJAP9bZG34NifUWu1/ijMQrCYfrhMc+ZH4GDLqecOCh4oxJ+DzAQq1sAp/BuRRZ4c7jvuzf1pwaxeU3SWVm1BXw2pj8xclofELb9jFD3U+kmL98ElkFTyUS31y4pXRmCXlvwHoIc9kBes7OHTRAW8ER1+6cYqHOAeFzp3D3w3J28sT4UuaELPnYy9pLZoE4MUWUVpG2FA0+HgcJqLC8TcjCcmQJpLlBNDpXdyzs1gKZffVdIlTTvd723lf61ZPBnuRBNWjF8FFVkteVaBkWfcHcMeUiwIgkEIMcmKXJGyQuM/XG+b6/oDfpfx8KwzpIwfIoKOIXoo/5BBruaeL5XRQf8urrwMEKQAsEAW5q0EGXQjfC9Z3IdVK6DrZ3TJwhWThxAIs8yAvZHpPDosNolbdCiIbg+XPS75T8dn1h5dxd9ay5nuZ1FkMVxQFE9iSxWlxUYAyfGfgpH3Vn0= ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:21:08.744 INFO:teuthology.orchestra.run.smithi110.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-19T22:21:08.744 INFO:teuthology.orchestra.run.smithi110.stdout:Adding key to root@localhost authorized_keys... 2024-04-19T22:21:08.745 INFO:teuthology.orchestra.run.smithi110.stdout:Adding host smithi110... 2024-04-19T22:21:09.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:08 smithi110 bash[21541]: audit 2024-04-19T22:21:08.204697+0000 mgr.a (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:11.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:10 smithi110 bash[21541]: audit 2024-04-19T22:21:09.982117+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "addr": "172.21.15.110", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:11.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:10 smithi110 bash[21541]: cephadm 2024-04-19T22:21:10.521949+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi110 2024-04-19T22:21:16.206 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout Added host 'smithi110' with addr '172.21.15.110' 2024-04-19T22:21:16.206 INFO:teuthology.orchestra.run.smithi110.stdout:Deploying unmanaged mon service... 2024-04-19T22:21:16.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:16 smithi110 bash[21541]: audit 2024-04-19T22:21:15.417410+0000 mon.a (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:16.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:16 smithi110 bash[21541]: cephadm 2024-04-19T22:21:15.418275+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi110 2024-04-19T22:21:16.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:16 smithi110 bash[21541]: audit 2024-04-19T22:21:15.422553+0000 mon.a (mon.0) 68 : audit 0 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:18.780 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-19T22:21:18.780 INFO:teuthology.orchestra.run.smithi110.stdout:Deploying unmanaged mgr service... 2024-04-19T22:21:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:19 smithi110 bash[21541]: audit 2024-04-19T22:21:18.069850+0000 mgr.a (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:19 smithi110 bash[21541]: cephadm 2024-04-19T22:21:18.072960+0000 mgr.a (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-04-19T22:21:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:19 smithi110 bash[21541]: audit 2024-04-19T22:21:18.077591+0000 mon.a (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:19 smithi110 bash[21541]: audit 2024-04-19T22:21:18.549974+0000 mon.a (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:20.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:20 smithi110 bash[21541]: audit 2024-04-19T22:21:19.089381+0000 mon.a (mon.0) 71 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:20.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:20 smithi110 bash[21541]: cluster 2024-04-19T22:21:19.846788+0000 mgr.a (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:21:20.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:20 smithi110 bash[21541]: audit 2024-04-19T22:21:20.062277+0000 mon.a (mon.0) 72 : audit 1 from='mgr.14120 172.21.15.110:0/2609383427' entity='mgr.a' 2024-04-19T22:21:20.680 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-19T22:21:21.336 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:21 smithi110 bash[21541]: audit 2024-04-19T22:21:20.057932+0000 mgr.a (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:21.336 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:21 smithi110 bash[21541]: cephadm 2024-04-19T22:21:20.059468+0000 mgr.a (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-04-19T22:21:22.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:22 smithi110 bash[21541]: cluster 2024-04-19T22:21:21.847188+0000 mgr.a (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:21:22.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:22 smithi110 bash[21541]: audit 2024-04-19T22:21:21.893255+0000 mon.a (mon.0) 73 : audit 1 from='client.? 172.21.15.110:0/2037813628' entity='client.admin' 2024-04-19T22:21:24.124 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling the dashboard module... 2024-04-19T22:21:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:24 smithi110 bash[21541]: audit 2024-04-19T22:21:23.638929+0000 mon.a (mon.0) 74 : audit 1 from='client.? 172.21.15.110:0/1168481691' entity='client.admin' 2024-04-19T22:21:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:24 smithi110 bash[21541]: cluster 2024-04-19T22:21:23.847585+0000 mgr.a (mgr.14120) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:21:25.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:25 smithi110 bash[21541]: audit 2024-04-19T22:21:25.474068+0000 mon.a (mon.0) 75 : audit 1 from='client.? 172.21.15.110:0/757037501' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-19T22:21:25.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:25 smithi110 bash[21795]: ignoring --setuser ceph since I am not root 2024-04-19T22:21:25.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:25 smithi110 bash[21795]: ignoring --setgroup ceph since I am not root 2024-04-19T22:21:25.897 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:25 smithi110 bash[21795]: debug 2024-04-19T22:21:25.841+0000 7fe283bf1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T22:21:26.881 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:26 smithi110 bash[21541]: audit 2024-04-19T22:21:25.646621+0000 mon.a (mon.0) 76 : audit 1 from='client.? 172.21.15.110:0/757037501' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-19T22:21:26.881 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:26 smithi110 bash[21541]: cluster 2024-04-19T22:21:25.651622+0000 mon.a (mon.0) 77 : cluster 0 mgrmap e9: a(active, since 25s) 2024-04-19T22:21:27.736 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:27 smithi110 bash[21541]: audit 2024-04-19T22:21:27.569664+0000 mon.a (mon.0) 78 : audit 0 from='client.? 172.21.15.110:0/1488674321' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T22:21:27.736 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:27 smithi110 bash[21795]: debug 2024-04-19T22:21:27.441+0000 7fe283bf1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T22:21:27.736 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:27 smithi110 bash[21795]: debug 2024-04-19T22:21:27.537+0000 7fe283bf1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T22:21:28.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:27 smithi110 bash[21795]: debug 2024-04-19T22:21:27.793+0000 7fe283bf1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T22:21:28.152 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:21:28.152 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-19T22:21:28.152 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T22:21:28.152 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-19T22:21:28.152 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-19T22:21:28.152 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:21:28.153 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for the mgr to restart... 2024-04-19T22:21:28.153 INFO:teuthology.orchestra.run.smithi110.stdout:Waiting for mgr epoch 9... 2024-04-19T22:21:28.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:28 smithi110 bash[21795]: debug 2024-04-19T22:21:28.593+0000 7fe283bf1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T22:21:28.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:28 smithi110 bash[21795]: debug 2024-04-19T22:21:28.705+0000 7fe283bf1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T22:21:28.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:28 smithi110 bash[21795]: debug 2024-04-19T22:21:28.813+0000 7fe283bf1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T22:21:29.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:29 smithi110 bash[21795]: debug 2024-04-19T22:21:29.173+0000 7fe283bf1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T22:21:29.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:29 smithi110 bash[21795]: debug 2024-04-19T22:21:29.285+0000 7fe283bf1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T22:21:29.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:29 smithi110 bash[21795]: debug 2024-04-19T22:21:29.389+0000 7fe283bf1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T22:21:30.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:29 smithi110 bash[21795]: debug 2024-04-19T22:21:29.749+0000 7fe283bf1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T22:21:30.146 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:29 smithi110 bash[21795]: debug 2024-04-19T22:21:29.989+0000 7fe283bf1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T22:21:30.619 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:30 smithi110 bash[21795]: debug 2024-04-19T22:21:30.249+0000 7fe283bf1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T22:21:30.619 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:30 smithi110 bash[21795]: debug 2024-04-19T22:21:30.365+0000 7fe283bf1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T22:21:30.619 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:30 smithi110 bash[21795]: debug 2024-04-19T22:21:30.641+0000 7fe283bf1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T22:21:31.388 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:31 smithi110 bash[21795]: debug 2024-04-19T22:21:31.049+0000 7fe283bf1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:21:31.388 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:31 smithi110 bash[21795]: debug 2024-04-19T22:21:31.289+0000 7fe283bf1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T22:21:31.388 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:31 smithi110 bash[21795]: debug 2024-04-19T22:21:31.409+0000 7fe283bf1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T22:21:31.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:31 smithi110 bash[21795]: debug 2024-04-19T22:21:31.657+0000 7fe283bf1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:21:32.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:32 smithi110 bash[21795]: debug 2024-04-19T22:21:32.657+0000 7fe283bf1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T22:21:32.896 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:32 smithi110 bash[21795]: debug 2024-04-19T22:21:32.773+0000 7fe283bf1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T22:21:33.396 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21795]: debug 2024-04-19T22:21:33.069+0000 7fe283bf1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T22:21:33.396 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21795]: debug 2024-04-19T22:21:33.181+0000 7fe283bf1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T22:21:33.866 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21795]: debug 2024-04-19T22:21:33.629+0000 7fe283bf1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T22:21:33.866 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21795]: debug 2024-04-19T22:21:33.753+0000 7fe283bf1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T22:21:33.866 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: cluster 2024-04-19T22:21:33.778268+0000 mon.a (mon.0) 79 : cluster 1 Active manager daemon a restarted 2024-04-19T22:21:33.866 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: cluster 2024-04-19T22:21:33.778715+0000 mon.a (mon.0) 80 : cluster 1 Activating manager daemon a 2024-04-19T22:21:33.866 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: cluster 2024-04-19T22:21:33.782396+0000 mon.a (mon.0) 81 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-04-19T22:21:33.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: cluster 2024-04-19T22:21:33.782517+0000 mon.a (mon.0) 82 : cluster 0 mgrmap e10: a(active, starting, since 0.00400055s) 2024-04-19T22:21:33.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: audit 2024-04-19T22:21:33.786264+0000 mon.a (mon.0) 83 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:21:33.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: audit 2024-04-19T22:21:33.788182+0000 mon.a (mon.0) 84 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T22:21:33.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: audit 2024-04-19T22:21:33.789298+0000 mon.a (mon.0) 85 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T22:21:33.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: audit 2024-04-19T22:21:33.789450+0000 mon.a (mon.0) 86 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T22:21:33.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: audit 2024-04-19T22:21:33.789607+0000 mon.a (mon.0) 87 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T22:21:33.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:33 smithi110 bash[21541]: cluster 2024-04-19T22:21:33.814132+0000 mon.a (mon.0) 88 : cluster 1 Manager daemon a is now available 2024-04-19T22:21:35.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: audit 2024-04-19T22:21:33.838227+0000 mon.a (mon.0) 89 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: audit 2024-04-19T22:21:33.841578+0000 mon.a (mon.0) 90 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: audit 2024-04-19T22:21:33.860100+0000 mon.a (mon.0) 91 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: audit 2024-04-19T22:21:33.863526+0000 mon.a (mon.0) 92 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: cephadm 2024-04-19T22:21:34.346798+0000 mgr.a (mgr.14152) 1 : cephadm 1 [19/Apr/2024:22:21:34] ENGINE Bus STARTING 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: cephadm 2024-04-19T22:21:34.461435+0000 mgr.a (mgr.14152) 2 : cephadm 1 [19/Apr/2024:22:21:34] ENGINE Serving on https://172.21.15.110:7150 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: cephadm 2024-04-19T22:21:34.562512+0000 mgr.a (mgr.14152) 3 : cephadm 1 [19/Apr/2024:22:21:34] ENGINE Serving on http://172.21.15.110:8765 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: cephadm 2024-04-19T22:21:34.562611+0000 mgr.a (mgr.14152) 4 : cephadm 1 [19/Apr/2024:22:21:34] ENGINE Bus STARTED 2024-04-19T22:21:35.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:34 smithi110 bash[21541]: cluster 2024-04-19T22:21:34.792360+0000 mon.a (mon.0) 93 : cluster 0 mgrmap e11: a(active, since 1.01383s) 2024-04-19T22:21:35.434 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout { 2024-04-19T22:21:35.434 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-19T22:21:35.434 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-19T22:21:35.435 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout } 2024-04-19T22:21:35.435 INFO:teuthology.orchestra.run.smithi110.stdout:mgr epoch 9 is available 2024-04-19T22:21:35.435 INFO:teuthology.orchestra.run.smithi110.stdout:Generating a dashboard self-signed certificate... 2024-04-19T22:21:36.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:35 smithi110 bash[21541]: audit 2024-04-19T22:21:34.790591+0000 mgr.a (mgr.14152) 5 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T22:21:36.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:35 smithi110 bash[21541]: audit 2024-04-19T22:21:34.803466+0000 mgr.a (mgr.14152) 6 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T22:21:37.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:36 smithi110 bash[21541]: cluster 2024-04-19T22:21:35.842953+0000 mon.a (mon.0) 94 : cluster 0 mgrmap e12: a(active, since 2s) 2024-04-19T22:21:37.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:36 smithi110 bash[21541]: audit 2024-04-19T22:21:36.650620+0000 mgr.a (mgr.14152) 7 : audit 0 from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:21:37.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:36 smithi110 bash[21541]: audit 2024-04-19T22:21:36.765698+0000 mon.a (mon.0) 95 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:37.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:36 smithi110 bash[21541]: audit 2024-04-19T22:21:36.768398+0000 mon.a (mon.0) 96 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:37.323 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-19T22:21:37.323 INFO:teuthology.orchestra.run.smithi110.stdout:Creating initial admin user... 2024-04-19T22:21:38.993 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:38 smithi110 bash[21541]: audit 2024-04-19T22:21:38.601790+0000 mgr.a (mgr.14152) 8 : audit 0 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-04-19T22:21:39.395 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$QbpnKIL26M5UindyGUvBLuQR01vkBEtqdhvfJp8zd.xYGz6KrKnha", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713565298, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-19T22:21:39.396 INFO:teuthology.orchestra.run.smithi110.stdout:Fetching dashboard port number... 2024-04-19T22:21:40.048 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:39 smithi110 bash[21541]: audit 2024-04-19T22:21:38.821146+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:41.176 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stdout 8443 2024-04-19T22:21:41.177 INFO:teuthology.orchestra.run.smithi110.stdout:firewalld does not appear to be present 2024-04-19T22:21:41.177 INFO:teuthology.orchestra.run.smithi110.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-19T22:21:41.179 INFO:teuthology.orchestra.run.smithi110.stdout:Ceph Dashboard is now available at: 2024-04-19T22:21:41.179 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:41.179 INFO:teuthology.orchestra.run.smithi110.stdout: URL: https://smithi110.front.sepia.ceph.com:8443/ 2024-04-19T22:21:41.179 INFO:teuthology.orchestra.run.smithi110.stdout: User: admin 2024-04-19T22:21:41.179 INFO:teuthology.orchestra.run.smithi110.stdout: Password: uzdbqbul0v 2024-04-19T22:21:41.179 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:41.180 INFO:teuthology.orchestra.run.smithi110.stdout:Saving cluster configuration to /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config directory 2024-04-19T22:21:41.180 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling autotune for osd_memory_target 2024-04-19T22:21:41.873 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:41 smithi110 bash[21541]: audit 2024-04-19T22:21:40.609199+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:41.873 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:41 smithi110 bash[21541]: audit 2024-04-19T22:21:40.609997+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:21:41.873 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:41 smithi110 bash[21541]: audit 2024-04-19T22:21:40.613106+0000 mon.a (mon.0) 100 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:41.873 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:41 smithi110 bash[21541]: audit 2024-04-19T22:21:40.614565+0000 mon.a (mon.0) 101 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]: dispatch 2024-04-19T22:21:41.873 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:41 smithi110 bash[21541]: audit 2024-04-19T22:21:40.615396+0000 mon.a (mon.0) 102 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi110", "caps": []}]': finished 2024-04-19T22:21:41.873 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:41 smithi110 bash[21541]: audit 2024-04-19T22:21:40.620826+0000 mon.a (mon.0) 103 : audit 0 from='client.? 172.21.15.110:0/640523365' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-19T22:21:41.873 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:41 smithi110 bash[21541]: cluster 2024-04-19T22:21:40.824439+0000 mon.a (mon.0) 104 : cluster 0 mgrmap e13: a(active, since 7s) 2024-04-19T22:21:42.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:42 smithi110 bash[21541]: cephadm 2024-04-19T22:21:40.956903+0000 mgr.a (mgr.14152) 9 : cephadm 1 Deploying daemon agent.smithi110 on smithi110 2024-04-19T22:21:44.938 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-19T22:21:44.938 INFO:teuthology.orchestra.run.smithi110.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout:Or, if you are only running a single cluster on this host: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: ceph telemetry on 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout:For more information see: 2024-04-19T22:21:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.940 INFO:teuthology.orchestra.run.smithi110.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-19T22:21:44.940 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:21:44.940 INFO:teuthology.orchestra.run.smithi110.stdout:Bootstrap complete. 2024-04-19T22:21:44.990 INFO:tasks.cephadm:Fetching config... 2024-04-19T22:21:44.991 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:21:44.991 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-19T22:21:44.998 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-19T22:21:44.998 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:21:44.998 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-19T22:21:45.047 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-19T22:21:45.047 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:21:45.047 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-19T22:21:45.102 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-19T22:21:45.102 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:21:45.102 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-19T22:21:45.154 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-19T22:21:45.154 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrn7chkiX5qn2FGpsq6NpPOiRo0cYsB8ZPqv0/ixspJnF5YdIfJAP9bZG34NifUWu1/ijMQrCYfrhMc+ZH4GDLqecOCh4oxJ+DzAQq1sAp/BuRRZ4c7jvuzf1pwaxeU3SWVm1BXw2pj8xclofELb9jFD3U+kmL98ElkFTyUS31y4pXRmCXlvwHoIc9kBes7OHTRAW8ER1+6cYqHOAeFzp3D3w3J28sT4UuaELPnYy9pLZoE4MUWUVpG2FA0+HgcJqLC8TcjCcmQJpLlBNDpXdyzs1gKZffVdIlTTvd723lf61ZPBnuRBNWjF8FFVkteVaBkWfcHcMeUiwIgkEIMcmKXJGyQuM/XG+b6/oDfpfx8KwzpIwfIoKOIXoo/5BBruaeL5XRQf8urrwMEKQAsEAW5q0EGXQjfC9Z3IdVK6DrZ3TJwhWThxAIs8yAvZHpPDosNolbdCiIbg+XPS75T8dn1h5dxd9ay5nuZ1FkMVxQFE9iSxWlxUYAyfGfgpH3Vn0= ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T22:21:45.217 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrn7chkiX5qn2FGpsq6NpPOiRo0cYsB8ZPqv0/ixspJnF5YdIfJAP9bZG34NifUWu1/ijMQrCYfrhMc+ZH4GDLqecOCh4oxJ+DzAQq1sAp/BuRRZ4c7jvuzf1pwaxeU3SWVm1BXw2pj8xclofELb9jFD3U+kmL98ElkFTyUS31y4pXRmCXlvwHoIc9kBes7OHTRAW8ER1+6cYqHOAeFzp3D3w3J28sT4UuaELPnYy9pLZoE4MUWUVpG2FA0+HgcJqLC8TcjCcmQJpLlBNDpXdyzs1gKZffVdIlTTvd723lf61ZPBnuRBNWjF8FFVkteVaBkWfcHcMeUiwIgkEIMcmKXJGyQuM/XG+b6/oDfpfx8KwzpIwfIoKOIXoo/5BBruaeL5XRQf8urrwMEKQAsEAW5q0EGXQjfC9Z3IdVK6DrZ3TJwhWThxAIs8yAvZHpPDosNolbdCiIbg+XPS75T8dn1h5dxd9ay5nuZ1FkMVxQFE9iSxWlxUYAyfGfgpH3Vn0= ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:21:45.223 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:45 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:21:45.224 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:45 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:21:45.225 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrn7chkiX5qn2FGpsq6NpPOiRo0cYsB8ZPqv0/ixspJnF5YdIfJAP9bZG34NifUWu1/ijMQrCYfrhMc+ZH4GDLqecOCh4oxJ+DzAQq1sAp/BuRRZ4c7jvuzf1pwaxeU3SWVm1BXw2pj8xclofELb9jFD3U+kmL98ElkFTyUS31y4pXRmCXlvwHoIc9kBes7OHTRAW8ER1+6cYqHOAeFzp3D3w3J28sT4UuaELPnYy9pLZoE4MUWUVpG2FA0+HgcJqLC8TcjCcmQJpLlBNDpXdyzs1gKZffVdIlTTvd723lf61ZPBnuRBNWjF8FFVkteVaBkWfcHcMeUiwIgkEIMcmKXJGyQuM/XG+b6/oDfpfx8KwzpIwfIoKOIXoo/5BBruaeL5XRQf8urrwMEKQAsEAW5q0EGXQjfC9Z3IdVK6DrZ3TJwhWThxAIs8yAvZHpPDosNolbdCiIbg+XPS75T8dn1h5dxd9ay5nuZ1FkMVxQFE9iSxWlxUYAyfGfgpH3Vn0= ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T22:21:45.251 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrn7chkiX5qn2FGpsq6NpPOiRo0cYsB8ZPqv0/ixspJnF5YdIfJAP9bZG34NifUWu1/ijMQrCYfrhMc+ZH4GDLqecOCh4oxJ+DzAQq1sAp/BuRRZ4c7jvuzf1pwaxeU3SWVm1BXw2pj8xclofELb9jFD3U+kmL98ElkFTyUS31y4pXRmCXlvwHoIc9kBes7OHTRAW8ER1+6cYqHOAeFzp3D3w3J28sT4UuaELPnYy9pLZoE4MUWUVpG2FA0+HgcJqLC8TcjCcmQJpLlBNDpXdyzs1gKZffVdIlTTvd723lf61ZPBnuRBNWjF8FFVkteVaBkWfcHcMeUiwIgkEIMcmKXJGyQuM/XG+b6/oDfpfx8KwzpIwfIoKOIXoo/5BBruaeL5XRQf8urrwMEKQAsEAW5q0EGXQjfC9Z3IdVK6DrZ3TJwhWThxAIs8yAvZHpPDosNolbdCiIbg+XPS75T8dn1h5dxd9ay5nuZ1FkMVxQFE9iSxWlxUYAyfGfgpH3Vn0= ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:21:45.261 DEBUG:teuthology.orchestra.run.smithi164:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrn7chkiX5qn2FGpsq6NpPOiRo0cYsB8ZPqv0/ixspJnF5YdIfJAP9bZG34NifUWu1/ijMQrCYfrhMc+ZH4GDLqecOCh4oxJ+DzAQq1sAp/BuRRZ4c7jvuzf1pwaxeU3SWVm1BXw2pj8xclofELb9jFD3U+kmL98ElkFTyUS31y4pXRmCXlvwHoIc9kBes7OHTRAW8ER1+6cYqHOAeFzp3D3w3J28sT4UuaELPnYy9pLZoE4MUWUVpG2FA0+HgcJqLC8TcjCcmQJpLlBNDpXdyzs1gKZffVdIlTTvd723lf61ZPBnuRBNWjF8FFVkteVaBkWfcHcMeUiwIgkEIMcmKXJGyQuM/XG+b6/oDfpfx8KwzpIwfIoKOIXoo/5BBruaeL5XRQf8urrwMEKQAsEAW5q0EGXQjfC9Z3IdVK6DrZ3TJwhWThxAIs8yAvZHpPDosNolbdCiIbg+XPS75T8dn1h5dxd9ay5nuZ1FkMVxQFE9iSxWlxUYAyfGfgpH3Vn0= ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T22:21:45.286 INFO:teuthology.orchestra.run.smithi164.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrn7chkiX5qn2FGpsq6NpPOiRo0cYsB8ZPqv0/ixspJnF5YdIfJAP9bZG34NifUWu1/ijMQrCYfrhMc+ZH4GDLqecOCh4oxJ+DzAQq1sAp/BuRRZ4c7jvuzf1pwaxeU3SWVm1BXw2pj8xclofELb9jFD3U+kmL98ElkFTyUS31y4pXRmCXlvwHoIc9kBes7OHTRAW8ER1+6cYqHOAeFzp3D3w3J28sT4UuaELPnYy9pLZoE4MUWUVpG2FA0+HgcJqLC8TcjCcmQJpLlBNDpXdyzs1gKZffVdIlTTvd723lf61ZPBnuRBNWjF8FFVkteVaBkWfcHcMeUiwIgkEIMcmKXJGyQuM/XG+b6/oDfpfx8KwzpIwfIoKOIXoo/5BBruaeL5XRQf8urrwMEKQAsEAW5q0EGXQjfC9Z3IdVK6DrZ3TJwhWThxAIs8yAvZHpPDosNolbdCiIbg+XPS75T8dn1h5dxd9ay5nuZ1FkMVxQFE9iSxWlxUYAyfGfgpH3Vn0= ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:21:45.295 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-19T22:21:45.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:45 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:21:45.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:45 smithi110 bash[21541]: audit 2024-04-19T22:21:44.418012+0000 mon.a (mon.0) 105 : audit 1 from='client.? 172.21.15.110:0/785625807' entity='client.admin' 2024-04-19T22:21:45.646 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:21:45 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:21:46.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.528759+0000 mon.a (mon.0) 106 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.534122+0000 mon.a (mon.0) 107 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.536508+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.553351+0000 mon.a (mon.0) 109 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:46.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.556853+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.558713+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.560349+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.561971+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.564943+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.598715+0000 mon.a (mon.0) 115 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:46.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.603983+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:46.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:46 smithi110 bash[21541]: audit 2024-04-19T22:21:45.976667+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:50.003 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:21:50.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:49 smithi110 bash[21541]: audit 2024-04-19T22:21:48.860246+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:51.566 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:51 smithi110 bash[21541]: audit 2024-04-19T22:21:50.423188+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:51.566 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:51 smithi110 bash[21541]: audit 2024-04-19T22:21:50.426296+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:53.248 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-19T22:21:53.248 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-19T22:21:53.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:53 smithi110 bash[21541]: audit 2024-04-19T22:21:52.657789+0000 mon.a (mon.0) 121 : audit 1 from='client.? 172.21.15.110:0/751958815' entity='client.admin' 2024-04-19T22:21:53.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:53 smithi110 bash[21541]: audit 2024-04-19T22:21:52.719103+0000 mon.a (mon.0) 122 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:21:53.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:53 smithi110 bash[21541]: audit 2024-04-19T22:21:52.722868+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:55.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:55 smithi110 bash[21541]: cluster 2024-04-19T22:21:53.791049+0000 mgr.a (mgr.14152) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:21:57.793 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:21:57.816 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:57 smithi110 bash[21541]: cluster 2024-04-19T22:21:55.791464+0000 mgr.a (mgr.14152) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:21:57.816 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:57 smithi110 bash[21541]: audit 2024-04-19T22:21:57.497981+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:57.816 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:57 smithi110 bash[21541]: audit 2024-04-19T22:21:57.502923+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:21:59.891 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:21:59 smithi110 bash[21541]: cluster 2024-04-19T22:21:57.791902+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:00.898 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-04-19T22:22:00.899 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:22:00.899 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-04-19T22:22:00.905 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:22:00.905 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:22:00.954 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-04-19T22:22:00.954 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch host add smithi133 2024-04-19T22:22:01.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: cluster 2024-04-19T22:21:59.792269+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.272452+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.276825+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.320767+0000 mon.a (mon.0) 127 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.323135+0000 mon.a (mon.0) 128 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.324052+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: cephadm 2024-04-19T22:22:00.325434+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: cephadm 2024-04-19T22:22:00.439641+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: cephadm 2024-04-19T22:22:00.553705+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: cephadm 2024-04-19T22:22:00.667952+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.837998+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:01.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.843084+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:01.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:01 smithi110 bash[21541]: audit 2024-04-19T22:22:00.847976+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:03.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:03 smithi110 bash[21541]: cluster 2024-04-19T22:22:01.792694+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:05.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:05 smithi110 bash[21541]: cluster 2024-04-19T22:22:03.793156+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:05.650 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:22:07.511 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:07 smithi110 bash[21541]: cluster 2024-04-19T22:22:05.793589+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:09.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:09 smithi110 bash[21541]: cluster 2024-04-19T22:22:07.794028+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:09.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:09 smithi110 bash[21541]: audit 2024-04-19T22:22:08.982814+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:09.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:09 smithi110 bash[21541]: audit 2024-04-19T22:22:08.985637+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:09.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:09 smithi110 bash[21541]: audit 2024-04-19T22:22:08.989521+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:10.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:10 smithi110 bash[21541]: audit 2024-04-19T22:22:09.154217+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:22:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:11 smithi110 bash[21541]: cluster 2024-04-19T22:22:09.794361+0000 mgr.a (mgr.14152) 24 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:11 smithi110 bash[21541]: cephadm 2024-04-19T22:22:09.848836+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi133 2024-04-19T22:22:13.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:13 smithi110 bash[21541]: cluster 2024-04-19T22:22:11.794725+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:14.877 INFO:teuthology.orchestra.run.smithi110.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-04-19T22:22:15.507 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-19T22:22:15.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:15 smithi110 bash[21541]: cluster 2024-04-19T22:22:13.795128+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:15.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:15 smithi110 bash[21541]: audit 2024-04-19T22:22:14.901105+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:15.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:15 smithi110 bash[21541]: audit 2024-04-19T22:22:14.921627+0000 mon.a (mon.0) 137 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:22:16.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:16 smithi110 bash[21541]: cephadm 2024-04-19T22:22:14.902045+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi133 2024-04-19T22:22:16.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:16 smithi110 bash[21541]: audit 2024-04-19T22:22:15.395115+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:17.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:17 smithi110 bash[21541]: cluster 2024-04-19T22:22:15.795568+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:17.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:17 smithi110 bash[21541]: audit 2024-04-19T22:22:16.919778+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:17.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:17 smithi110 bash[21541]: audit 2024-04-19T22:22:16.925806+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:17.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:17 smithi110 bash[21541]: audit 2024-04-19T22:22:16.927336+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:22:17.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:17 smithi110 bash[21541]: audit 2024-04-19T22:22:16.929281+0000 mon.a (mon.0) 142 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:22:17.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:17 smithi110 bash[21541]: audit 2024-04-19T22:22:16.931010+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:22:18.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: cephadm 2024-04-19T22:22:16.933662+0000 mgr.a (mgr.14152) 30 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:22:18.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: cephadm 2024-04-19T22:22:17.149492+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:22:18.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: cephadm 2024-04-19T22:22:17.315421+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:22:18.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: cephadm 2024-04-19T22:22:17.481772+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:22:18.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: audit 2024-04-19T22:22:17.651814+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:18.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: audit 2024-04-19T22:22:17.657941+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:18.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: audit 2024-04-19T22:22:17.661221+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-04-19T22:22:18.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:18 smithi110 bash[21541]: audit 2024-04-19T22:22:17.662619+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-04-19T22:22:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: cluster 2024-04-19T22:22:17.795838+0000 mgr.a (mgr.14152) 34 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: cephadm 2024-04-19T22:22:18.166486+0000 mgr.a (mgr.14152) 35 : cephadm 1 Deploying daemon agent.smithi133 on smithi133 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.084941+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.139121+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.144923+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.212190+0000 mon.a (mon.0) 151 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.216350+0000 mon.a (mon.0) 152 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.218097+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.226678+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.297114+0000 mon.a (mon.0) 155 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.301392+0000 mon.a (mon.0) 156 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.302999+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.311155+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:19.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:19 smithi110 bash[21541]: audit 2024-04-19T22:22:19.562101+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:20.218 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:22:21.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:21 smithi110 bash[21541]: cluster 2024-04-19T22:22:19.796243+0000 mgr.a (mgr.14152) 36 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:21.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:21 smithi110 bash[21541]: audit 2024-04-19T22:22:20.637353+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:21.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:21 smithi110 bash[21541]: audit 2024-04-19T22:22:20.645072+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:22.751 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:22:22.751 INFO:teuthology.orchestra.run.smithi110.stdout:[{"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-04-19T22:22:23.316 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi164 2024-04-19T22:22:23.317 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:22:23.317 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.conf 2024-04-19T22:22:23.323 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:22:23.324 DEBUG:teuthology.orchestra.run.smithi164:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:22:23.373 INFO:tasks.cephadm:Adding host smithi164 to orchestrator... 2024-04-19T22:22:23.373 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch host add smithi164 2024-04-19T22:22:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:23 smithi110 bash[21541]: cluster 2024-04-19T22:22:21.796704+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:24 smithi110 bash[21541]: audit 2024-04-19T22:22:22.776152+0000 mgr.a (mgr.14152) 38 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:22:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:24 smithi110 bash[21541]: audit 2024-04-19T22:22:23.872040+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:25.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:25 smithi110 bash[21541]: cluster 2024-04-19T22:22:23.797116+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:27.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:27 smithi110 bash[21541]: cluster 2024-04-19T22:22:25.797433+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:28.554 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:22:29.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:29 smithi110 bash[21541]: cluster 2024-04-19T22:22:27.797809+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:29.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:29 smithi110 bash[21541]: audit 2024-04-19T22:22:29.190938+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:29.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:29 smithi110 bash[21541]: audit 2024-04-19T22:22:29.197322+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:29.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:29 smithi110 bash[21541]: audit 2024-04-19T22:22:29.205819+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:31.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:31 smithi110 bash[21541]: cluster 2024-04-19T22:22:29.798199+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:32.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:32 smithi110 bash[21541]: audit 2024-04-19T22:22:31.174603+0000 mgr.a (mgr.14152) 43 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:22:33.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:33 smithi110 bash[21541]: cluster 2024-04-19T22:22:31.798598+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:33.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:33 smithi110 bash[21541]: cephadm 2024-04-19T22:22:31.858150+0000 mgr.a (mgr.14152) 45 : cephadm 1 Deploying cephadm binary to smithi164 2024-04-19T22:22:33.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:33 smithi110 bash[21541]: audit 2024-04-19T22:22:33.448472+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:33.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:33 smithi110 bash[21541]: audit 2024-04-19T22:22:33.457307+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:35.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:35 smithi110 bash[21541]: cluster 2024-04-19T22:22:33.798966+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:36.969 INFO:teuthology.orchestra.run.smithi110.stdout:Added host 'smithi164' with addr '172.21.15.164' 2024-04-19T22:22:37.602 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-19T22:22:37.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:37 smithi110 bash[21541]: cluster 2024-04-19T22:22:35.799351+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:37.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:37 smithi110 bash[21541]: audit 2024-04-19T22:22:36.993890+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:37.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:37 smithi110 bash[21541]: audit 2024-04-19T22:22:37.041607+0000 mon.a (mon.0) 169 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:22:37.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:37 smithi110 bash[21541]: audit 2024-04-19T22:22:37.514717+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:38.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:38 smithi110 bash[21541]: cephadm 2024-04-19T22:22:36.994823+0000 mgr.a (mgr.14152) 48 : cephadm 1 Added host smithi164 2024-04-19T22:22:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:39 smithi110 bash[21541]: cluster 2024-04-19T22:22:37.799659+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:39 smithi110 bash[21541]: audit 2024-04-19T22:22:38.989470+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:39 smithi110 bash[21541]: audit 2024-04-19T22:22:38.994974+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:39 smithi110 bash[21541]: audit 2024-04-19T22:22:38.996387+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:22:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:39 smithi110 bash[21541]: audit 2024-04-19T22:22:38.998289+0000 mon.a (mon.0) 174 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:22:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:39 smithi110 bash[21541]: audit 2024-04-19T22:22:39.000179+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:22:40.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: cephadm 2024-04-19T22:22:39.003150+0000 mgr.a (mgr.14152) 50 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:22:40.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: cephadm 2024-04-19T22:22:39.219478+0000 mgr.a (mgr.14152) 51 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:22:40.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: cephadm 2024-04-19T22:22:39.384168+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:22:40.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: cephadm 2024-04-19T22:22:39.549290+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:22:40.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: audit 2024-04-19T22:22:40.014553+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:40.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: audit 2024-04-19T22:22:40.019989+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:40.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: audit 2024-04-19T22:22:40.023151+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi164", "caps": []}]: dispatch 2024-04-19T22:22:40.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: audit 2024-04-19T22:22:40.024406+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi164", "caps": []}]': finished 2024-04-19T22:22:40.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: audit 2024-04-19T22:22:40.193258+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:40.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: audit 2024-04-19T22:22:40.198261+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:40.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:40 smithi110 bash[21541]: audit 2024-04-19T22:22:40.205224+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:41.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:41 smithi110 bash[21541]: cluster 2024-04-19T22:22:39.799964+0000 mgr.a (mgr.14152) 54 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:42.316 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:22:43.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: cephadm 2024-04-19T22:22:40.782522+0000 mgr.a (mgr.14152) 55 : cephadm 1 Deploying daemon agent.smithi164 on smithi164 2024-04-19T22:22:43.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.707320+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:43.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.753776+0000 mon.a (mon.0) 184 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:43.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.759309+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:43.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.859292+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.863168+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.864377+0000 mon.a (mon.0) 188 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.871314+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.972192+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.974653+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.975396+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:41.979248+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:43.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:42 smithi110 bash[21541]: audit 2024-04-19T22:22:42.186515+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:43.853 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:43 smithi110 bash[21541]: cluster 2024-04-19T22:22:41.800304+0000 mgr.a (mgr.14152) 56 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:43.853 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:43 smithi110 bash[21541]: audit 2024-04-19T22:22:43.256214+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:43.854 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:43 smithi110 bash[21541]: audit 2024-04-19T22:22:43.263979+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:45.070 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:44 smithi110 bash[21541]: cluster 2024-04-19T22:22:43.800639+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:45.071 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:44 smithi110 bash[21541]: audit 2024-04-19T22:22:43.879186+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:45.971 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:22:45.972 INFO:teuthology.orchestra.run.smithi110.stdout:[{"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}, {"addr": "172.21.15.164", "hostname": "smithi164", "labels": [], "status": ""}] 2024-04-19T22:22:46.601 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-19T22:22:46.602 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd crush tunables default 2024-04-19T22:22:47.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:46 smithi110 bash[21541]: cluster 2024-04-19T22:22:45.800889+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:47.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:46 smithi110 bash[21541]: audit 2024-04-19T22:22:45.996887+0000 mgr.a (mgr.14152) 59 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:22:49.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:48 smithi110 bash[21541]: cluster 2024-04-19T22:22:47.801332+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:50.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:50 smithi110 bash[21541]: audit 2024-04-19T22:22:49.330924+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:50.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:50 smithi110 bash[21541]: audit 2024-04-19T22:22:49.334216+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:50.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:50 smithi110 bash[21541]: audit 2024-04-19T22:22:49.339454+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:51.146 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:22:51.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:51 smithi110 bash[21541]: cluster 2024-04-19T22:22:49.801783+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:53.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:53 smithi110 bash[21541]: cluster 2024-04-19T22:22:51.802288+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:54.331 INFO:teuthology.orchestra.run.smithi110.stderr:adjusted tunables profile to default 2024-04-19T22:22:54.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:54 smithi110 bash[21541]: audit 2024-04-19T22:22:53.719686+0000 mon.a (mon.0) 201 : audit 1 from='client.? 172.21.15.110:0/4253121973' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T22:22:54.949 INFO:tasks.cephadm:Adding mon.a on smithi110 2024-04-19T22:22:54.950 INFO:tasks.cephadm:Adding mon.b on smithi133 2024-04-19T22:22:54.950 INFO:tasks.cephadm:Adding mon.c on smithi164 2024-04-19T22:22:54.950 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch apply mon '3;smithi110:172.21.15.110=a;smithi133:172.21.15.133=b;smithi164:172.21.15.164=c' 2024-04-19T22:22:55.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:55 smithi110 bash[21541]: cluster 2024-04-19T22:22:53.802781+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:55.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:55 smithi110 bash[21541]: audit 2024-04-19T22:22:54.346500+0000 mon.a (mon.0) 202 : audit 1 from='client.? 172.21.15.110:0/4253121973' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T22:22:55.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:55 smithi110 bash[21541]: cluster 2024-04-19T22:22:54.351316+0000 mon.a (mon.0) 203 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:22:56.846 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:22:57.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:57 smithi110 bash[21541]: cluster 2024-04-19T22:22:55.803199+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:57.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:57 smithi110 bash[21541]: audit 2024-04-19T22:22:56.091107+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:57.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:57 smithi110 bash[21541]: audit 2024-04-19T22:22:56.099106+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:22:59.159 INFO:teuthology.orchestra.run.smithi164.stdout:Scheduled mon update... 2024-04-19T22:22:59.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:22:59 smithi110 bash[21541]: cluster 2024-04-19T22:22:57.803602+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:22:59.714 DEBUG:teuthology.orchestra.run.smithi133:mon.b> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.b.service 2024-04-19T22:22:59.716 DEBUG:teuthology.orchestra.run.smithi164:mon.c> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.c.service 2024-04-19T22:22:59.719 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-19T22:22:59.719 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.174325+0000 mgr.a (mgr.14152) 66 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi110:172.21.15.110=a;smithi133:172.21.15.133=b;smithi164:172.21.15.164=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: cephadm 2024-04-19T22:22:59.179794+0000 mgr.a (mgr.14152) 67 : cephadm 1 Saving service mon spec with placement smithi110:172.21.15.110=a;smithi133:172.21.15.133=b;smithi164:172.21.15.164=c;count:3 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.184796+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.203134+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.208301+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.210065+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.217748+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.222898+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:00.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: audit 2024-04-19T22:22:59.224633+0000 mon.a (mon.0) 212 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:00.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:00 smithi110 bash[21541]: cephadm 2024-04-19T22:22:59.226792+0000 mgr.a (mgr.14152) 68 : cephadm 1 Deploying daemon mon.c on smithi164 2024-04-19T22:23:00.945 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:01.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:01 smithi110 bash[21541]: cluster 2024-04-19T22:22:59.804013+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:01.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:01 smithi110 bash[21541]: audit 2024-04-19T22:23:00.398585+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:01.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:01 smithi110 bash[21541]: audit 2024-04-19T22:23:00.404328+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:01.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:01 smithi110 bash[21541]: audit 2024-04-19T22:23:00.413421+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:03.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:03 smithi110 bash[21541]: cluster 2024-04-19T22:23:01.804386+0000 mgr.a (mgr.14152) 70 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:04.151 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:04 smithi164 systemd[1]: Started Ceph mon.c for cb35fed0-fe9a-11ee-bc92-c7b262605968. 2024-04-19T22:23:04.527 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-19T22:23:04.527 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":1,"fsid":"cb35fed0-fe9a-11ee-bc92-c7b262605968","modified":"2024-04-19T22:20:23.859562Z","created":"2024-04-19T22:20:23.859562Z","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.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-19T22:23:04.529 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 1 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: cluster 2024-04-19T22:23:03.804784+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.168050+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.171192+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.205116+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.206058+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.207201+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: cephadm 2024-04-19T22:23:04.208616+0000 mgr.a (mgr.14152) 72 : cephadm 1 Deploying daemon mon.b on smithi133 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.552871+0000 mon.a (mon.0) 221 : audit 0 from='client.? 172.21.15.164:0/1575570578' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.789578+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.792513+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:05.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:05 smithi110 bash[21541]: audit 2024-04-19T22:23:04.796933+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.120 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.136+0000 7f6566e52c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T22:23:06.120 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.136+0000 7f6566e52c80 0 ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev), process ceph-mon, pid 7 2024-04-19T22:23:06.120 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.136+0000 7f6566e52c80 0 pidfile_write: ignore empty --pid-file 2024-04-19T22:23:06.120 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 0 load: jerasure load: lrc 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Git sha 0 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Compile date 2024-04-19 06:21:11 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: DB SUMMARY 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: DB Session ID: UO1CJBXTGSTHPJTEPYBQ 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: CURRENT file: CURRENT 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.create_if_missing: 0 2024-04-19T22:23:06.121 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.env: 0x55c897a14c60 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.info_log: 0x55c8997bbae0 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.statistics: (nil) 2024-04-19T22:23:06.122 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.use_fsync: 0 2024-04-19T22:23:06.157 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T22:23:06.157 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T22:23:06.157 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.db_log_dir: 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.wal_dir: 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T22:23:06.158 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.write_buffer_manager: 0x55c89978e1e0 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T22:23:06.159 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.unordered_write: 0 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.row_cache: None 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.wal_filter: None 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T22:23:06.160 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.wal_compression: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T22:23:06.161 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T22:23:06.162 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T22:23:06.162 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T22:23:06.162 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T22:23:06.162 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T22:23:06.162 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T22:23:06.165 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_open_files: -1 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Compression algorithms supported: 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kZSTD supported: 0 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T22:23:06.166 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.merge_operator: 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_filter: None 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T22:23:06.167 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c8997bbbe0) 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cache_index_and_filter_blocks: 1 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: pin_top_level_index_and_filter: 1 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: index_type: 0 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: data_block_index_type: 0 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: index_shortening: 1 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: data_block_hash_table_util_ratio: 0.750000 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: checksum: 4 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: no_block_cache: 0 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_cache: 0x55c8997bd090 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_cache_name: BinnedLRUCache 2024-04-19T22:23:06.168 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_cache_options: 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: capacity : 536870912 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: num_shard_bits : 4 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: strict_capacity_limit : 0 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: high_pri_pool_ratio: 0.000 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_cache_compressed: (nil) 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: persistent_cache: (nil) 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_size: 4096 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_size_deviation: 10 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_restart_interval: 16 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: index_block_restart_interval: 1 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: metadata_block_size: 4096 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: partition_filters: 0 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: use_delta_encoding: 1 2024-04-19T22:23:06.169 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: filter_policy: bloomfilter 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: whole_key_filtering: 1 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: verify_compression: 0 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: read_amp_bytes_per_bit: 0 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: format_version: 5 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: enable_index_compression: 1 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: block_align: 0 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: max_auto_readahead_size: 262144 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: prepopulate_block_cache: 0 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: initial_auto_readahead_size: 8192 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: num_file_reads_for_auto_readahead: 2 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression: NoCompression 2024-04-19T22:23:06.170 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T22:23:06.171 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T22:23:06.171 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T22:23:06.171 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.num_levels: 7 2024-04-19T22:23:06.171 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T22:23:06.171 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T22:23:06.171 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T22:23:06.171 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T22:23:06.172 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T22:23:06.173 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T22:23:06.174 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.table_properties_collectors: 2024-04-19T22:23:06.175 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.ttl: 2592000 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T22:23:06.176 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.140+0000 7f6566e52c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 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-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2727e782-81e3-470f-884e-c22c35bc80bf 2024-04-19T22:23:06.177 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565386147039, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-19T22:23:06.178 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-19T22:23:06.178 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565386147536, "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": 1713565386, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2727e782-81e3-470f-884e-c22c35bc80bf", "db_session_id": "UO1CJBXTGSTHPJTEPYBQ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-19T22:23:06.178 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565386147631, "job": 1, "event": "recovery_finished"} 2024-04-19T22:23:06.178 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-19T22:23:06.178 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 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-04-19T22:23:06.178 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c8998b2000 2024-04-19T22:23:06.178 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 4 rocksdb: DB pointer 0x55c89989c000 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f65555b5700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f65555b5700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: ** DB Stats ** 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:23:06.179 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: ** Compaction Stats [default] ** 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: 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-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: ** Compaction Stats [default] ** 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: 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-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T22:23:06.180 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: AddFile(Total Files): cumulative 0, interval 0 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: AddFile(Keys): cumulative 0, interval 0 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: 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-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: Block cache BinnedLRUCache@0x55c8997bd090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: 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-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: ** File Read Latency Histogram By Level [default] ** 2024-04-19T22:23:06.181 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 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-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.144+0000 7f6566e52c80 0 starting mon.c 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-c fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.148+0000 7f6566e52c80 1 mon.c@-1(???) e0 preinit fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 0 mon.c@-1(synchronizing).mds e1 new map 2024-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: e1 2024-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-19T22:23:06.182 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: legacy client fscid: -1 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: No filesystems configured 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 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-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.172+0000 7f65585bb700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.176+0000 7f65585bb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-19T22:23:06.183 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.176+0000 7f65585bb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.176+0000 7f65585bb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.176+0000 7f65585bb700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:03.793156+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:05.793589+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:07.794028+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:08.982814+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:08.985637+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:08.989521+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:09.154217+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:09.794361+0000 mgr.a (mgr.14152) 24 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:09.848836+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi133 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:11.794725+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:13.795128+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.184 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:14.901105+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:14.921627+0000 mon.a (mon.0) 137 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:14.902045+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi133 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:15.395115+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:15.795568+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:16.919778+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:16.925806+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:16.927336+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:16.929281+0000 mon.a (mon.0) 142 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:16.931010+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:16.933662+0000 mgr.a (mgr.14152) 30 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:17.149492+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:17.315421+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:23:06.185 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:17.481772+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:17.651814+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:17.657941+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:17.661221+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:17.662619+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:17.795838+0000 mgr.a (mgr.14152) 34 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:18.166486+0000 mgr.a (mgr.14152) 35 : cephadm 1 Deploying daemon agent.smithi133 on smithi133 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.084941+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.139121+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.144923+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.212190+0000 mon.a (mon.0) 151 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.216350+0000 mon.a (mon.0) 152 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.218097+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:06.186 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.226678+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.297114+0000 mon.a (mon.0) 155 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.301392+0000 mon.a (mon.0) 156 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.302999+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.311155+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:19.562101+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:19.796243+0000 mgr.a (mgr.14152) 36 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:20.637353+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:20.645072+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:21.796704+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:22.776152+0000 mgr.a (mgr.14152) 38 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:23.872040+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:23.797116+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.187 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:25.797433+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:27.797809+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:29.190938+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:29.197322+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:29.205819+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:29.798199+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:31.174603+0000 mgr.a (mgr.14152) 43 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:31.798598+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:31.858150+0000 mgr.a (mgr.14152) 45 : cephadm 1 Deploying cephadm binary to smithi164 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:33.448472+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:33.457307+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:33.798966+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:35.799351+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.188 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:36.993890+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:37.041607+0000 mon.a (mon.0) 169 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:37.514717+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:36.994823+0000 mgr.a (mgr.14152) 48 : cephadm 1 Added host smithi164 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:37.799659+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:38.989470+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:38.994974+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:38.996387+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:38.998289+0000 mon.a (mon.0) 174 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:39.000179+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:39.003150+0000 mgr.a (mgr.14152) 50 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:39.219478+0000 mgr.a (mgr.14152) 51 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:39.384168+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:39.549290+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:23:06.189 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:40.014553+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:40.019989+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:40.023151+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi164", "caps": []}]: dispatch 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:40.024406+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi164", "caps": []}]': finished 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:40.193258+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:40.198261+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:40.205224+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:39.799964+0000 mgr.a (mgr.14152) 54 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:40.782522+0000 mgr.a (mgr.14152) 55 : cephadm 1 Deploying daemon agent.smithi164 on smithi164 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.707320+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.753776+0000 mon.a (mon.0) 184 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.759309+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.190 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.859292+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.863168+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.864377+0000 mon.a (mon.0) 188 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.871314+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.972192+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.974653+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.975396+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:41.979248+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:42.186515+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:41.800304+0000 mgr.a (mgr.14152) 56 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:43.256214+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:43.263979+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:43.800639+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:43.879186+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.191 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:45.800889+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:45.996887+0000 mgr.a (mgr.14152) 59 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:47.801332+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:49.330924+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:49.334216+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:49.339454+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:49.801783+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:51.802288+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:53.719686+0000 mon.a (mon.0) 201 : audit 1 from='client.? 172.21.15.110:0/4253121973' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:53.802781+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:54.346500+0000 mon.a (mon.0) 202 : audit 1 from='client.? 172.21.15.110:0/4253121973' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:54.351316+0000 mon.a (mon.0) 203 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:55.803199+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:56.091107+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:56.099106+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:57.803602+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.174325+0000 mgr.a (mgr.14152) 66 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi110:172.21.15.110=a;smithi133:172.21.15.133=b;smithi164:172.21.15.164=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:59.179794+0000 mgr.a (mgr.14152) 67 : cephadm 1 Saving service mon spec with placement smithi110:172.21.15.110=a;smithi133:172.21.15.133=b;smithi164:172.21.15.164=c;count:3 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.184796+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.203134+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.208301+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.210065+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.217748+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.222898+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:22:59.224633+0000 mon.a (mon.0) 212 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:22:59.226792+0000 mgr.a (mgr.14152) 68 : cephadm 1 Deploying daemon mon.c on smithi164 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:22:59.804013+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:00.398585+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:00.404328+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:00.413421+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:23:01.804386+0000 mgr.a (mgr.14152) 70 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cluster 2024-04-19T22:23:03.804784+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.168050+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.171192+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.205116+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.194 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.206058+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:06.195 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.207201+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:06.195 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: cephadm 2024-04-19T22:23:04.208616+0000 mgr.a (mgr.14152) 72 : cephadm 1 Deploying daemon mon.b on smithi133 2024-04-19T22:23:06.195 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.552871+0000 mon.a (mon.0) 221 : audit 0 from='client.? 172.21.15.164:0/1575570578' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T22:23:06.195 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.789578+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.195 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.792513+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.195 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: audit 2024-04-19T22:23:04.796933+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:06.195 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:06 smithi164 bash[22220]: debug 2024-04-19T22:23:06.176+0000 7f65585bb700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-19T22:23:06.860 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-19T22:23:06.861 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-19T22:23:08.496 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:08 smithi133 systemd[1]: Started Ceph mon.b for cb35fed0-fe9a-11ee-bc92-c7b262605968. 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.368+0000 7f8318f9dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.368+0000 7f8318f9dc80 0 ceph version 19.0.0-2401-gd0bf63dd (d0bf63dd179c05751e4be49477389aa290c73089) squid (dev), process ceph-mon, pid 7 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.368+0000 7f8318f9dc80 0 pidfile_write: ignore empty --pid-file 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.372+0000 7f8318f9dc80 0 load: jerasure load: lrc 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Git sha 0 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Compile date 2024-04-19 06:21:11 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: DB SUMMARY 2024-04-19T22:23:09.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: DB Session ID: 98S3YLDO85JZ528NE0R9 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: CURRENT file: CURRENT 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.create_if_missing: 0 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.env: 0x555898edcc60 2024-04-19T22:23:09.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.info_log: 0x55589a3abae0 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.statistics: (nil) 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.use_fsync: 0 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T22:23:09.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.db_log_dir: 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.wal_dir: 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T22:23:09.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.write_buffer_manager: 0x55589a37e1e0 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.unordered_write: 0 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T22:23:09.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T22:23:09.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.row_cache: None 2024-04-19T22:23:09.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.wal_filter: None 2024-04-19T22:23:09.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T22:23:09.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T22:23:09.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T22:23:09.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.wal_compression: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T22:23:09.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T22:23:09.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_open_files: -1 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Compression algorithms supported: 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kZSTD supported: 0 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T22:23:09.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T22:23:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T22:23:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T22:23:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T22:23:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T22:23:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T22:23:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-19T22:23:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T22:23:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T22:23:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.merge_operator: 2024-04-19T22:23:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_filter: None 2024-04-19T22:23:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55589a3abbe0) 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cache_index_and_filter_blocks: 1 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: pin_top_level_index_and_filter: 1 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: index_type: 0 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: data_block_index_type: 0 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: index_shortening: 1 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: data_block_hash_table_util_ratio: 0.750000 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: checksum: 4 2024-04-19T22:23:09.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: no_block_cache: 0 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_cache: 0x55589a3ad090 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_cache_name: BinnedLRUCache 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_cache_options: 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: capacity : 536870912 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: num_shard_bits : 4 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: strict_capacity_limit : 0 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: high_pri_pool_ratio: 0.000 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_cache_compressed: (nil) 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: persistent_cache: (nil) 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_size: 4096 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_size_deviation: 10 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_restart_interval: 16 2024-04-19T22:23:09.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: index_block_restart_interval: 1 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: metadata_block_size: 4096 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: partition_filters: 0 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: use_delta_encoding: 1 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: filter_policy: bloomfilter 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: whole_key_filtering: 1 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: verify_compression: 0 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: read_amp_bytes_per_bit: 0 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: format_version: 5 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: enable_index_compression: 1 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: block_align: 0 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: max_auto_readahead_size: 262144 2024-04-19T22:23:09.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: prepopulate_block_cache: 0 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: initial_auto_readahead_size: 8192 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: num_file_reads_for_auto_readahead: 2 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression: NoCompression 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.num_levels: 7 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T22:23:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T22:23:09.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T22:23:09.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T22:23:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.table_properties_collectors: 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T22:23:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.ttl: 2592000 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T22:23:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 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-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-19T22:23:09.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 2492edbc-e2f0-43cf-aa74-9dfcaf0c7d9b 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565389379545, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565389380013, "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": 1713565389, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "2492edbc-e2f0-43cf-aa74-9dfcaf0c7d9b", "db_session_id": "98S3YLDO85JZ528NE0R9", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713565389380112, "job": 1, "event": "recovery_finished"} 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.376+0000 7f8318f9dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8318f9dc80 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-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8318f9dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55589a4a2000 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8318f9dc80 4 rocksdb: DB pointer 0x55589a48c000 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8307700700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8307700700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: ** DB Stats ** 2024-04-19T22:23:09.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: ** Compaction Stats [default] ** 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:09.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: ** Compaction Stats [default] ** 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: AddFile(Total Files): cumulative 0, interval 0 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: AddFile(Keys): cumulative 0, interval 0 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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-04-19T22:23:09.412 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: Block cache BinnedLRUCache@0x55589a3ad090#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-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 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-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: ** File Read Latency Histogram By Level [default] ** 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8318f9dc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8318f9dc80 0 using public_addr v2:172.21.15.133:0/0 -> [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8318f9dc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.380+0000 7f8318f9dc80 1 mon.b@-1(???) e0 preinit fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: e1 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: legacy client fscid: -1 2024-04-19T22:23:09.413 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: No filesystems configured 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 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-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T22:23:09.414 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:03.793156+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:05.793589+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:07.794028+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:08.982814+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:08.985637+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:08.989521+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:09.154217+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:09.794361+0000 mgr.a (mgr.14152) 24 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:09.848836+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi133 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:11.794725+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:13.795128+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:14.901105+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:14.921627+0000 mon.a (mon.0) 137 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:14.902045+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi133 2024-04-19T22:23:09.415 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:15.395115+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:15.795568+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:16.919778+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:16.925806+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:16.927336+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:16.929281+0000 mon.a (mon.0) 142 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:16.931010+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:16.933662+0000 mgr.a (mgr.14152) 30 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:17.149492+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:17.315421+0000 mgr.a (mgr.14152) 32 : cephadm 1 Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:17.481772+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:17.651814+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:17.657941+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.416 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:17.661221+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:17.662619+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:17.795838+0000 mgr.a (mgr.14152) 34 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:18.166486+0000 mgr.a (mgr.14152) 35 : cephadm 1 Deploying daemon agent.smithi133 on smithi133 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.084941+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.139121+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.144923+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.212190+0000 mon.a (mon.0) 151 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.216350+0000 mon.a (mon.0) 152 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.218097+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.226678+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.297114+0000 mon.a (mon.0) 155 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.301392+0000 mon.a (mon.0) 156 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.417 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.302999+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.311155+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:19.562101+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:19.796243+0000 mgr.a (mgr.14152) 36 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:20.637353+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:20.645072+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:21.796704+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:22.776152+0000 mgr.a (mgr.14152) 38 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:23.872040+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:23.797116+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:25.797433+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:27.797809+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:29.190938+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.418 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:29.197322+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:29.205819+0000 mon.a (mon.0) 165 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:29.798199+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:31.174603+0000 mgr.a (mgr.14152) 43 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:31.798598+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:31.858150+0000 mgr.a (mgr.14152) 45 : cephadm 1 Deploying cephadm binary to smithi164 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:33.448472+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:33.457307+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:33.798966+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:35.799351+0000 mgr.a (mgr.14152) 47 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:36.993890+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:37.041607+0000 mon.a (mon.0) 169 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:37.514717+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:36.994823+0000 mgr.a (mgr.14152) 48 : cephadm 1 Added host smithi164 2024-04-19T22:23:09.419 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:37.799659+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:38.989470+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:38.994974+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:38.996387+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi164", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:38.998289+0000 mon.a (mon.0) 174 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:39.000179+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:39.003150+0000 mgr.a (mgr.14152) 50 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:39.219478+0000 mgr.a (mgr.14152) 51 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:39.384168+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi164:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:39.549290+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:40.014553+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:40.019989+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:40.023151+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi164", "caps": []}]: dispatch 2024-04-19T22:23:09.420 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:40.024406+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi164", "caps": []}]': finished 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:40.193258+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:40.198261+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:40.205224+0000 mon.a (mon.0) 182 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:39.799964+0000 mgr.a (mgr.14152) 54 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:40.782522+0000 mgr.a (mgr.14152) 55 : cephadm 1 Deploying daemon agent.smithi164 on smithi164 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.707320+0000 mon.a (mon.0) 183 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.753776+0000 mon.a (mon.0) 184 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.759309+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.859292+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.863168+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.864377+0000 mon.a (mon.0) 188 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.871314+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.421 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.972192+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.974653+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.975396+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:41.979248+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:42.186515+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:41.800304+0000 mgr.a (mgr.14152) 56 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:43.256214+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:43.263979+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:43.800639+0000 mgr.a (mgr.14152) 57 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:43.879186+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:45.800889+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:45.996887+0000 mgr.a (mgr.14152) 59 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:47.801332+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.422 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:49.330924+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:49.334216+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:49.339454+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:49.801783+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:51.802288+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:53.719686+0000 mon.a (mon.0) 201 : audit 1 from='client.? 172.21.15.110:0/4253121973' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:53.802781+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:54.346500+0000 mon.a (mon.0) 202 : audit 1 from='client.? 172.21.15.110:0/4253121973' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:54.351316+0000 mon.a (mon.0) 203 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:55.803199+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:56.091107+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:56.099106+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:57.803602+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.423 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.174325+0000 mgr.a (mgr.14152) 66 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi110:172.21.15.110=a;smithi133:172.21.15.133=b;smithi164:172.21.15.164=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:59.179794+0000 mgr.a (mgr.14152) 67 : cephadm 1 Saving service mon spec with placement smithi110:172.21.15.110=a;smithi133:172.21.15.133=b;smithi164:172.21.15.164=c;count:3 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.184796+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.203134+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.208301+0000 mon.a (mon.0) 208 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.210065+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.217748+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.222898+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:22:59.224633+0000 mon.a (mon.0) 212 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:22:59.226792+0000 mgr.a (mgr.14152) 68 : cephadm 1 Deploying daemon mon.c on smithi164 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:22:59.804013+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:00.398585+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.424 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:00.404328+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:00.413421+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:23:01.804386+0000 mgr.a (mgr.14152) 70 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cluster 2024-04-19T22:23:03.804784+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.168050+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.171192+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.205116+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.206058+0000 mon.a (mon.0) 219 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.207201+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: cephadm 2024-04-19T22:23:04.208616+0000 mgr.a (mgr.14152) 72 : cephadm 1 Deploying daemon mon.b on smithi133 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.552871+0000 mon.a (mon.0) 221 : audit 0 from='client.? 172.21.15.164:0/1575570578' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.789578+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.792513+0000 mon.a (mon.0) 223 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.425 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: audit 2024-04-19T22:23:04.796933+0000 mon.a (mon.0) 224 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:09.426 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:09 smithi133 bash[22229]: debug 2024-04-19T22:23:09.404+0000 7f830a706700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-19T22:23:10.549 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T22:23:11.572 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:05.805222+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:11.572 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:06.186728+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:06.191381+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:06.191775+0000 mon.a (mon.0) 227 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:06.212932+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:07.186393+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:07.805582+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:08.186908+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:08.188682+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:09.187189+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:09.410292+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:11.573 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:09.805934+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:10.187275+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:10.410545+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.187731+0000 mon.a (mon.0) 235 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.235708+0000 mon.a (mon.0) 236 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244052+0000 mon.a (mon.0) 237 : cluster 0 monmap epoch 2 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244108+0000 mon.a (mon.0) 238 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244152+0000 mon.a (mon.0) 239 : cluster 0 last_changed 2024-04-19T22:23:06.186239+0000 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244196+0000 mon.a (mon.0) 240 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244265+0000 mon.a (mon.0) 241 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244311+0000 mon.a (mon.0) 242 : cluster 0 election_strategy: 1 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244362+0000 mon.a (mon.0) 243 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:11.574 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.244408+0000 mon.a (mon.0) 244 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.264946+0000 mon.a (mon.0) 245 : cluster 0 fsmap 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.265048+0000 mon.a (mon.0) 246 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.265388+0000 mon.a (mon.0) 247 : cluster 0 mgrmap e13: a(active, since 97s) 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.265739+0000 mon.a (mon.0) 248 : cluster 1 overall HEALTH_OK 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.274324+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.279733+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.285657+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.291968+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.297733+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.303667+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.575 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:11 smithi164 bash[22220]: audit 2024-04-19T22:23:11.308499+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:05.805222+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:06.186728+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:06.191381+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:23:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:06.191775+0000 mon.a (mon.0) 227 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:06.212932+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:07.186393+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:07.805582+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:08.186908+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:08.188682+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:09.187189+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:09.410292+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:09.805934+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:10.187275+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:10.410545+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.187731+0000 mon.a (mon.0) 235 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.235708+0000 mon.a (mon.0) 236 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244052+0000 mon.a (mon.0) 237 : cluster 0 monmap epoch 2 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244108+0000 mon.a (mon.0) 238 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:11.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244152+0000 mon.a (mon.0) 239 : cluster 0 last_changed 2024-04-19T22:23:06.186239+0000 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244196+0000 mon.a (mon.0) 240 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244265+0000 mon.a (mon.0) 241 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244311+0000 mon.a (mon.0) 242 : cluster 0 election_strategy: 1 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244362+0000 mon.a (mon.0) 243 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.244408+0000 mon.a (mon.0) 244 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.264946+0000 mon.a (mon.0) 245 : cluster 0 fsmap 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.265048+0000 mon.a (mon.0) 246 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.265388+0000 mon.a (mon.0) 247 : cluster 0 mgrmap e13: a(active, since 97s) 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.265739+0000 mon.a (mon.0) 248 : cluster 1 overall HEALTH_OK 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.274324+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.279733+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.285657+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.291968+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.297733+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.303667+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:11.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:11 smithi110 bash[21541]: audit 2024-04-19T22:23:11.308499+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:12.645 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:23:12 smithi110 bash[21795]: debug 2024-04-19T22:23:12.180+0000 7fe242359700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-19T22:23:16.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.414899+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:11.415047+0000 mon.a (mon.0) 259 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:11.415225+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.415413+0000 mon.a (mon.0) 261 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:11.432627+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:11.432761+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:11.806281+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:12.410724+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:13.410861+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:13.806646+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:14.410940+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:15.411213+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:16.411412+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.432918+0000 mon.a (mon.0) 269 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.438772+0000 mon.a (mon.0) 270 : cluster 0 monmap epoch 3 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.438810+0000 mon.a (mon.0) 271 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.438854+0000 mon.a (mon.0) 272 : cluster 0 last_changed 2024-04-19T22:23:11.410562+0000 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.438888+0000 mon.a (mon.0) 273 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.438926+0000 mon.a (mon.0) 274 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.438961+0000 mon.a (mon.0) 275 : cluster 0 election_strategy: 1 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.438993+0000 mon.a (mon.0) 276 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.439028+0000 mon.a (mon.0) 277 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.439061+0000 mon.a (mon.0) 278 : cluster 0 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.456958+0000 mon.a (mon.0) 279 : cluster 0 fsmap 2024-04-19T22:23:16.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.457048+0000 mon.a (mon.0) 280 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.457363+0000 mon.a (mon.0) 281 : cluster 0 mgrmap e13: a(active, since 102s) 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.457700+0000 mon.a (mon.0) 282 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.465579+0000 mon.a (mon.0) 283 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.465640+0000 mon.a (mon.0) 284 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: cluster 2024-04-19T22:23:16.465674+0000 mon.a (mon.0) 285 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:16.470220+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:16.476328+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:16.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:16 smithi164 bash[22220]: audit 2024-04-19T22:23:16.482337+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.414899+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:11.415047+0000 mon.a (mon.0) 259 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:11.415225+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.415413+0000 mon.a (mon.0) 261 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:11.432627+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:11.432761+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:11.806281+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:12.410724+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:13.410861+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:13.806646+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:14.410940+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:15.411213+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:16.411412+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.432918+0000 mon.a (mon.0) 269 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.438772+0000 mon.a (mon.0) 270 : cluster 0 monmap epoch 3 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.438810+0000 mon.a (mon.0) 271 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.438854+0000 mon.a (mon.0) 272 : cluster 0 last_changed 2024-04-19T22:23:11.410562+0000 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.438888+0000 mon.a (mon.0) 273 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.438926+0000 mon.a (mon.0) 274 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.438961+0000 mon.a (mon.0) 275 : cluster 0 election_strategy: 1 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.438993+0000 mon.a (mon.0) 276 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.439028+0000 mon.a (mon.0) 277 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:16.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.439061+0000 mon.a (mon.0) 278 : cluster 0 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.456958+0000 mon.a (mon.0) 279 : cluster 0 fsmap 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.457048+0000 mon.a (mon.0) 280 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.457363+0000 mon.a (mon.0) 281 : cluster 0 mgrmap e13: a(active, since 102s) 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.457700+0000 mon.a (mon.0) 282 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.465579+0000 mon.a (mon.0) 283 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.465640+0000 mon.a (mon.0) 284 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: cluster 2024-04-19T22:23:16.465674+0000 mon.a (mon.0) 285 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:16.470220+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:16.476328+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:16.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:16 smithi110 bash[21541]: audit 2024-04-19T22:23:16.482337+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.045 INFO:teuthology.orchestra.run.smithi164.stdout: 2024-04-19T22:23:17.045 INFO:teuthology.orchestra.run.smithi164.stdout:{"epoch":3,"fsid":"cb35fed0-fe9a-11ee-bc92-c7b262605968","modified":"2024-04-19T22:23:11.410562Z","created":"2024-04-19T22:20:23.859562Z","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.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","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":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-19T22:23:17.048 INFO:teuthology.orchestra.run.smithi164.stderr:dumped monmap epoch 3 2024-04-19T22:23:17.726 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-19T22:23:17.726 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph config generate-minimal-conf 2024-04-19T22:23:17.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: cluster 2024-04-19T22:23:15.807028+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:17.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: cephadm 2024-04-19T22:23:16.469221+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:23:17.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: cephadm 2024-04-19T22:23:16.469966+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:17.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: cephadm 2024-04-19T22:23:16.471540+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:17.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.008205+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.010884+0000 mon.a (mon.0) 290 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.014341+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.017563+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.020196+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.023134+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.027041+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.071366+0000 mon.a (mon.0) 296 : audit 0 from='client.? 172.21.15.164:0/2740623247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.109488+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.110916+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.112521+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:17 smithi164 bash[22220]: audit 2024-04-19T22:23:17.411877+0000 mon.a (mon.0) 300 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:17.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: cluster 2024-04-19T22:23:15.807028+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: cephadm 2024-04-19T22:23:16.469221+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: cephadm 2024-04-19T22:23:16.469966+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: cephadm 2024-04-19T22:23:16.471540+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.008205+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.010884+0000 mon.a (mon.0) 290 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.014341+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.017563+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.020196+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.023134+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.027041+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.071366+0000 mon.a (mon.0) 296 : audit 0 from='client.? 172.21.15.164:0/2740623247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.109488+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:17.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.110916+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:17.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.112521+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:17.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:17 smithi110 bash[21541]: audit 2024-04-19T22:23:17.411877+0000 mon.a (mon.0) 300 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:13.414521+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.427474+0000 mon.a (mon.0) 302 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.427535+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.428703+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.447966+0000 mon.a (mon.0) 303 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452134+0000 mon.a (mon.0) 304 : cluster 0 monmap epoch 3 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452159+0000 mon.a (mon.0) 305 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452176+0000 mon.a (mon.0) 306 : cluster 0 last_changed 2024-04-19T22:23:11.410562+0000 2024-04-19T22:23:18.614 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452193+0000 mon.a (mon.0) 307 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452209+0000 mon.a (mon.0) 308 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452234+0000 mon.a (mon.0) 309 : cluster 0 election_strategy: 1 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452251+0000 mon.a (mon.0) 310 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452265+0000 mon.a (mon.0) 311 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452281+0000 mon.a (mon.0) 312 : cluster 0 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452758+0000 mon.a (mon.0) 313 : cluster 0 fsmap 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.452807+0000 mon.a (mon.0) 314 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.453004+0000 mon.a (mon.0) 315 : cluster 0 mgrmap e13: a(active, since 104s) 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.453192+0000 mon.a (mon.0) 316 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.453218+0000 mon.a (mon.0) 317 : cluster 1 Cluster is now healthy 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: cluster 2024-04-19T22:23:18.456272+0000 mon.a (mon.0) 318 : cluster 1 overall HEALTH_OK 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: audit 2024-04-19T22:23:18.515525+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: audit 2024-04-19T22:23:18.518941+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.615 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:18 smithi110 bash[21541]: audit 2024-04-19T22:23:18.522978+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:05.805222+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:06.186728+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:06.191381+0000 mon.a (mon.0) 226 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:06.191775+0000 mon.a (mon.0) 227 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:06.212932+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:07.186393+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:07.805582+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:08.186908+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:08.188682+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:09.187189+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:09.410292+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:09.805934+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:10.187275+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:10.410545+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.187731+0000 mon.a (mon.0) 235 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.235708+0000 mon.a (mon.0) 236 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244052+0000 mon.a (mon.0) 237 : cluster 0 monmap epoch 2 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244108+0000 mon.a (mon.0) 238 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244152+0000 mon.a (mon.0) 239 : cluster 0 last_changed 2024-04-19T22:23:06.186239+0000 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244196+0000 mon.a (mon.0) 240 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244265+0000 mon.a (mon.0) 241 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:18.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244311+0000 mon.a (mon.0) 242 : cluster 0 election_strategy: 1 2024-04-19T22:23:18.654 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244362+0000 mon.a (mon.0) 243 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:18.654 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.244408+0000 mon.a (mon.0) 244 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:18.654 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.264946+0000 mon.a (mon.0) 245 : cluster 0 fsmap 2024-04-19T22:23:18.654 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.265048+0000 mon.a (mon.0) 246 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:18.654 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.265388+0000 mon.a (mon.0) 247 : cluster 0 mgrmap e13: a(active, since 97s) 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.265739+0000 mon.a (mon.0) 248 : cluster 1 overall HEALTH_OK 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.274324+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.279733+0000 mon.a (mon.0) 250 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.285657+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.291968+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.297733+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.303667+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.308499+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.414899+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.415047+0000 mon.a (mon.0) 259 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.415225+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.415413+0000 mon.a (mon.0) 261 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:18.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.432627+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:11.432761+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:11.806281+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:12.410724+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:13.410861+0000 mon.a (mon.0) 265 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:13.806646+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:14.410940+0000 mon.a (mon.0) 266 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:15.411213+0000 mon.a (mon.0) 267 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:16.411412+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.432918+0000 mon.a (mon.0) 269 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.438772+0000 mon.a (mon.0) 270 : cluster 0 monmap epoch 3 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.438810+0000 mon.a (mon.0) 271 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.438854+0000 mon.a (mon.0) 272 : cluster 0 last_changed 2024-04-19T22:23:11.410562+0000 2024-04-19T22:23:18.656 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.438888+0000 mon.a (mon.0) 273 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.438926+0000 mon.a (mon.0) 274 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.438961+0000 mon.a (mon.0) 275 : cluster 0 election_strategy: 1 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.438993+0000 mon.a (mon.0) 276 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.439028+0000 mon.a (mon.0) 277 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.439061+0000 mon.a (mon.0) 278 : cluster 0 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.456958+0000 mon.a (mon.0) 279 : cluster 0 fsmap 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.457048+0000 mon.a (mon.0) 280 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.457363+0000 mon.a (mon.0) 281 : cluster 0 mgrmap e13: a(active, since 102s) 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.457700+0000 mon.a (mon.0) 282 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.465579+0000 mon.a (mon.0) 283 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.465640+0000 mon.a (mon.0) 284 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:16.465674+0000 mon.a (mon.0) 285 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] is down (out of quorum) 2024-04-19T22:23:18.657 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:16.470220+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:16.476328+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:16.482337+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:15.807028+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cephadm 2024-04-19T22:23:16.469221+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cephadm 2024-04-19T22:23:16.469966+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cephadm 2024-04-19T22:23:16.471540+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.008205+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.010884+0000 mon.a (mon.0) 290 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.014341+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.017563+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.020196+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.023134+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.027041+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.658 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.071366+0000 mon.a (mon.0) 296 : audit 0 from='client.? 172.21.15.164:0/2740623247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.109488+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.110916+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.112521+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:17.411877+0000 mon.a (mon.0) 300 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:13.414521+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.427474+0000 mon.a (mon.0) 302 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.427535+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.428703+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.447966+0000 mon.a (mon.0) 303 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452134+0000 mon.a (mon.0) 304 : cluster 0 monmap epoch 3 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452159+0000 mon.a (mon.0) 305 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452176+0000 mon.a (mon.0) 306 : cluster 0 last_changed 2024-04-19T22:23:11.410562+0000 2024-04-19T22:23:18.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452193+0000 mon.a (mon.0) 307 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452209+0000 mon.a (mon.0) 308 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452234+0000 mon.a (mon.0) 309 : cluster 0 election_strategy: 1 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452251+0000 mon.a (mon.0) 310 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452265+0000 mon.a (mon.0) 311 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452281+0000 mon.a (mon.0) 312 : cluster 0 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452758+0000 mon.a (mon.0) 313 : cluster 0 fsmap 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.452807+0000 mon.a (mon.0) 314 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.453004+0000 mon.a (mon.0) 315 : cluster 0 mgrmap e13: a(active, since 104s) 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.453192+0000 mon.a (mon.0) 316 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.453218+0000 mon.a (mon.0) 317 : cluster 1 Cluster is now healthy 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: cluster 2024-04-19T22:23:18.456272+0000 mon.a (mon.0) 318 : cluster 1 overall HEALTH_OK 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:18.515525+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:18.518941+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.660 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:18 smithi133 bash[22229]: audit 2024-04-19T22:23:18.522978+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:13.414521+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-19T22:23:18.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.427474+0000 mon.a (mon.0) 302 : cluster 1 mon.a calling monitor election 2024-04-19T22:23:18.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.427535+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-04-19T22:23:18.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.428703+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-04-19T22:23:18.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.447966+0000 mon.a (mon.0) 303 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T22:23:18.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452134+0000 mon.a (mon.0) 304 : cluster 0 monmap epoch 3 2024-04-19T22:23:18.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452159+0000 mon.a (mon.0) 305 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:18.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452176+0000 mon.a (mon.0) 306 : cluster 0 last_changed 2024-04-19T22:23:11.410562+0000 2024-04-19T22:23:18.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452193+0000 mon.a (mon.0) 307 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:23:18.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452209+0000 mon.a (mon.0) 308 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:23:18.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452234+0000 mon.a (mon.0) 309 : cluster 0 election_strategy: 1 2024-04-19T22:23:18.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452251+0000 mon.a (mon.0) 310 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:23:18.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452265+0000 mon.a (mon.0) 311 : cluster 0 1: [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] mon.c 2024-04-19T22:23:18.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452281+0000 mon.a (mon.0) 312 : cluster 0 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:23:18.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452758+0000 mon.a (mon.0) 313 : cluster 0 fsmap 2024-04-19T22:23:18.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.452807+0000 mon.a (mon.0) 314 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-19T22:23:18.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.453004+0000 mon.a (mon.0) 315 : cluster 0 mgrmap e13: a(active, since 104s) 2024-04-19T22:23:18.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.453192+0000 mon.a (mon.0) 316 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-04-19T22:23:18.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.453218+0000 mon.a (mon.0) 317 : cluster 1 Cluster is now healthy 2024-04-19T22:23:18.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: cluster 2024-04-19T22:23:18.456272+0000 mon.a (mon.0) 318 : cluster 1 overall HEALTH_OK 2024-04-19T22:23:18.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: audit 2024-04-19T22:23:18.515525+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.860 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: audit 2024-04-19T22:23:18.518941+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:18.860 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:18 smithi164 bash[22220]: audit 2024-04-19T22:23:18.522978+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: cluster 2024-04-19T22:23:17.807322+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:19.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:18.859479+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:18.867222+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:18.874355+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:19.064893+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:19.071449+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:19.083657+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:19.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:19.085170+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:19.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:19.086657+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:19.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:19 smithi164 bash[22220]: audit 2024-04-19T22:23:19.411749+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:19.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: cluster 2024-04-19T22:23:17.807322+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:18.859479+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:18.867222+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:18.874355+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:19.064893+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:19.071449+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:19.083657+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:19.085170+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:19.086657+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:19.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:19 smithi110 bash[21541]: audit 2024-04-19T22:23:19.411749+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: cluster 2024-04-19T22:23:17.807322+0000 mgr.a (mgr.14152) 88 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:18.859479+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:18.867222+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:18.874355+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:19.064893+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:19.071449+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:19.083657+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:19.085170+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:19.086657+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:19.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:19 smithi133 bash[22229]: audit 2024-04-19T22:23:19.411749+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:23:20.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:20 smithi164 bash[22220]: cephadm 2024-04-19T22:23:19.083165+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-19T22:23:20.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:20 smithi164 bash[22220]: cephadm 2024-04-19T22:23:19.088692+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring daemon mon.b on smithi133 2024-04-19T22:23:20.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:20 smithi110 bash[21541]: cephadm 2024-04-19T22:23:19.083165+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-19T22:23:20.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:20 smithi110 bash[21541]: cephadm 2024-04-19T22:23:19.088692+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring daemon mon.b on smithi133 2024-04-19T22:23:20.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:20 smithi133 bash[22229]: cephadm 2024-04-19T22:23:19.083165+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-19T22:23:20.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:20 smithi133 bash[22229]: cephadm 2024-04-19T22:23:19.088692+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring daemon mon.b on smithi133 2024-04-19T22:23:21.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:21 smithi164 bash[22220]: cluster 2024-04-19T22:23:19.807697+0000 mgr.a (mgr.14152) 91 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:21.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:21 smithi164 bash[22220]: audit 2024-04-19T22:23:20.990964+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:21.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:21 smithi164 bash[22220]: audit 2024-04-19T22:23:20.998493+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:21.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:21 smithi164 bash[22220]: audit 2024-04-19T22:23:21.008809+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:21.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:21 smithi164 bash[22220]: audit 2024-04-19T22:23:21.010507+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:21.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:21 smithi164 bash[22220]: audit 2024-04-19T22:23:21.012326+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:21.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:21 smithi110 bash[21541]: cluster 2024-04-19T22:23:19.807697+0000 mgr.a (mgr.14152) 91 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:21.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:21 smithi110 bash[21541]: audit 2024-04-19T22:23:20.990964+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:21.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:21 smithi110 bash[21541]: audit 2024-04-19T22:23:20.998493+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:21.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:21 smithi110 bash[21541]: audit 2024-04-19T22:23:21.008809+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:21.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:21 smithi110 bash[21541]: audit 2024-04-19T22:23:21.010507+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:21.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:21 smithi110 bash[21541]: audit 2024-04-19T22:23:21.012326+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:21.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:21 smithi133 bash[22229]: cluster 2024-04-19T22:23:19.807697+0000 mgr.a (mgr.14152) 91 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:21.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:21 smithi133 bash[22229]: audit 2024-04-19T22:23:20.990964+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:21.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:21 smithi133 bash[22229]: audit 2024-04-19T22:23:20.998493+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:21.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:21 smithi133 bash[22229]: audit 2024-04-19T22:23:21.008809+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:23:21.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:21 smithi133 bash[22229]: audit 2024-04-19T22:23:21.010507+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:23:21.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:21 smithi133 bash[22229]: audit 2024-04-19T22:23:21.012326+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:22.437 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:23:22.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:22 smithi164 bash[22220]: cephadm 2024-04-19T22:23:21.008180+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-19T22:23:22.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:22 smithi164 bash[22220]: cephadm 2024-04-19T22:23:21.014480+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring daemon mon.c on smithi164 2024-04-19T22:23:22.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:22 smithi110 bash[21541]: cephadm 2024-04-19T22:23:21.008180+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-19T22:23:22.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:22 smithi110 bash[21541]: cephadm 2024-04-19T22:23:21.014480+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring daemon mon.c on smithi164 2024-04-19T22:23:22.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:22 smithi133 bash[22229]: cephadm 2024-04-19T22:23:21.008180+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-19T22:23:22.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:22 smithi133 bash[22229]: cephadm 2024-04-19T22:23:21.014480+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring daemon mon.c on smithi164 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: cluster 2024-04-19T22:23:21.808122+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:22.927822+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:22.934878+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:22.985023+0000 mon.a (mon.0) 338 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:22.990777+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:22.992624+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:23.531538+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:23.535424+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:23 smithi164 bash[22220]: audit 2024-04-19T22:23:23.539438+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: cluster 2024-04-19T22:23:21.808122+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:23.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:22.927822+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:22.934878+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:22.985023+0000 mon.a (mon.0) 338 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:22.990777+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:22.992624+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:23.531538+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:23.535424+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:23 smithi110 bash[21541]: audit 2024-04-19T22:23:23.539438+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: cluster 2024-04-19T22:23:21.808122+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:23.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:22.927822+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:22.934878+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:22.985023+0000 mon.a (mon.0) 338 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:23.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:22.990777+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:23.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:22.992624+0000 mon.a (mon.0) 340 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:23.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:23.531538+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:23.535424+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:23.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:23 smithi133 bash[22229]: audit 2024-04-19T22:23:23.539438+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: cephadm 2024-04-19T22:23:22.995227+0000 mgr.a (mgr.14152) 95 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: cephadm 2024-04-19T22:23:22.996099+0000 mgr.a (mgr.14152) 96 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: cephadm 2024-04-19T22:23:22.997338+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: cephadm 2024-04-19T22:23:23.312512+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: cephadm 2024-04-19T22:23:23.312829+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: cephadm 2024-04-19T22:23:23.314570+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: audit 2024-04-19T22:23:23.543448+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: audit 2024-04-19T22:23:23.549350+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: audit 2024-04-19T22:23:23.554734+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:24 smithi164 bash[22220]: audit 2024-04-19T22:23:23.559491+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: cephadm 2024-04-19T22:23:22.995227+0000 mgr.a (mgr.14152) 95 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: cephadm 2024-04-19T22:23:22.996099+0000 mgr.a (mgr.14152) 96 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: cephadm 2024-04-19T22:23:22.997338+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: cephadm 2024-04-19T22:23:23.312512+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: cephadm 2024-04-19T22:23:23.312829+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: cephadm 2024-04-19T22:23:23.314570+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: audit 2024-04-19T22:23:23.543448+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: audit 2024-04-19T22:23:23.549350+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: audit 2024-04-19T22:23:23.554734+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:24 smithi110 bash[21541]: audit 2024-04-19T22:23:23.559491+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: cephadm 2024-04-19T22:23:22.995227+0000 mgr.a (mgr.14152) 95 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:23:24.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: cephadm 2024-04-19T22:23:22.996099+0000 mgr.a (mgr.14152) 96 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: cephadm 2024-04-19T22:23:22.997338+0000 mgr.a (mgr.14152) 97 : cephadm 1 Updating smithi164:/etc/ceph/ceph.conf 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: cephadm 2024-04-19T22:23:23.312512+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: cephadm 2024-04-19T22:23:23.312829+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: cephadm 2024-04-19T22:23:23.314570+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: audit 2024-04-19T22:23:23.543448+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: audit 2024-04-19T22:23:23.549350+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: audit 2024-04-19T22:23:23.554734+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:24.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:24 smithi133 bash[22229]: audit 2024-04-19T22:23:23.559491+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:25.792 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:25 smithi110 bash[21541]: cluster 2024-04-19T22:23:23.808503+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:25 smithi164 bash[22220]: cluster 2024-04-19T22:23:23.808503+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:25 smithi133 bash[22229]: cluster 2024-04-19T22:23:23.808503+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:26.247 INFO:teuthology.orchestra.run.smithi110.stdout:# minimal ceph.conf for cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:26.247 INFO:teuthology.orchestra.run.smithi110.stdout:[global] 2024-04-19T22:23:26.247 INFO:teuthology.orchestra.run.smithi110.stdout: fsid = cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:23:26.248 INFO:teuthology.orchestra.run.smithi110.stdout: mon_host = [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] [v2:172.21.15.164:3300/0,v1:172.21.15.164:6789/0] 2024-04-19T22:23:26.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:26 smithi164 bash[22220]: audit 2024-04-19T22:23:26.274035+0000 mon.a (mon.0) 348 : audit 0 from='client.? 172.21.15.110:0/3869965680' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:26.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:26 smithi110 bash[21541]: audit 2024-04-19T22:23:26.274035+0000 mon.a (mon.0) 348 : audit 0 from='client.? 172.21.15.110:0/3869965680' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:26.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:26 smithi133 bash[22229]: audit 2024-04-19T22:23:26.274035+0000 mon.a (mon.0) 348 : audit 0 from='client.? 172.21.15.110:0/3869965680' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:27.106 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-19T22:23:27.106 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:23:27.106 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T22:23:27.177 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:23:27.177 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:23:27.189 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:23:27.189 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T22:23:27.204 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:23:27.204 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:23:27.261 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:23:27.261 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T22:23:27.276 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:23:27.276 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:23:27.331 INFO:tasks.cephadm:Adding mgr.a on smithi110 2024-04-19T22:23:27.332 INFO:tasks.cephadm:Adding mgr.b on smithi133 2024-04-19T22:23:27.332 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch apply mgr '2;smithi110=a;smithi133=b' 2024-04-19T22:23:27.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:27 smithi164 bash[22220]: cluster 2024-04-19T22:23:25.808904+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:27.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:27 smithi110 bash[21541]: cluster 2024-04-19T22:23:25.808904+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:27 smithi133 bash[22229]: cluster 2024-04-19T22:23:25.808904+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:29.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:29 smithi110 bash[21541]: cluster 2024-04-19T22:23:27.809289+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:29.677 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:29 smithi164 bash[22220]: cluster 2024-04-19T22:23:27.809289+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:29.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:29 smithi133 bash[22229]: cluster 2024-04-19T22:23:27.809289+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:31.075 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T22:23:31.709 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:31 smithi164 bash[22220]: cluster 2024-04-19T22:23:29.809770+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:31.709 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:31 smithi164 bash[22220]: audit 2024-04-19T22:23:31.502657+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.709 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:31 smithi164 bash[22220]: audit 2024-04-19T22:23:31.509167+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.709 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:31 smithi164 bash[22220]: audit 2024-04-19T22:23:31.516890+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:31 smithi110 bash[21541]: cluster 2024-04-19T22:23:29.809770+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:31.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:31 smithi110 bash[21541]: audit 2024-04-19T22:23:31.502657+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:31 smithi110 bash[21541]: audit 2024-04-19T22:23:31.509167+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:31 smithi110 bash[21541]: audit 2024-04-19T22:23:31.516890+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:31 smithi133 bash[22229]: cluster 2024-04-19T22:23:29.809770+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:31.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:31 smithi133 bash[22229]: audit 2024-04-19T22:23:31.502657+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:31 smithi133 bash[22229]: audit 2024-04-19T22:23:31.509167+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:31.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:31 smithi133 bash[22229]: audit 2024-04-19T22:23:31.516890+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:33.829 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:33 smithi133 bash[22229]: cluster 2024-04-19T22:23:31.810188+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:33.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:33 smithi164 bash[22220]: cluster 2024-04-19T22:23:31.810188+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:33.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:33 smithi110 bash[21541]: cluster 2024-04-19T22:23:31.810188+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:34.089 INFO:teuthology.orchestra.run.smithi164.stdout:Scheduled mgr update... 2024-04-19T22:23:34.659 DEBUG:teuthology.orchestra.run.smithi133:mgr.b> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.b.service 2024-04-19T22:23:34.662 INFO:tasks.cephadm:Deploying OSDs... 2024-04-19T22:23:34.662 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-19T22:23:34.662 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T22:23:34.668 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-04-19T22:23:34.669 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-04-19T22:23:34.718 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T22:23:34.718 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:34.718 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-04-19T22:23:34.718 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:34.718 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-19 22:13:04.542957062 +0000 2024-04-19T22:23:34.718 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-19 22:13:04.538957097 +0000 2024-04-19T22:23:34.719 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-19 22:13:04.538957097 +0000 2024-04-19T22:23:34.719 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-19T22:23:34.719 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T22:23:34.772 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-19T22:23:34.772 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-19T22:23:34.772 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000316938 s, 1.6 MB/s 2024-04-19T22:23:34.776 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T22:23:34.827 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-04-19T22:23:34.873 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T22:23:34.873 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:34.873 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-19T22:23:34.874 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:34.874 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-19 22:13:05.322950103 +0000 2024-04-19T22:23:34.874 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-19 22:13:05.050952529 +0000 2024-04-19T22:23:34.874 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-19 22:13:05.050952529 +0000 2024-04-19T22:23:34.874 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-19T22:23:34.874 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T22:23:34.928 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-19T22:23:34.929 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-19T22:23:34.929 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000314177 s, 1.6 MB/s 2024-04-19T22:23:34.930 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T22:23:34.979 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-19 22:13:05.846945428 +0000 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-19 22:13:05.558947997 +0000 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-19 22:13:05.558947997 +0000 2024-04-19T22:23:35.026 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-19T22:23:35.027 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T22:23:35.084 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-19T22:23:35.085 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-19T22:23:35.085 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000276527 s, 1.9 MB/s 2024-04-19T22:23:35.086 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T22:23:35.136 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-04-19T22:23:35.182 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T22:23:35.182 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:35.182 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-04-19T22:23:35.182 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:35.182 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-19 22:13:06.354940897 +0000 2024-04-19T22:23:35.182 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-19 22:13:06.082943323 +0000 2024-04-19T22:23:35.182 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-19 22:13:06.082943323 +0000 2024-04-19T22:23:35.183 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-04-19T22:23:35.183 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T22:23:35.240 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-19T22:23:35.240 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-19T22:23:35.240 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000249939 s, 2.0 MB/s 2024-04-19T22:23:35.241 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T22:23:35.291 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-04-19T22:23:35.291 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T22:23:35.298 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-04-19T22:23:35.298 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-04-19T22:23:35.342 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: cluster 2024-04-19T22:23:33.810577+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:35.342 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.104033+0000 mgr.a (mgr.14152) 107 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi110=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:35.342 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: cephadm 2024-04-19T22:23:34.107682+0000 mgr.a (mgr.14152) 108 : cephadm 1 Saving service mgr spec with placement smithi110=a;smithi133=b;count:2 2024-04-19T22:23:35.342 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.114202+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:35.342 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.132876+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:35.342 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.138284+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:35.342 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.139954+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:35.343 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.149100+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:35.343 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.153453+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:23:35.343 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.155973+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T22:23:35.343 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.160721+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:23:35.343 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: audit 2024-04-19T22:23:34.162632+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:35.343 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:35 smithi133 bash[22229]: cephadm 2024-04-19T22:23:34.164643+0000 mgr.a (mgr.14152) 109 : cephadm 1 Deploying daemon mgr.b on smithi133 2024-04-19T22:23:35.344 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T22:23:35.344 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:35.344 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-04-19T22:23:35.344 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:35.344 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-19 22:13:14.182401278 +0000 2024-04-19T22:23:35.344 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-19 22:13:14.178401313 +0000 2024-04-19T22:23:35.345 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-19 22:13:14.178401313 +0000 2024-04-19T22:23:35.345 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-19T22:23:35.345 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: cluster 2024-04-19T22:23:33.810577+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.104033+0000 mgr.a (mgr.14152) 107 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi110=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: cephadm 2024-04-19T22:23:34.107682+0000 mgr.a (mgr.14152) 108 : cephadm 1 Saving service mgr spec with placement smithi110=a;smithi133=b;count:2 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.114202+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.132876+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.138284+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.139954+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:35.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.149100+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:35.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.153453+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:23:35.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.155973+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T22:23:35.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.160721+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:23:35.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: audit 2024-04-19T22:23:34.162632+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:35.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:35 smithi164 bash[22220]: cephadm 2024-04-19T22:23:34.164643+0000 mgr.a (mgr.14152) 109 : cephadm 1 Deploying daemon mgr.b on smithi133 2024-04-19T22:23:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: cluster 2024-04-19T22:23:33.810577+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.104033+0000 mgr.a (mgr.14152) 107 : audit 0 from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi110=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: cephadm 2024-04-19T22:23:34.107682+0000 mgr.a (mgr.14152) 108 : cephadm 1 Saving service mgr spec with placement smithi110=a;smithi133=b;count:2 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.114202+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.132876+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.138284+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.139954+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.149100+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.153453+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.155973+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.160721+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: audit 2024-04-19T22:23:34.162632+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:35.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:35 smithi110 bash[21541]: cephadm 2024-04-19T22:23:34.164643+0000 mgr.a (mgr.14152) 109 : cephadm 1 Deploying daemon mgr.b on smithi133 2024-04-19T22:23:35.398 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-19T22:23:35.398 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-19T22:23:35.398 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000261397 s, 2.0 MB/s 2024-04-19T22:23:35.399 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T22:23:35.450 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-04-19T22:23:35.500 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T22:23:35.500 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:35.500 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 899 Links: 1 2024-04-19T22:23:35.500 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:35.501 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-19 22:13:14.690396746 +0000 2024-04-19T22:23:35.501 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-19 22:13:14.686396780 +0000 2024-04-19T22:23:35.501 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-19 22:13:14.686396780 +0000 2024-04-19T22:23:35.501 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-19T22:23:35.501 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T22:23:35.553 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-19T22:23:35.553 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-19T22:23:35.553 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000287474 s, 1.8 MB/s 2024-04-19T22:23:35.554 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T22:23:35.602 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-04-19T22:23:35.649 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T22:23:35.649 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:35.649 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-04-19T22:23:35.649 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:35.649 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-19 22:13:15.430390143 +0000 2024-04-19T22:23:35.650 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-19 22:13:15.182392356 +0000 2024-04-19T22:23:35.650 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-19 22:13:15.182392356 +0000 2024-04-19T22:23:35.650 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-19T22:23:35.650 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T22:23:35.702 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-19T22:23:35.702 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-19T22:23:35.702 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000415483 s, 1.2 MB/s 2024-04-19T22:23:35.703 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T22:23:35.750 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-04-19 22:13:15.914385826 +0000 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-04-19 22:13:15.666388039 +0000 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-04-19 22:13:15.666388039 +0000 2024-04-19T22:23:35.798 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-04-19T22:23:35.799 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T22:23:35.850 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-04-19T22:23:35.850 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-04-19T22:23:35.850 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000297427 s, 1.7 MB/s 2024-04-19T22:23:35.851 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T22:23:35.901 DEBUG:teuthology.orchestra.run.smithi164:> set -ex 2024-04-19T22:23:35.901 DEBUG:teuthology.orchestra.run.smithi164:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T22:23:35.908 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-04-19T22:23:35.908 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_1 2024-04-19T22:23:35.956 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T22:23:35.956 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:35.956 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-04-19T22:23:35.956 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:35.956 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-04-19 22:13:05.820307400 +0000 2024-04-19T22:23:35.956 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-04-19 22:13:05.572335408 +0000 2024-04-19T22:23:35.956 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-04-19 22:13:05.572335408 +0000 2024-04-19T22:23:35.957 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-04-19T22:23:35.957 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T22:23:36.011 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-04-19T22:23:36.011 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-04-19T22:23:36.011 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000460657 s, 1.1 MB/s 2024-04-19T22:23:36.012 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T22:23:36.061 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_2 2024-04-19T22:23:36.112 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T22:23:36.112 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:36.112 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-04-19T22:23:36.112 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:36.112 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-04-19 22:13:06.316252329 +0000 2024-04-19T22:23:36.113 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-04-19 22:13:06.044282230 +0000 2024-04-19T22:23:36.113 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-04-19 22:13:06.044282230 +0000 2024-04-19T22:23:36.113 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-04-19T22:23:36.113 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T22:23:36.167 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-04-19T22:23:36.167 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-04-19T22:23:36.167 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000417376 s, 1.2 MB/s 2024-04-19T22:23:36.168 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T22:23:36.220 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_3 2024-04-19T22:23:36.268 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T22:23:36.268 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:36.268 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-04-19T22:23:36.268 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:36.268 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-04-19 22:13:06.796199562 +0000 2024-04-19T22:23:36.268 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-04-19 22:13:06.540227704 +0000 2024-04-19T22:23:36.269 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-04-19 22:13:06.540227704 +0000 2024-04-19T22:23:36.269 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-04-19T22:23:36.269 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T22:23:36.323 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-04-19T22:23:36.324 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-04-19T22:23:36.324 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000407898 s, 1.3 MB/s 2024-04-19T22:23:36.325 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T22:23:36.375 DEBUG:teuthology.orchestra.run.smithi164:> stat /dev/vg_nvme/lv_4 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout:Access: 2024-04-19 22:13:07.292145903 +0000 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout:Modify: 2024-04-19 22:13:07.048171995 +0000 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout:Change: 2024-04-19 22:13:07.048171995 +0000 2024-04-19T22:23:36.424 INFO:teuthology.orchestra.run.smithi164.stdout: Birth: - 2024-04-19T22:23:36.425 DEBUG:teuthology.orchestra.run.smithi164:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T22:23:36.478 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records in 2024-04-19T22:23:36.479 INFO:teuthology.orchestra.run.smithi164.stderr:1+0 records out 2024-04-19T22:23:36.479 INFO:teuthology.orchestra.run.smithi164.stderr:512 bytes copied, 0.000398453 s, 1.3 MB/s 2024-04-19T22:23:36.480 DEBUG:teuthology.orchestra.run.smithi164:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T22:23:36.528 INFO:tasks.cephadm:Deploying osd.0 on smithi110 with /dev/vg_nvme/lv_4... 2024-04-19T22:23:36.529 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T22:23:37.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:37 smithi164 bash[22220]: cluster 2024-04-19T22:23:35.810993+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:37.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:37 smithi110 bash[21541]: cluster 2024-04-19T22:23:35.810993+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:37.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:37 smithi133 bash[22229]: cluster 2024-04-19T22:23:35.810993+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:38.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:38 smithi164 bash[22220]: audit 2024-04-19T22:23:37.118462+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:38 smithi164 bash[22220]: audit 2024-04-19T22:23:37.130432+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:38 smithi164 bash[22220]: audit 2024-04-19T22:23:37.139772+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.361 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:38 smithi133 bash[22229]: audit 2024-04-19T22:23:37.118462+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.361 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:38 smithi133 bash[22229]: audit 2024-04-19T22:23:37.130432+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:38 smithi133 bash[22229]: audit 2024-04-19T22:23:37.139772+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:38 smithi110 bash[21541]: audit 2024-04-19T22:23:37.118462+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:38 smithi110 bash[21541]: audit 2024-04-19T22:23:37.130432+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:38 smithi110 bash[21541]: audit 2024-04-19T22:23:37.139772+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:38.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:38 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:23:38.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:38 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:23:39.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: cluster 2024-04-19T22:23:37.811411+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:39.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.765118+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.772658+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.796781+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.803368+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.905067+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.909681+0000 mon.a (mon.0) 369 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.910948+0000 mon.a (mon.0) 370 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:38.919331+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:39.018723+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:39.020118+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:39.021056+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:39.048991+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:39.054580+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:39 smithi110 bash[21541]: audit 2024-04-19T22:23:39.060137+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: cluster 2024-04-19T22:23:37.811411+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:39.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.765118+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.772658+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.796781+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.803368+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.905067+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.909681+0000 mon.a (mon.0) 369 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.910948+0000 mon.a (mon.0) 370 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:38.919331+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:39.018723+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:39.020118+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:39.021056+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:39.048991+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:39.054580+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[22229]: audit 2024-04-19T22:23:39.060137+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: cluster 2024-04-19T22:23:37.811411+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:39.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.765118+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.772658+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.796781+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.803368+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.905067+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.909681+0000 mon.a (mon.0) 369 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.910948+0000 mon.a (mon.0) 370 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:38.919331+0000 mon.a (mon.0) 371 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:39.018723+0000 mon.a (mon.0) 372 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:39.020118+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:39.021056+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:39.048991+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:39.054580+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.607 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:39 smithi164 bash[22220]: audit 2024-04-19T22:23:39.060137+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:39.723 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[23248]: debug 2024-04-19T22:23:39.600+0000 7fc370a17700 1 -- 172.21.15.133:0/3603011597 <== mon.2 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564c27e5a5a0 con 0x564c28bdac00 2024-04-19T22:23:39.723 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:39 smithi133 bash[23248]: debug 2024-04-19T22:23:39.748+0000 7fc37ac1e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T22:23:40.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:40 smithi110 bash[21541]: cephadm 2024-04-19T22:23:38.920201+0000 mgr.a (mgr.14152) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T22:23:40.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:40 smithi110 bash[21541]: cephadm 2024-04-19T22:23:39.018298+0000 mgr.a (mgr.14152) 113 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-19T22:23:40.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:40 smithi110 bash[21541]: cephadm 2024-04-19T22:23:39.022394+0000 mgr.a (mgr.14152) 114 : cephadm 1 Reconfiguring daemon mgr.a on smithi110 2024-04-19T22:23:40.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:40 smithi133 bash[22229]: cephadm 2024-04-19T22:23:38.920201+0000 mgr.a (mgr.14152) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T22:23:40.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:40 smithi133 bash[22229]: cephadm 2024-04-19T22:23:39.018298+0000 mgr.a (mgr.14152) 113 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-19T22:23:40.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:40 smithi133 bash[22229]: cephadm 2024-04-19T22:23:39.022394+0000 mgr.a (mgr.14152) 114 : cephadm 1 Reconfiguring daemon mgr.a on smithi110 2024-04-19T22:23:40.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:40 smithi164 bash[22220]: cephadm 2024-04-19T22:23:38.920201+0000 mgr.a (mgr.14152) 112 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T22:23:40.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:40 smithi164 bash[22220]: cephadm 2024-04-19T22:23:39.018298+0000 mgr.a (mgr.14152) 113 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-19T22:23:40.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:40 smithi164 bash[22220]: cephadm 2024-04-19T22:23:39.022394+0000 mgr.a (mgr.14152) 114 : cephadm 1 Reconfiguring daemon mgr.a on smithi110 2024-04-19T22:23:41.381 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:23:41.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:41 smithi110 bash[21541]: cluster 2024-04-19T22:23:39.811807+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:41.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:41 smithi110 bash[21541]: audit 2024-04-19T22:23:40.954579+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:41 smithi110 bash[21541]: audit 2024-04-19T22:23:40.960820+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:41 smithi110 bash[21541]: audit 2024-04-19T22:23:40.993643+0000 mon.a (mon.0) 380 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:41.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:41 smithi110 bash[21541]: audit 2024-04-19T22:23:40.998678+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:41.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:41 smithi110 bash[21541]: audit 2024-04-19T22:23:41.000175+0000 mon.a (mon.0) 382 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:41.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:41 smithi110 bash[21541]: audit 2024-04-19T22:23:41.009063+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[23248]: debug 2024-04-19T22:23:41.348+0000 7fc37ac1e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[22229]: cluster 2024-04-19T22:23:39.811807+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[22229]: audit 2024-04-19T22:23:40.954579+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[22229]: audit 2024-04-19T22:23:40.960820+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[22229]: audit 2024-04-19T22:23:40.993643+0000 mon.a (mon.0) 380 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[22229]: audit 2024-04-19T22:23:40.998678+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[22229]: audit 2024-04-19T22:23:41.000175+0000 mon.a (mon.0) 382 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:41.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[22229]: audit 2024-04-19T22:23:41.009063+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:41 smithi164 bash[22220]: cluster 2024-04-19T22:23:39.811807+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:41.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:41 smithi164 bash[22220]: audit 2024-04-19T22:23:40.954579+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:41 smithi164 bash[22220]: audit 2024-04-19T22:23:40.960820+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:41 smithi164 bash[22220]: audit 2024-04-19T22:23:40.993643+0000 mon.a (mon.0) 380 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:41.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:41 smithi164 bash[22220]: audit 2024-04-19T22:23:40.998678+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:41.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:41 smithi164 bash[22220]: audit 2024-04-19T22:23:41.000175+0000 mon.a (mon.0) 382 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:41.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:41 smithi164 bash[22220]: audit 2024-04-19T22:23:41.009063+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:41.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[23248]: debug 2024-04-19T22:23:41.448+0000 7fc37ac1e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T22:23:41.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:41 smithi133 bash[23248]: debug 2024-04-19T22:23:41.696+0000 7fc37ac1e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T22:23:42.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:42 smithi133 bash[22229]: cephadm 2024-04-19T22:23:41.010109+0000 mgr.a (mgr.14152) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T22:23:42.506 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:42 smithi133 bash[22229]: audit 2024-04-19T22:23:41.478862+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:42.831 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:42 smithi110 bash[21541]: cephadm 2024-04-19T22:23:41.010109+0000 mgr.a (mgr.14152) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T22:23:42.831 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:42 smithi110 bash[21541]: audit 2024-04-19T22:23:41.478862+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:42.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:42 smithi164 bash[22220]: cephadm 2024-04-19T22:23:41.010109+0000 mgr.a (mgr.14152) 116 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T22:23:42.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:42 smithi164 bash[22220]: audit 2024-04-19T22:23:41.478862+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:42.886 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:42 smithi133 bash[23248]: debug 2024-04-19T22:23:42.532+0000 7fc37ac1e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T22:23:42.886 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:42 smithi133 bash[23248]: debug 2024-04-19T22:23:42.648+0000 7fc37ac1e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T22:23:42.887 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:42 smithi133 bash[23248]: debug 2024-04-19T22:23:42.756+0000 7fc37ac1e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T22:23:43.151 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[23248]: debug 2024-04-19T22:23:43.116+0000 7fc37ac1e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T22:23:43.486 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[23248]: debug 2024-04-19T22:23:43.228+0000 7fc37ac1e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T22:23:43.487 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[23248]: debug 2024-04-19T22:23:43.332+0000 7fc37ac1e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T22:23:43.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[23248]: debug 2024-04-19T22:23:43.688+0000 7fc37ac1e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T22:23:43.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[22229]: cluster 2024-04-19T22:23:41.812222+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:43.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[22229]: audit 2024-04-19T22:23:42.642723+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:43.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[22229]: audit 2024-04-19T22:23:43.511718+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:44.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:43 smithi164 bash[22220]: cluster 2024-04-19T22:23:41.812222+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:44.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:43 smithi164 bash[22220]: audit 2024-04-19T22:23:42.642723+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:44.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:43 smithi164 bash[22220]: audit 2024-04-19T22:23:43.511718+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:44.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:43 smithi110 bash[21541]: cluster 2024-04-19T22:23:41.812222+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:44.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:43 smithi110 bash[21541]: audit 2024-04-19T22:23:42.642723+0000 mon.a (mon.0) 385 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:44.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:43 smithi110 bash[21541]: audit 2024-04-19T22:23:43.511718+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:44.159 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:43 smithi133 bash[23248]: debug 2024-04-19T22:23:43.928+0000 7fc37ac1e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T22:23:44.375 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T22:23:44.375 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T22:23:44.375 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-04-19T22:23:44.375 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-04-19T22:23:44.375 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0107649 s, 974 MB/s 2024-04-19T22:23:44.375 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-04-19T22:23:44.541 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:44 smithi133 bash[23248]: debug 2024-04-19T22:23:44.184+0000 7fc37ac1e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T22:23:44.541 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:44 smithi133 bash[23248]: debug 2024-04-19T22:23:44.296+0000 7fc37ac1e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T22:23:44.871 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:44 smithi133 bash[23248]: debug 2024-04-19T22:23:44.568+0000 7fc37ac1e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T22:23:45.151 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:44 smithi133 bash[23248]: debug 2024-04-19T22:23:44.992+0000 7fc37ac1e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:23:45.321 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_4 2024-04-19T22:23:45.566 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[23248]: debug 2024-04-19T22:23:45.232+0000 7fc37ac1e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T22:23:45.566 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[23248]: debug 2024-04-19T22:23:45.348+0000 7fc37ac1e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T22:23:45.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: cluster 2024-04-19T22:23:43.812555+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:45.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: audit 2024-04-19T22:23:45.055309+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:45.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: audit 2024-04-19T22:23:45.063239+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:45.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: audit 2024-04-19T22:23:45.073127+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:45.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: audit 2024-04-19T22:23:45.086765+0000 mon.a (mon.0) 390 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:45.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: audit 2024-04-19T22:23:45.091979+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:45.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: audit 2024-04-19T22:23:45.093701+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:45.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:45 smithi110 bash[21541]: audit 2024-04-19T22:23:45.102589+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:45.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[23248]: debug 2024-04-19T22:23:45.592+0000 7fc37ac1e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T22:23:45.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: cluster 2024-04-19T22:23:43.812555+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:45.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: audit 2024-04-19T22:23:45.055309+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:45.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: audit 2024-04-19T22:23:45.063239+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:45.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: audit 2024-04-19T22:23:45.073127+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:45.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: audit 2024-04-19T22:23:45.086765+0000 mon.a (mon.0) 390 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:45.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: audit 2024-04-19T22:23:45.091979+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:45.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: audit 2024-04-19T22:23:45.093701+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:45.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:45 smithi133 bash[22229]: audit 2024-04-19T22:23:45.102589+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:46.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: cluster 2024-04-19T22:23:43.812555+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:46.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: audit 2024-04-19T22:23:45.055309+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:46.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: audit 2024-04-19T22:23:45.063239+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:46.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: audit 2024-04-19T22:23:45.073127+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:46.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: audit 2024-04-19T22:23:45.086765+0000 mon.a (mon.0) 390 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:23:46.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: audit 2024-04-19T22:23:45.091979+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:46.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: audit 2024-04-19T22:23:45.093701+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:23:46.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:45 smithi164 bash[22220]: audit 2024-04-19T22:23:45.102589+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:46.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:46 smithi133 bash[23248]: debug 2024-04-19T22:23:46.592+0000 7fc37ac1e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T22:23:46.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:46 smithi133 bash[23248]: debug 2024-04-19T22:23:46.708+0000 7fc37ac1e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T22:23:47.401 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:47 smithi133 bash[23248]: debug 2024-04-19T22:23:46.996+0000 7fc37ac1e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T22:23:47.401 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:47 smithi133 bash[23248]: debug 2024-04-19T22:23:47.112+0000 7fc37ac1e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T22:23:47.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:47 smithi110 bash[21541]: cluster 2024-04-19T22:23:45.812964+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:47.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:47 smithi133 bash[22229]: cluster 2024-04-19T22:23:45.812964+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:47.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:47 smithi133 bash[23248]: debug 2024-04-19T22:23:47.556+0000 7fc37ac1e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T22:23:47.901 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:23:47 smithi133 bash[23248]: debug 2024-04-19T22:23:47.676+0000 7fc37ac1e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T22:23:48.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:47 smithi164 bash[22220]: cluster 2024-04-19T22:23:45.812964+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:48.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:48 smithi110 bash[21541]: cluster 2024-04-19T22:23:47.699108+0000 mon.a (mon.0) 394 : cluster 0 Standby manager daemon b started 2024-04-19T22:23:48.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:48 smithi110 bash[21541]: audit 2024-04-19T22:23:47.701452+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T22:23:48.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:48 smithi110 bash[21541]: audit 2024-04-19T22:23:47.702103+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T22:23:48.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:48 smithi110 bash[21541]: audit 2024-04-19T22:23:47.703217+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T22:23:48.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:48 smithi110 bash[21541]: audit 2024-04-19T22:23:47.703703+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T22:23:48.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:48 smithi133 bash[22229]: cluster 2024-04-19T22:23:47.699108+0000 mon.a (mon.0) 394 : cluster 0 Standby manager daemon b started 2024-04-19T22:23:48.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:48 smithi133 bash[22229]: audit 2024-04-19T22:23:47.701452+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T22:23:48.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:48 smithi133 bash[22229]: audit 2024-04-19T22:23:47.702103+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T22:23:48.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:48 smithi133 bash[22229]: audit 2024-04-19T22:23:47.703217+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T22:23:48.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:48 smithi133 bash[22229]: audit 2024-04-19T22:23:47.703703+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T22:23:48.952 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:48 smithi164 bash[22220]: cluster 2024-04-19T22:23:47.699108+0000 mon.a (mon.0) 394 : cluster 0 Standby manager daemon b started 2024-04-19T22:23:48.952 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:48 smithi164 bash[22220]: audit 2024-04-19T22:23:47.701452+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T22:23:48.952 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:48 smithi164 bash[22220]: audit 2024-04-19T22:23:47.702103+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T22:23:48.952 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:48 smithi164 bash[22220]: audit 2024-04-19T22:23:47.703217+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T22:23:48.952 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:48 smithi164 bash[22220]: audit 2024-04-19T22:23:47.703703+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.133:0/2790432230' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T22:23:49.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:49 smithi110 bash[21541]: cluster 2024-04-19T22:23:47.813402+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:49.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:49 smithi110 bash[21541]: cluster 2024-04-19T22:23:48.670110+0000 mon.a (mon.0) 395 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T22:23:49.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:49 smithi110 bash[21541]: audit 2024-04-19T22:23:48.670644+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T22:23:49.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:49 smithi133 bash[22229]: cluster 2024-04-19T22:23:47.813402+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:49.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:49 smithi133 bash[22229]: cluster 2024-04-19T22:23:48.670110+0000 mon.a (mon.0) 395 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T22:23:49.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:49 smithi133 bash[22229]: audit 2024-04-19T22:23:48.670644+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T22:23:50.025 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:23:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:49 smithi164 bash[22220]: cluster 2024-04-19T22:23:47.813402+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:49 smithi164 bash[22220]: cluster 2024-04-19T22:23:48.670110+0000 mon.a (mon.0) 395 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T22:23:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:49 smithi164 bash[22220]: audit 2024-04-19T22:23:48.670644+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T22:23:51.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:51 smithi110 bash[21541]: cluster 2024-04-19T22:23:49.813816+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:51.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:51 smithi133 bash[22229]: cluster 2024-04-19T22:23:49.813816+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:52.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:51 smithi164 bash[22220]: cluster 2024-04-19T22:23:49.813816+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:53.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:52 smithi164 bash[22220]: audit 2024-04-19T22:23:51.678093+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:52 smithi164 bash[22220]: audit 2024-04-19T22:23:51.683603+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:52 smithi164 bash[22220]: audit 2024-04-19T22:23:51.690830+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:52 smithi110 bash[21541]: audit 2024-04-19T22:23:51.678093+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:52 smithi110 bash[21541]: audit 2024-04-19T22:23:51.683603+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:52 smithi110 bash[21541]: audit 2024-04-19T22:23:51.690830+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:52 smithi133 bash[22229]: audit 2024-04-19T22:23:51.678093+0000 mon.a (mon.0) 397 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:52 smithi133 bash[22229]: audit 2024-04-19T22:23:51.683603+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:53.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:52 smithi133 bash[22229]: audit 2024-04-19T22:23:51.690830+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:54.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:53 smithi164 bash[22220]: cluster 2024-04-19T22:23:51.814221+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:54.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:53 smithi164 bash[22220]: audit 2024-04-19T22:23:52.695430+0000 mgr.a (mgr.14152) 123 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:54.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:53 smithi164 bash[22220]: audit 2024-04-19T22:23:52.702790+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:23:54.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:53 smithi164 bash[22220]: audit 2024-04-19T22:23:52.708502+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:23:54.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:53 smithi164 bash[22220]: audit 2024-04-19T22:23:52.709298+0000 mon.a (mon.0) 402 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:54.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:53 smithi110 bash[21541]: cluster 2024-04-19T22:23:51.814221+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:54.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:53 smithi110 bash[21541]: audit 2024-04-19T22:23:52.695430+0000 mgr.a (mgr.14152) 123 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:54.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:53 smithi110 bash[21541]: audit 2024-04-19T22:23:52.702790+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:23:54.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:53 smithi110 bash[21541]: audit 2024-04-19T22:23:52.708502+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:23:54.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:53 smithi110 bash[21541]: audit 2024-04-19T22:23:52.709298+0000 mon.a (mon.0) 402 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:54.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:53 smithi133 bash[22229]: cluster 2024-04-19T22:23:51.814221+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:54.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:53 smithi133 bash[22229]: audit 2024-04-19T22:23:52.695430+0000 mgr.a (mgr.14152) 123 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:23:54.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:53 smithi133 bash[22229]: audit 2024-04-19T22:23:52.702790+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:23:54.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:53 smithi133 bash[22229]: audit 2024-04-19T22:23:52.708502+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:23:54.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:53 smithi133 bash[22229]: audit 2024-04-19T22:23:52.709298+0000 mon.a (mon.0) 402 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:23:55.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:55 smithi164 bash[22220]: cluster 2024-04-19T22:23:53.814637+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:56.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:55 smithi110 bash[21541]: cluster 2024-04-19T22:23:53.814637+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:56.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:55 smithi133 bash[22229]: cluster 2024-04-19T22:23:53.814637+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:57.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:57 smithi110 bash[21541]: cluster 2024-04-19T22:23:55.815061+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:57.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:57 smithi110 bash[21541]: audit 2024-04-19T22:23:57.340652+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:57.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:57 smithi110 bash[21541]: audit 2024-04-19T22:23:57.348413+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:57.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:57 smithi110 bash[21541]: audit 2024-04-19T22:23:57.358045+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:58.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:57 smithi164 bash[22220]: cluster 2024-04-19T22:23:55.815061+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:58.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:57 smithi164 bash[22220]: audit 2024-04-19T22:23:57.340652+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:58.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:57 smithi164 bash[22220]: audit 2024-04-19T22:23:57.348413+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:58.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:57 smithi164 bash[22220]: audit 2024-04-19T22:23:57.358045+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:58.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:57 smithi133 bash[22229]: cluster 2024-04-19T22:23:55.815061+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:23:58.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:57 smithi133 bash[22229]: audit 2024-04-19T22:23:57.340652+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:58.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:57 smithi133 bash[22229]: audit 2024-04-19T22:23:57.348413+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:23:58.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:57 smithi133 bash[22229]: audit 2024-04-19T22:23:57.358045+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:00.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:23:59 smithi164 bash[22220]: cluster 2024-04-19T22:23:57.815473+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:00.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:23:59 smithi110 bash[21541]: cluster 2024-04-19T22:23:57.815473+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:00.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:23:59 smithi133 bash[22229]: cluster 2024-04-19T22:23:57.815473+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:01.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:01 smithi133 bash[22229]: cluster 2024-04-19T22:23:59.815914+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:01.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:01 smithi133 bash[22229]: audit 2024-04-19T22:24:00.785016+0000 mon.a (mon.0) 406 : audit 1 from='client.? 172.21.15.110:0/2183868973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a45583c6-b62f-4f1e-9f36-33142073980b"}]: dispatch 2024-04-19T22:24:01.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:01 smithi133 bash[22229]: audit 2024-04-19T22:24:00.787674+0000 mon.a (mon.0) 407 : audit 1 from='client.? 172.21.15.110:0/2183868973' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a45583c6-b62f-4f1e-9f36-33142073980b"}]': finished 2024-04-19T22:24:01.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:01 smithi133 bash[22229]: cluster 2024-04-19T22:24:00.790868+0000 mon.a (mon.0) 408 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-19T22:24:01.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:01 smithi133 bash[22229]: audit 2024-04-19T22:24:00.791039+0000 mon.a (mon.0) 409 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:01.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:01 smithi133 bash[22229]: audit 2024-04-19T22:24:01.482871+0000 mon.a (mon.0) 410 : audit 0 from='client.? 172.21.15.110:0/273447519' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:24:02.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:01 smithi164 bash[22220]: cluster 2024-04-19T22:23:59.815914+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:02.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:01 smithi164 bash[22220]: audit 2024-04-19T22:24:00.785016+0000 mon.a (mon.0) 406 : audit 1 from='client.? 172.21.15.110:0/2183868973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a45583c6-b62f-4f1e-9f36-33142073980b"}]: dispatch 2024-04-19T22:24:02.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:01 smithi164 bash[22220]: audit 2024-04-19T22:24:00.787674+0000 mon.a (mon.0) 407 : audit 1 from='client.? 172.21.15.110:0/2183868973' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a45583c6-b62f-4f1e-9f36-33142073980b"}]': finished 2024-04-19T22:24:02.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:01 smithi164 bash[22220]: cluster 2024-04-19T22:24:00.790868+0000 mon.a (mon.0) 408 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-19T22:24:02.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:01 smithi164 bash[22220]: audit 2024-04-19T22:24:00.791039+0000 mon.a (mon.0) 409 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:02.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:01 smithi164 bash[22220]: audit 2024-04-19T22:24:01.482871+0000 mon.a (mon.0) 410 : audit 0 from='client.? 172.21.15.110:0/273447519' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:24:02.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:01 smithi110 bash[21541]: cluster 2024-04-19T22:23:59.815914+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:02.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:01 smithi110 bash[21541]: audit 2024-04-19T22:24:00.785016+0000 mon.a (mon.0) 406 : audit 1 from='client.? 172.21.15.110:0/2183868973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a45583c6-b62f-4f1e-9f36-33142073980b"}]: dispatch 2024-04-19T22:24:02.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:01 smithi110 bash[21541]: audit 2024-04-19T22:24:00.787674+0000 mon.a (mon.0) 407 : audit 1 from='client.? 172.21.15.110:0/2183868973' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a45583c6-b62f-4f1e-9f36-33142073980b"}]': finished 2024-04-19T22:24:02.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:01 smithi110 bash[21541]: cluster 2024-04-19T22:24:00.790868+0000 mon.a (mon.0) 408 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-19T22:24:02.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:01 smithi110 bash[21541]: audit 2024-04-19T22:24:00.791039+0000 mon.a (mon.0) 409 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:02.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:01 smithi110 bash[21541]: audit 2024-04-19T22:24:01.482871+0000 mon.a (mon.0) 410 : audit 0 from='client.? 172.21.15.110:0/273447519' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:24:03.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:03 smithi133 bash[22229]: cluster 2024-04-19T22:24:01.816350+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:03.957 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:03 smithi110 bash[21541]: cluster 2024-04-19T22:24:01.816350+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:04.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:03 smithi164 bash[22220]: cluster 2024-04-19T22:24:01.816350+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:06.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:05 smithi164 bash[22220]: cluster 2024-04-19T22:24:03.816658+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:06.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:05 smithi164 bash[22220]: audit 2024-04-19T22:24:05.272289+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:05 smithi164 bash[22220]: audit 2024-04-19T22:24:05.280501+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:05 smithi164 bash[22220]: audit 2024-04-19T22:24:05.290629+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.106 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:05 smithi110 bash[21541]: cluster 2024-04-19T22:24:03.816658+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:06.106 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:05 smithi110 bash[21541]: audit 2024-04-19T22:24:05.272289+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.106 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:05 smithi110 bash[21541]: audit 2024-04-19T22:24:05.280501+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.106 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:05 smithi110 bash[21541]: audit 2024-04-19T22:24:05.290629+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:05 smithi133 bash[22229]: cluster 2024-04-19T22:24:03.816658+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:06.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:05 smithi133 bash[22229]: audit 2024-04-19T22:24:05.272289+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:05 smithi133 bash[22229]: audit 2024-04-19T22:24:05.280501+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:06.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:05 smithi133 bash[22229]: audit 2024-04-19T22:24:05.290629+0000 mon.a (mon.0) 413 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:08.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:07 smithi164 bash[22220]: cluster 2024-04-19T22:24:05.817014+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:08.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:07 smithi110 bash[21541]: cluster 2024-04-19T22:24:05.817014+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:08.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:07 smithi133 bash[22229]: cluster 2024-04-19T22:24:05.817014+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:10.067 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:09 smithi164 bash[22220]: cluster 2024-04-19T22:24:07.817441+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:10.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:09 smithi110 bash[21541]: cluster 2024-04-19T22:24:07.817441+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:10.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:09 smithi133 bash[22229]: cluster 2024-04-19T22:24:07.817441+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:11.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:11 smithi164 bash[22220]: cluster 2024-04-19T22:24:09.817870+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:12.029 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:11 smithi110 bash[21541]: cluster 2024-04-19T22:24:09.817870+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:12.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:11 smithi133 bash[22229]: cluster 2024-04-19T22:24:09.817870+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:13.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:12 smithi164 bash[22220]: cluster 2024-04-19T22:24:11.818182+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:13.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:12 smithi164 bash[22220]: audit 2024-04-19T22:24:11.845353+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:12 smithi164 bash[22220]: audit 2024-04-19T22:24:11.851267+0000 mon.a (mon.0) 415 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:12 smithi164 bash[22220]: cephadm 2024-04-19T22:24:11.853523+0000 mgr.a (mgr.14152) 134 : cephadm 1 Detected new or changed devices on smithi110 2024-04-19T22:24:13.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:12 smithi164 bash[22220]: audit 2024-04-19T22:24:11.858007+0000 mon.a (mon.0) 416 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:12 smithi110 bash[21541]: cluster 2024-04-19T22:24:11.818182+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:13.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:12 smithi110 bash[21541]: audit 2024-04-19T22:24:11.845353+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:12 smithi110 bash[21541]: audit 2024-04-19T22:24:11.851267+0000 mon.a (mon.0) 415 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:12 smithi110 bash[21541]: cephadm 2024-04-19T22:24:11.853523+0000 mgr.a (mgr.14152) 134 : cephadm 1 Detected new or changed devices on smithi110 2024-04-19T22:24:13.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:12 smithi110 bash[21541]: audit 2024-04-19T22:24:11.858007+0000 mon.a (mon.0) 416 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:12 smithi133 bash[22229]: cluster 2024-04-19T22:24:11.818182+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:13.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:12 smithi133 bash[22229]: audit 2024-04-19T22:24:11.845353+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:12 smithi133 bash[22229]: audit 2024-04-19T22:24:11.851267+0000 mon.a (mon.0) 415 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:13.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:12 smithi133 bash[22229]: cephadm 2024-04-19T22:24:11.853523+0000 mgr.a (mgr.14152) 134 : cephadm 1 Detected new or changed devices on smithi110 2024-04-19T22:24:13.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:12 smithi133 bash[22229]: audit 2024-04-19T22:24:11.858007+0000 mon.a (mon.0) 416 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:14.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:13 smithi164 bash[22220]: audit 2024-04-19T22:24:13.114587+0000 mon.a (mon.0) 417 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T22:24:14.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:13 smithi164 bash[22220]: audit 2024-04-19T22:24:13.116283+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:14.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:13 smithi164 bash[22220]: cephadm 2024-04-19T22:24:13.117861+0000 mgr.a (mgr.14152) 135 : cephadm 1 Deploying daemon osd.0 on smithi110 2024-04-19T22:24:14.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:13 smithi110 bash[21541]: audit 2024-04-19T22:24:13.114587+0000 mon.a (mon.0) 417 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T22:24:14.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:13 smithi110 bash[21541]: audit 2024-04-19T22:24:13.116283+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:14.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:13 smithi110 bash[21541]: cephadm 2024-04-19T22:24:13.117861+0000 mgr.a (mgr.14152) 135 : cephadm 1 Deploying daemon osd.0 on smithi110 2024-04-19T22:24:14.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:13 smithi133 bash[22229]: audit 2024-04-19T22:24:13.114587+0000 mon.a (mon.0) 417 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T22:24:14.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:13 smithi133 bash[22229]: audit 2024-04-19T22:24:13.116283+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:14.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:13 smithi133 bash[22229]: cephadm 2024-04-19T22:24:13.117861+0000 mgr.a (mgr.14152) 135 : cephadm 1 Deploying daemon osd.0 on smithi110 2024-04-19T22:24:15.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:14 smithi164 bash[22220]: cluster 2024-04-19T22:24:13.818585+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:15.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:14 smithi110 bash[21541]: cluster 2024-04-19T22:24:13.818585+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:15.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:14 smithi133 bash[22229]: cluster 2024-04-19T22:24:13.818585+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:17.090 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:16 smithi110 bash[21541]: cluster 2024-04-19T22:24:15.818959+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:17.090 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:17 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:24:17.090 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:24:17 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:24:17.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:16 smithi164 bash[22220]: cluster 2024-04-19T22:24:15.818959+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:17.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:16 smithi133 bash[22229]: cluster 2024-04-19T22:24:15.818959+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:17.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:17 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:24:17.394 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:24:17 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.356318+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.358561+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.360851+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.361506+0000 mon.a (mon.0) 422 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.363579+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.368709+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.554643+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.562193+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.399 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:18 smithi110 bash[21541]: audit 2024-04-19T22:24:17.571917+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.356318+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.358561+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.360851+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.361506+0000 mon.a (mon.0) 422 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.363579+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.368709+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.554643+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.562193+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:18 smithi164 bash[22220]: audit 2024-04-19T22:24:17.571917+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.356318+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.358561+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.360851+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.361506+0000 mon.a (mon.0) 422 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.363579+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.368709+0000 mon.a (mon.0) 424 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.554643+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.562193+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:18.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:18 smithi133 bash[22229]: audit 2024-04-19T22:24:17.571917+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:19.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:19 smithi110 bash[21541]: cluster 2024-04-19T22:24:17.819349+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:19.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:19 smithi164 bash[22220]: cluster 2024-04-19T22:24:17.819349+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:19.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:19 smithi133 bash[22229]: cluster 2024-04-19T22:24:17.819349+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:21.824 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:21 smithi133 bash[22229]: cluster 2024-04-19T22:24:19.819682+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:21.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:21 smithi164 bash[22220]: cluster 2024-04-19T22:24:19.819682+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:21.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:21 smithi110 bash[21541]: cluster 2024-04-19T22:24:19.819682+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:23.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:23 smithi110 bash[21541]: cluster 2024-04-19T22:24:21.820134+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:23.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:23 smithi164 bash[22220]: cluster 2024-04-19T22:24:21.820134+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:23.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:23 smithi133 bash[22229]: cluster 2024-04-19T22:24:21.820134+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:24.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:24 smithi164 bash[22220]: audit 2024-04-19T22:24:23.781812+0000 mon.a (mon.0) 428 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T22:24:24.865 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:24 smithi110 bash[21541]: audit 2024-04-19T22:24:23.781812+0000 mon.a (mon.0) 428 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T22:24:24.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:24 smithi133 bash[22229]: audit 2024-04-19T22:24:23.781812+0000 mon.a (mon.0) 428 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T22:24:25.842 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: cluster 2024-04-19T22:24:23.820449+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:25.842 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: audit 2024-04-19T22:24:24.588064+0000 mon.a (mon.0) 429 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T22:24:25.842 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: cluster 2024-04-19T22:24:24.590590+0000 mon.a (mon.0) 430 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-19T22:24:25.842 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: audit 2024-04-19T22:24:24.590845+0000 mon.a (mon.0) 431 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-19T22:24:25.842 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: audit 2024-04-19T22:24:24.591106+0000 mon.a (mon.0) 432 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:25.842 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: audit 2024-04-19T22:24:25.451223+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.843 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: audit 2024-04-19T22:24:25.459242+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.843 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:25 smithi110 bash[21541]: audit 2024-04-19T22:24:25.466935+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: cluster 2024-04-19T22:24:23.820449+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: audit 2024-04-19T22:24:24.588064+0000 mon.a (mon.0) 429 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: cluster 2024-04-19T22:24:24.590590+0000 mon.a (mon.0) 430 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: audit 2024-04-19T22:24:24.590845+0000 mon.a (mon.0) 431 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: audit 2024-04-19T22:24:24.591106+0000 mon.a (mon.0) 432 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: audit 2024-04-19T22:24:25.451223+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: audit 2024-04-19T22:24:25.459242+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:25 smithi164 bash[22220]: audit 2024-04-19T22:24:25.466935+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: cluster 2024-04-19T22:24:23.820449+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: audit 2024-04-19T22:24:24.588064+0000 mon.a (mon.0) 429 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: cluster 2024-04-19T22:24:24.590590+0000 mon.a (mon.0) 430 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: audit 2024-04-19T22:24:24.590845+0000 mon.a (mon.0) 431 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: audit 2024-04-19T22:24:24.591106+0000 mon.a (mon.0) 432 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: audit 2024-04-19T22:24:25.451223+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: audit 2024-04-19T22:24:25.459242+0000 mon.a (mon.0) 434 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:25 smithi133 bash[22229]: audit 2024-04-19T22:24:25.466935+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.425 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 0 on host 'smithi110' 2024-04-19T22:24:26.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:25.589978+0000 mon.a (mon.0) 436 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-19T22:24:26.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: cluster 2024-04-19T22:24:25.594002+0000 mon.a (mon.0) 437 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-19T22:24:26.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:25.598866+0000 mon.a (mon.0) 438 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:26.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:25.602772+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:25.872905+0000 mon.a (mon.0) 440 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.414171+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.422331+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.452662+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.456236+0000 mon.a (mon.0) 444 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.461201+0000 mon.a (mon.0) 445 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.463593+0000 mon.a (mon.0) 446 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.464487+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:26.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:26 smithi164 bash[22220]: audit 2024-04-19T22:24:26.470141+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:25.589978+0000 mon.a (mon.0) 436 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-19T22:24:26.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: cluster 2024-04-19T22:24:25.594002+0000 mon.a (mon.0) 437 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-19T22:24:26.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:25.598866+0000 mon.a (mon.0) 438 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:26.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:25.602772+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:26.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:25.872905+0000 mon.a (mon.0) 440 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.414171+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.422331+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.452662+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.456236+0000 mon.a (mon.0) 444 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.461201+0000 mon.a (mon.0) 445 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.463593+0000 mon.a (mon.0) 446 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.464487+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:26.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:26 smithi133 bash[22229]: audit 2024-04-19T22:24:26.470141+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:25.589978+0000 mon.a (mon.0) 436 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: cluster 2024-04-19T22:24:25.594002+0000 mon.a (mon.0) 437 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:25.598866+0000 mon.a (mon.0) 438 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:25.602772+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:25.872905+0000 mon.a (mon.0) 440 : audit 1 from='osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465]' entity='osd.0' 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.414171+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.422331+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.452662+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:26.956 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.456236+0000 mon.a (mon.0) 444 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:24:26.957 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.461201+0000 mon.a (mon.0) 445 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:26.957 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.463593+0000 mon.a (mon.0) 446 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:26.957 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.464487+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:26.957 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:26 smithi110 bash[21541]: audit 2024-04-19T22:24:26.470141+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:27.482 DEBUG:teuthology.orchestra.run.smithi110:osd.0> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.0.service 2024-04-19T22:24:27.485 INFO:tasks.cephadm:Deploying osd.1 on smithi110 with /dev/vg_nvme/lv_3... 2024-04-19T22:24:27.485 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-19T22:24:27.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: cluster 2024-04-19T22:24:24.813399+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:24:27.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: cluster 2024-04-19T22:24:24.813517+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:24:27.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: cluster 2024-04-19T22:24:25.820706+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:27.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: cephadm 2024-04-19T22:24:26.457088+0000 mgr.a (mgr.14152) 143 : cephadm 1 Adjusting osd_memory_target on smithi110 to 16241M 2024-04-19T22:24:27.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: audit 2024-04-19T22:24:26.602928+0000 mon.a (mon.0) 449 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:27.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: cluster 2024-04-19T22:24:26.877324+0000 mon.a (mon.0) 450 : cluster 1 osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465] boot 2024-04-19T22:24:27.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: cluster 2024-04-19T22:24:26.877374+0000 mon.a (mon.0) 451 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-19T22:24:27.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:27 smithi164 bash[22220]: audit 2024-04-19T22:24:26.877672+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:27.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: cluster 2024-04-19T22:24:24.813399+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:24:27.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: cluster 2024-04-19T22:24:24.813517+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:24:27.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: cluster 2024-04-19T22:24:25.820706+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:27.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: cephadm 2024-04-19T22:24:26.457088+0000 mgr.a (mgr.14152) 143 : cephadm 1 Adjusting osd_memory_target on smithi110 to 16241M 2024-04-19T22:24:27.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: audit 2024-04-19T22:24:26.602928+0000 mon.a (mon.0) 449 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:27.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: cluster 2024-04-19T22:24:26.877324+0000 mon.a (mon.0) 450 : cluster 1 osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465] boot 2024-04-19T22:24:27.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: cluster 2024-04-19T22:24:26.877374+0000 mon.a (mon.0) 451 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-19T22:24:27.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:27 smithi110 bash[21541]: audit 2024-04-19T22:24:26.877672+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: cluster 2024-04-19T22:24:24.813399+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: cluster 2024-04-19T22:24:24.813517+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: cluster 2024-04-19T22:24:25.820706+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: cephadm 2024-04-19T22:24:26.457088+0000 mgr.a (mgr.14152) 143 : cephadm 1 Adjusting osd_memory_target on smithi110 to 16241M 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: audit 2024-04-19T22:24:26.602928+0000 mon.a (mon.0) 449 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: cluster 2024-04-19T22:24:26.877324+0000 mon.a (mon.0) 450 : cluster 1 osd.0 [v2:172.21.15.110:6802/3727215465,v1:172.21.15.110:6803/3727215465] boot 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: cluster 2024-04-19T22:24:26.877374+0000 mon.a (mon.0) 451 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-19T22:24:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:27 smithi133 bash[22229]: audit 2024-04-19T22:24:26.877672+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T22:24:29.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:29 smithi164 bash[22220]: cluster 2024-04-19T22:24:27.821117+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:29.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:29 smithi164 bash[22220]: cluster 2024-04-19T22:24:28.624714+0000 mon.a (mon.0) 453 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-19T22:24:29.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:29 smithi110 bash[21541]: cluster 2024-04-19T22:24:27.821117+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:29.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:29 smithi110 bash[21541]: cluster 2024-04-19T22:24:28.624714+0000 mon.a (mon.0) 453 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-19T22:24:29.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:29 smithi133 bash[22229]: cluster 2024-04-19T22:24:27.821117+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:29.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:29 smithi133 bash[22229]: cluster 2024-04-19T22:24:28.624714+0000 mon.a (mon.0) 453 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-19T22:24:31.647 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:24:31.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:31 smithi164 bash[22220]: cluster 2024-04-19T22:24:29.821522+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:31.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:31 smithi110 bash[21541]: cluster 2024-04-19T22:24:29.821522+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:31.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:31 smithi133 bash[22229]: cluster 2024-04-19T22:24:29.821522+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:33.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: cluster 2024-04-19T22:24:31.821993+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:33.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: audit 2024-04-19T22:24:32.065116+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: audit 2024-04-19T22:24:32.073351+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: audit 2024-04-19T22:24:32.083280+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: audit 2024-04-19T22:24:32.097869+0000 mon.a (mon.0) 457 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:33.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: audit 2024-04-19T22:24:32.103608+0000 mon.a (mon.0) 458 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:33.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: audit 2024-04-19T22:24:32.105300+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:33.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: cluster 2024-04-19T22:24:32.108924+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:33.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: audit 2024-04-19T22:24:32.115376+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:33 smithi164 bash[22220]: cluster 2024-04-19T22:24:32.626491+0000 mon.a (mon.0) 461 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:24:33.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: cluster 2024-04-19T22:24:31.821993+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:33.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: audit 2024-04-19T22:24:32.065116+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: audit 2024-04-19T22:24:32.073351+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: audit 2024-04-19T22:24:32.083280+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: audit 2024-04-19T22:24:32.097869+0000 mon.a (mon.0) 457 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: audit 2024-04-19T22:24:32.103608+0000 mon.a (mon.0) 458 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: audit 2024-04-19T22:24:32.105300+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: cluster 2024-04-19T22:24:32.108924+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: audit 2024-04-19T22:24:32.115376+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:33 smithi110 bash[21541]: cluster 2024-04-19T22:24:32.626491+0000 mon.a (mon.0) 461 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:24:33.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: cluster 2024-04-19T22:24:31.821993+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: audit 2024-04-19T22:24:32.065116+0000 mon.a (mon.0) 454 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: audit 2024-04-19T22:24:32.073351+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: audit 2024-04-19T22:24:32.083280+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: audit 2024-04-19T22:24:32.097869+0000 mon.a (mon.0) 457 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: audit 2024-04-19T22:24:32.103608+0000 mon.a (mon.0) 458 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: audit 2024-04-19T22:24:32.105300+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: cluster 2024-04-19T22:24:32.108924+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: audit 2024-04-19T22:24:32.115376+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:33.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:33 smithi133 bash[22229]: cluster 2024-04-19T22:24:32.626491+0000 mon.a (mon.0) 461 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:24:34.548 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-19T22:24:34.548 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-19T22:24:34.548 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2024-04-19T22:24:34.548 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2024-04-19T22:24:34.548 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0119674 s, 876 MB/s 2024-04-19T22:24:34.548 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2024-04-19T22:24:35.254 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi110:vg_nvme/lv_3 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: audit 2024-04-19T22:24:34.061868+0000 mon.a (mon.0) 462 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: audit 2024-04-19T22:24:34.068295+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: audit 2024-04-19T22:24:34.073426+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: audit 2024-04-19T22:24:34.086884+0000 mon.a (mon.0) 465 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: audit 2024-04-19T22:24:34.089444+0000 mon.a (mon.0) 466 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: audit 2024-04-19T22:24:34.090361+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: cluster 2024-04-19T22:24:34.092359+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:35.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:35 smithi164 bash[22220]: audit 2024-04-19T22:24:34.097702+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: audit 2024-04-19T22:24:34.061868+0000 mon.a (mon.0) 462 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: audit 2024-04-19T22:24:34.068295+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: audit 2024-04-19T22:24:34.073426+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: audit 2024-04-19T22:24:34.086884+0000 mon.a (mon.0) 465 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: audit 2024-04-19T22:24:34.089444+0000 mon.a (mon.0) 466 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: audit 2024-04-19T22:24:34.090361+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: cluster 2024-04-19T22:24:34.092359+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:35.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:35 smithi110 bash[21541]: audit 2024-04-19T22:24:34.097702+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: audit 2024-04-19T22:24:34.061868+0000 mon.a (mon.0) 462 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: audit 2024-04-19T22:24:34.068295+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: audit 2024-04-19T22:24:34.073426+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:35.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: audit 2024-04-19T22:24:34.086884+0000 mon.a (mon.0) 465 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:24:35.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: audit 2024-04-19T22:24:34.089444+0000 mon.a (mon.0) 466 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:35.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: audit 2024-04-19T22:24:34.090361+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:24:35.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: cluster 2024-04-19T22:24:34.092359+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:35.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:35 smithi133 bash[22229]: audit 2024-04-19T22:24:34.097702+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:36.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:36 smithi164 bash[22220]: cluster 2024-04-19T22:24:35.072128+0000 mon.a (mon.0) 469 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:24:36.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:36 smithi164 bash[22220]: cluster 2024-04-19T22:24:35.072187+0000 mon.a (mon.0) 470 : cluster 1 Cluster is now healthy 2024-04-19T22:24:36.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:36 smithi110 bash[21541]: cluster 2024-04-19T22:24:35.072128+0000 mon.a (mon.0) 469 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:24:36.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:36 smithi110 bash[21541]: cluster 2024-04-19T22:24:35.072187+0000 mon.a (mon.0) 470 : cluster 1 Cluster is now healthy 2024-04-19T22:24:36.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:36 smithi133 bash[22229]: cluster 2024-04-19T22:24:35.072128+0000 mon.a (mon.0) 469 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:24:36.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:36 smithi133 bash[22229]: cluster 2024-04-19T22:24:35.072187+0000 mon.a (mon.0) 470 : cluster 1 Cluster is now healthy 2024-04-19T22:24:37.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:37 smithi164 bash[22220]: cluster 2024-04-19T22:24:36.092733+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:37.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:37 smithi110 bash[21541]: cluster 2024-04-19T22:24:36.092733+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:37.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:37 smithi133 bash[22229]: cluster 2024-04-19T22:24:36.092733+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:39.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:38 smithi164 bash[22220]: audit 2024-04-19T22:24:37.767635+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:38 smithi164 bash[22220]: audit 2024-04-19T22:24:37.775686+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:38 smithi164 bash[22220]: audit 2024-04-19T22:24:37.785700+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:38 smithi164 bash[22220]: cluster 2024-04-19T22:24:38.093185+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:39.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:38 smithi110 bash[21541]: audit 2024-04-19T22:24:37.767635+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:38 smithi110 bash[21541]: audit 2024-04-19T22:24:37.775686+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:38 smithi110 bash[21541]: audit 2024-04-19T22:24:37.785700+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:38 smithi110 bash[21541]: cluster 2024-04-19T22:24:38.093185+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:39.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:38 smithi133 bash[22229]: audit 2024-04-19T22:24:37.767635+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:38 smithi133 bash[22229]: audit 2024-04-19T22:24:37.775686+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:38 smithi133 bash[22229]: audit 2024-04-19T22:24:37.785700+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:39.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:38 smithi133 bash[22229]: cluster 2024-04-19T22:24:38.093185+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:39.971 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:24:41.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:41 smithi110 bash[21541]: cluster 2024-04-19T22:24:40.093681+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:41.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:41 smithi133 bash[22229]: cluster 2024-04-19T22:24:40.093681+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:41.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:41 smithi164 bash[22220]: cluster 2024-04-19T22:24:40.093681+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:43.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:43 smithi110 bash[21541]: cluster 2024-04-19T22:24:42.094148+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:43.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:43 smithi110 bash[21541]: audit 2024-04-19T22:24:42.578268+0000 mgr.a (mgr.14152) 153 : audit 0 from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:24:43.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:43 smithi110 bash[21541]: audit 2024-04-19T22:24:42.585223+0000 mon.a (mon.0) 474 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:24:43.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:43 smithi110 bash[21541]: audit 2024-04-19T22:24:42.591048+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:24:43.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:43 smithi110 bash[21541]: audit 2024-04-19T22:24:42.592069+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:43.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:43 smithi133 bash[22229]: cluster 2024-04-19T22:24:42.094148+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:43.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:43 smithi133 bash[22229]: audit 2024-04-19T22:24:42.578268+0000 mgr.a (mgr.14152) 153 : audit 0 from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:24:43.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:43 smithi133 bash[22229]: audit 2024-04-19T22:24:42.585223+0000 mon.a (mon.0) 474 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:24:43.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:43 smithi133 bash[22229]: audit 2024-04-19T22:24:42.591048+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:24:43.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:43 smithi133 bash[22229]: audit 2024-04-19T22:24:42.592069+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:43.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:43 smithi164 bash[22220]: cluster 2024-04-19T22:24:42.094148+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:43.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:43 smithi164 bash[22220]: audit 2024-04-19T22:24:42.578268+0000 mgr.a (mgr.14152) 153 : audit 0 from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:24:43.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:43 smithi164 bash[22220]: audit 2024-04-19T22:24:42.585223+0000 mon.a (mon.0) 474 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:24:43.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:43 smithi164 bash[22220]: audit 2024-04-19T22:24:42.591048+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:24:43.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:43 smithi164 bash[22220]: audit 2024-04-19T22:24:42.592069+0000 mon.a (mon.0) 476 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:24:45.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:45 smithi110 bash[21541]: cluster 2024-04-19T22:24:44.094626+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:45.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:45 smithi133 bash[22229]: cluster 2024-04-19T22:24:44.094626+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:45.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:45 smithi164 bash[22220]: cluster 2024-04-19T22:24:44.094626+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:46.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:46 smithi110 bash[21541]: audit 2024-04-19T22:24:45.663352+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:46.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:46 smithi110 bash[21541]: audit 2024-04-19T22:24:45.672169+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:46.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:46 smithi110 bash[21541]: audit 2024-04-19T22:24:45.682786+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:46.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:46 smithi133 bash[22229]: audit 2024-04-19T22:24:45.663352+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:46.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:46 smithi133 bash[22229]: audit 2024-04-19T22:24:45.672169+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:46.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:46 smithi133 bash[22229]: audit 2024-04-19T22:24:45.682786+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:47.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:46 smithi164 bash[22220]: audit 2024-04-19T22:24:45.663352+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:47.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:46 smithi164 bash[22220]: audit 2024-04-19T22:24:45.672169+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:47.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:46 smithi164 bash[22220]: audit 2024-04-19T22:24:45.682786+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:47.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:47 smithi110 bash[21541]: cluster 2024-04-19T22:24:46.094960+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:48.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:47 smithi164 bash[22220]: cluster 2024-04-19T22:24:46.094960+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:48.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:47 smithi133 bash[22229]: cluster 2024-04-19T22:24:46.094960+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:49.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:49 smithi164 bash[22220]: cluster 2024-04-19T22:24:48.095297+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:50.068 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:49 smithi110 bash[21541]: cluster 2024-04-19T22:24:48.095297+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:50.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:49 smithi133 bash[22229]: cluster 2024-04-19T22:24:48.095297+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:52.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:51 smithi164 bash[22220]: cluster 2024-04-19T22:24:50.095712+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:52.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:51 smithi164 bash[22220]: audit 2024-04-19T22:24:51.019291+0000 mon.a (mon.0) 480 : audit 1 from='client.? 172.21.15.110:0/2831476656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "039eeb84-7642-42bf-972e-e62166e4beee"}]: dispatch 2024-04-19T22:24:52.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:51 smithi164 bash[22220]: audit 2024-04-19T22:24:51.021235+0000 mon.a (mon.0) 481 : audit 1 from='client.? 172.21.15.110:0/2831476656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "039eeb84-7642-42bf-972e-e62166e4beee"}]': finished 2024-04-19T22:24:52.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:51 smithi164 bash[22220]: cluster 2024-04-19T22:24:51.023934+0000 mon.a (mon.0) 482 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-19T22:24:52.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:51 smithi164 bash[22220]: audit 2024-04-19T22:24:51.024203+0000 mon.a (mon.0) 483 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:24:52.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:51 smithi110 bash[21541]: cluster 2024-04-19T22:24:50.095712+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:52.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:51 smithi110 bash[21541]: audit 2024-04-19T22:24:51.019291+0000 mon.a (mon.0) 480 : audit 1 from='client.? 172.21.15.110:0/2831476656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "039eeb84-7642-42bf-972e-e62166e4beee"}]: dispatch 2024-04-19T22:24:52.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:51 smithi110 bash[21541]: audit 2024-04-19T22:24:51.021235+0000 mon.a (mon.0) 481 : audit 1 from='client.? 172.21.15.110:0/2831476656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "039eeb84-7642-42bf-972e-e62166e4beee"}]': finished 2024-04-19T22:24:52.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:51 smithi110 bash[21541]: cluster 2024-04-19T22:24:51.023934+0000 mon.a (mon.0) 482 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-19T22:24:52.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:51 smithi110 bash[21541]: audit 2024-04-19T22:24:51.024203+0000 mon.a (mon.0) 483 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:24:52.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:51 smithi133 bash[22229]: cluster 2024-04-19T22:24:50.095712+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:52.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:51 smithi133 bash[22229]: audit 2024-04-19T22:24:51.019291+0000 mon.a (mon.0) 480 : audit 1 from='client.? 172.21.15.110:0/2831476656' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "039eeb84-7642-42bf-972e-e62166e4beee"}]: dispatch 2024-04-19T22:24:52.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:51 smithi133 bash[22229]: audit 2024-04-19T22:24:51.021235+0000 mon.a (mon.0) 481 : audit 1 from='client.? 172.21.15.110:0/2831476656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "039eeb84-7642-42bf-972e-e62166e4beee"}]': finished 2024-04-19T22:24:52.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:51 smithi133 bash[22229]: cluster 2024-04-19T22:24:51.023934+0000 mon.a (mon.0) 482 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-19T22:24:52.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:51 smithi133 bash[22229]: audit 2024-04-19T22:24:51.024203+0000 mon.a (mon.0) 483 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:24:52.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:52 smithi164 bash[22220]: audit 2024-04-19T22:24:51.735604+0000 mon.a (mon.0) 484 : audit 0 from='client.? 172.21.15.110:0/717782112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:24:53.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:52 smithi110 bash[21541]: audit 2024-04-19T22:24:51.735604+0000 mon.a (mon.0) 484 : audit 0 from='client.? 172.21.15.110:0/717782112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:24:53.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:52 smithi133 bash[22229]: audit 2024-04-19T22:24:51.735604+0000 mon.a (mon.0) 484 : audit 0 from='client.? 172.21.15.110:0/717782112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:24:53.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:53 smithi110 bash[21541]: cluster 2024-04-19T22:24:52.096155+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:53.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:53 smithi110 bash[21541]: audit 2024-04-19T22:24:53.680778+0000 mon.a (mon.0) 485 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:53.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:53 smithi110 bash[21541]: audit 2024-04-19T22:24:53.688186+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:53.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:53 smithi110 bash[21541]: audit 2024-04-19T22:24:53.695891+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:54.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:53 smithi164 bash[22220]: cluster 2024-04-19T22:24:52.096155+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:54.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:53 smithi164 bash[22220]: audit 2024-04-19T22:24:53.680778+0000 mon.a (mon.0) 485 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:54.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:53 smithi164 bash[22220]: audit 2024-04-19T22:24:53.688186+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:54.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:53 smithi164 bash[22220]: audit 2024-04-19T22:24:53.695891+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:54.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:53 smithi133 bash[22229]: cluster 2024-04-19T22:24:52.096155+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:54.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:53 smithi133 bash[22229]: audit 2024-04-19T22:24:53.680778+0000 mon.a (mon.0) 485 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:54.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:53 smithi133 bash[22229]: audit 2024-04-19T22:24:53.688186+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:54.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:53 smithi133 bash[22229]: audit 2024-04-19T22:24:53.695891+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:56.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:55 smithi164 bash[22220]: cluster 2024-04-19T22:24:54.096527+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:56.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:55 smithi110 bash[21541]: cluster 2024-04-19T22:24:54.096527+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:56.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:55 smithi133 bash[22229]: cluster 2024-04-19T22:24:54.096527+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:57.973 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:57 smithi164 bash[22220]: cluster 2024-04-19T22:24:56.096952+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:58.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:57 smithi110 bash[21541]: cluster 2024-04-19T22:24:56.096952+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:58.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:57 smithi133 bash[22229]: cluster 2024-04-19T22:24:56.096952+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:59.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:58 smithi164 bash[22220]: audit 2024-04-19T22:24:57.981567+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:58 smithi164 bash[22220]: audit 2024-04-19T22:24:57.989378+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:58 smithi164 bash[22220]: audit 2024-04-19T22:24:57.998972+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:24:58 smithi164 bash[22220]: cluster 2024-04-19T22:24:58.097399+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:59.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:58 smithi110 bash[21541]: audit 2024-04-19T22:24:57.981567+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:58 smithi110 bash[21541]: audit 2024-04-19T22:24:57.989378+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:58 smithi110 bash[21541]: audit 2024-04-19T22:24:57.998972+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:24:58 smithi110 bash[21541]: cluster 2024-04-19T22:24:58.097399+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:24:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:58 smithi133 bash[22229]: audit 2024-04-19T22:24:57.981567+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:58 smithi133 bash[22229]: audit 2024-04-19T22:24:57.989378+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:58 smithi133 bash[22229]: audit 2024-04-19T22:24:57.998972+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:24:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:24:58 smithi133 bash[22229]: cluster 2024-04-19T22:24:58.097399+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:01.259 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:01 smithi110 bash[21541]: cluster 2024-04-19T22:25:00.097832+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:01.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:01 smithi133 bash[22229]: cluster 2024-04-19T22:25:00.097832+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:01.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:01 smithi164 bash[22220]: cluster 2024-04-19T22:25:00.097832+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:03.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:03 smithi133 bash[22229]: cluster 2024-04-19T22:25:02.098221+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:03.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:03 smithi110 bash[21541]: cluster 2024-04-19T22:25:02.098221+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:03.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:03 smithi164 bash[22220]: cluster 2024-04-19T22:25:02.098221+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:04.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:04 smithi110 bash[21541]: audit 2024-04-19T22:25:03.304019+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T22:25:04.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:04 smithi110 bash[21541]: audit 2024-04-19T22:25:03.305814+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:04.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:04 smithi110 bash[21541]: cephadm 2024-04-19T22:25:03.307413+0000 mgr.a (mgr.14152) 164 : cephadm 1 Deploying daemon osd.1 on smithi110 2024-04-19T22:25:04.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:04 smithi133 bash[22229]: audit 2024-04-19T22:25:03.304019+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T22:25:04.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:04 smithi133 bash[22229]: audit 2024-04-19T22:25:03.305814+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:04.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:04 smithi133 bash[22229]: cephadm 2024-04-19T22:25:03.307413+0000 mgr.a (mgr.14152) 164 : cephadm 1 Deploying daemon osd.1 on smithi110 2024-04-19T22:25:04.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:04 smithi164 bash[22220]: audit 2024-04-19T22:25:03.304019+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T22:25:04.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:04 smithi164 bash[22220]: audit 2024-04-19T22:25:03.305814+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:04.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:04 smithi164 bash[22220]: cephadm 2024-04-19T22:25:03.307413+0000 mgr.a (mgr.14152) 164 : cephadm 1 Deploying daemon osd.1 on smithi110 2024-04-19T22:25:05.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:05 smithi110 bash[21541]: cluster 2024-04-19T22:25:04.098608+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:05.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:05 smithi133 bash[22229]: cluster 2024-04-19T22:25:04.098608+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:05.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:05 smithi164 bash[22220]: cluster 2024-04-19T22:25:04.098608+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:07.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:06 smithi133 bash[22229]: audit 2024-04-19T22:25:05.887925+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:06 smithi133 bash[22229]: audit 2024-04-19T22:25:05.896252+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:06 smithi133 bash[22229]: audit 2024-04-19T22:25:05.906389+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:06 smithi133 bash[22229]: cluster 2024-04-19T22:25:06.099016+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:07.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:06 smithi164 bash[22220]: audit 2024-04-19T22:25:05.887925+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:06 smithi164 bash[22220]: audit 2024-04-19T22:25:05.896252+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:06 smithi164 bash[22220]: audit 2024-04-19T22:25:05.906389+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:06 smithi164 bash[22220]: cluster 2024-04-19T22:25:06.099016+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:07.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:06 smithi110 bash[21541]: audit 2024-04-19T22:25:05.887925+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:06 smithi110 bash[21541]: audit 2024-04-19T22:25:05.896252+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:06 smithi110 bash[21541]: audit 2024-04-19T22:25:05.906389+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:07.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:06 smithi110 bash[21541]: cluster 2024-04-19T22:25:06.099016+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:08.010 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:07 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:08.011 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:25:07 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:08.011 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:25:07 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:08.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:08 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:08.394 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:25:08 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:08.394 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:25:08 smithi110 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:09.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:09 smithi164 bash[22220]: cluster 2024-04-19T22:25:08.099462+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:09.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:09 smithi164 bash[22220]: audit 2024-04-19T22:25:08.189339+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:09 smithi164 bash[22220]: audit 2024-04-19T22:25:08.195619+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:09 smithi164 bash[22220]: audit 2024-04-19T22:25:08.199012+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:09.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:09 smithi164 bash[22220]: audit 2024-04-19T22:25:08.203133+0000 mon.a (mon.0) 499 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:09.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:09 smithi164 bash[22220]: audit 2024-04-19T22:25:08.204033+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:09.605 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:09 smithi164 bash[22220]: audit 2024-04-19T22:25:08.209675+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:09 smithi110 bash[21541]: cluster 2024-04-19T22:25:08.099462+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:09.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:09 smithi110 bash[21541]: audit 2024-04-19T22:25:08.189339+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:09 smithi110 bash[21541]: audit 2024-04-19T22:25:08.195619+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:09 smithi110 bash[21541]: audit 2024-04-19T22:25:08.199012+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:09.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:09 smithi110 bash[21541]: audit 2024-04-19T22:25:08.203133+0000 mon.a (mon.0) 499 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:09.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:09 smithi110 bash[21541]: audit 2024-04-19T22:25:08.204033+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:09.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:09 smithi110 bash[21541]: audit 2024-04-19T22:25:08.209675+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:09 smithi133 bash[22229]: cluster 2024-04-19T22:25:08.099462+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:09.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:09 smithi133 bash[22229]: audit 2024-04-19T22:25:08.189339+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:09 smithi133 bash[22229]: audit 2024-04-19T22:25:08.195619+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:09.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:09 smithi133 bash[22229]: audit 2024-04-19T22:25:08.199012+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:09.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:09 smithi133 bash[22229]: audit 2024-04-19T22:25:08.203133+0000 mon.a (mon.0) 499 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:09.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:09 smithi133 bash[22229]: audit 2024-04-19T22:25:08.204033+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:09.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:09 smithi133 bash[22229]: audit 2024-04-19T22:25:08.209675+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:11.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:11 smithi164 bash[22220]: cluster 2024-04-19T22:25:10.099910+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:11.488 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:11 smithi110 bash[21541]: cluster 2024-04-19T22:25:10.099910+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:11.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:11 smithi133 bash[22229]: cluster 2024-04-19T22:25:10.099910+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:13.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:13 smithi164 bash[22220]: cluster 2024-04-19T22:25:12.100323+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:13.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:13 smithi110 bash[21541]: cluster 2024-04-19T22:25:12.100323+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:13.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:13 smithi133 bash[22229]: cluster 2024-04-19T22:25:12.100323+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:15.090 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: audit 2024-04-19T22:25:13.830492+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.090 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: audit 2024-04-19T22:25:13.836549+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.090 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: cephadm 2024-04-19T22:25:13.837836+0000 mgr.a (mgr.14152) 170 : cephadm 1 Detected new or changed devices on smithi110 2024-04-19T22:25:15.091 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: audit 2024-04-19T22:25:13.842842+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.091 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: audit 2024-04-19T22:25:13.886774+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:15.091 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: audit 2024-04-19T22:25:13.890243+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:15.091 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: audit 2024-04-19T22:25:13.891704+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:15.091 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: audit 2024-04-19T22:25:13.900949+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.091 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:14 smithi110 bash[21541]: cluster 2024-04-19T22:25:14.100808+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:15.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: audit 2024-04-19T22:25:13.830492+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: audit 2024-04-19T22:25:13.836549+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: cephadm 2024-04-19T22:25:13.837836+0000 mgr.a (mgr.14152) 170 : cephadm 1 Detected new or changed devices on smithi110 2024-04-19T22:25:15.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: audit 2024-04-19T22:25:13.842842+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: audit 2024-04-19T22:25:13.886774+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:15.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: audit 2024-04-19T22:25:13.890243+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:15.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: audit 2024-04-19T22:25:13.891704+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:15.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: audit 2024-04-19T22:25:13.900949+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:14 smithi164 bash[22220]: cluster 2024-04-19T22:25:14.100808+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:15.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: audit 2024-04-19T22:25:13.830492+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: audit 2024-04-19T22:25:13.836549+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: cephadm 2024-04-19T22:25:13.837836+0000 mgr.a (mgr.14152) 170 : cephadm 1 Detected new or changed devices on smithi110 2024-04-19T22:25:15.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: audit 2024-04-19T22:25:13.842842+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: audit 2024-04-19T22:25:13.886774+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:15.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: audit 2024-04-19T22:25:13.890243+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:15.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: audit 2024-04-19T22:25:13.891704+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:15.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: audit 2024-04-19T22:25:13.900949+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:15.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:14 smithi133 bash[22229]: cluster 2024-04-19T22:25:14.100808+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:16.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:15 smithi164 bash[22220]: audit 2024-04-19T22:25:15.122084+0000 mon.a (mon.0) 509 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T22:25:16.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:15 smithi110 bash[21541]: audit 2024-04-19T22:25:15.122084+0000 mon.a (mon.0) 509 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T22:25:16.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:15 smithi133 bash[22229]: audit 2024-04-19T22:25:15.122084+0000 mon.a (mon.0) 509 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T22:25:17.112 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 1 on host 'smithi110' 2024-04-19T22:25:17.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:16 smithi110 bash[21541]: audit 2024-04-19T22:25:15.907624+0000 mon.a (mon.0) 510 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T22:25:17.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:16 smithi110 bash[21541]: cluster 2024-04-19T22:25:15.912378+0000 mon.a (mon.0) 511 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-19T22:25:17.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:16 smithi110 bash[21541]: audit 2024-04-19T22:25:15.912718+0000 mon.a (mon.0) 512 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-19T22:25:17.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:16 smithi110 bash[21541]: audit 2024-04-19T22:25:15.913106+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:17.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:16 smithi110 bash[21541]: cluster 2024-04-19T22:25:16.101247+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:17.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:16 smithi133 bash[22229]: audit 2024-04-19T22:25:15.907624+0000 mon.a (mon.0) 510 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T22:25:17.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:16 smithi133 bash[22229]: cluster 2024-04-19T22:25:15.912378+0000 mon.a (mon.0) 511 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-19T22:25:17.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:16 smithi133 bash[22229]: audit 2024-04-19T22:25:15.912718+0000 mon.a (mon.0) 512 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-19T22:25:17.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:16 smithi133 bash[22229]: audit 2024-04-19T22:25:15.913106+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:17.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:16 smithi133 bash[22229]: cluster 2024-04-19T22:25:16.101247+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:17.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:16 smithi164 bash[22220]: audit 2024-04-19T22:25:15.907624+0000 mon.a (mon.0) 510 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T22:25:17.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:16 smithi164 bash[22220]: cluster 2024-04-19T22:25:15.912378+0000 mon.a (mon.0) 511 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-19T22:25:17.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:16 smithi164 bash[22220]: audit 2024-04-19T22:25:15.912718+0000 mon.a (mon.0) 512 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-19T22:25:17.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:16 smithi164 bash[22220]: audit 2024-04-19T22:25:15.913106+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:17.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:16 smithi164 bash[22220]: cluster 2024-04-19T22:25:16.101247+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:17.758 DEBUG:teuthology.orchestra.run.smithi110:osd.1> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.1.service 2024-04-19T22:25:17.761 INFO:tasks.cephadm:Deploying osd.2 on smithi133 with /dev/vg_nvme/lv_4... 2024-04-19T22:25:17.762 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T22:25:18.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:16.910034+0000 mon.a (mon.0) 514 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-19T22:25:18.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: cluster 2024-04-19T22:25:16.915316+0000 mon.a (mon.0) 515 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-19T22:25:18.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:16.917194+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:18.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:16.923945+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:18.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:17.111424+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:17.120219+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:17.124857+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:18.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:17.129800+0000 mon.a (mon.0) 521 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:18.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:17.131211+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:18.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:17 smithi110 bash[21541]: audit 2024-04-19T22:25:17.139859+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:16.910034+0000 mon.a (mon.0) 514 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-19T22:25:18.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: cluster 2024-04-19T22:25:16.915316+0000 mon.a (mon.0) 515 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-19T22:25:18.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:16.917194+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:18.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:16.923945+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:18.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:17.111424+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:17.120219+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:17.124857+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:18.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:17.129800+0000 mon.a (mon.0) 521 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:18.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:17.131211+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:18.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:17 smithi133 bash[22229]: audit 2024-04-19T22:25:17.139859+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:16.910034+0000 mon.a (mon.0) 514 : audit 1 from='osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-19T22:25:18.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: cluster 2024-04-19T22:25:16.915316+0000 mon.a (mon.0) 515 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-19T22:25:18.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:16.917194+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:18.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:16.923945+0000 mon.a (mon.0) 517 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:18.192 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:17.111424+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:17.120219+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:18.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:17.124857+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:18.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:17.129800+0000 mon.a (mon.0) 521 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:18.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:17.131211+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:18.193 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:17 smithi164 bash[22220]: audit 2024-04-19T22:25:17.139859+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: cluster 2024-04-19T22:25:16.119103+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:25:19.355 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: cluster 2024-04-19T22:25:16.119211+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:25:19.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: cluster 2024-04-19T22:25:17.926500+0000 mon.a (mon.0) 524 : cluster 1 osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468] boot 2024-04-19T22:25:19.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: cluster 2024-04-19T22:25:17.926659+0000 mon.a (mon.0) 525 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-19T22:25:19.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:17.927754+0000 mon.a (mon.0) 526 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:19.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: cluster 2024-04-19T22:25:18.101669+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:19.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.199635+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.207601+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.217468+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.684317+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.690542+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.697280+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.709157+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:19.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.713376+0000 mon.a (mon.0) 534 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:19.358 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.714867+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:19.358 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:18 smithi164 bash[22220]: audit 2024-04-19T22:25:18.723262+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: cluster 2024-04-19T22:25:16.119103+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:25:19.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: cluster 2024-04-19T22:25:16.119211+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:25:19.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: cluster 2024-04-19T22:25:17.926500+0000 mon.a (mon.0) 524 : cluster 1 osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468] boot 2024-04-19T22:25:19.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: cluster 2024-04-19T22:25:17.926659+0000 mon.a (mon.0) 525 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-19T22:25:19.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:17.927754+0000 mon.a (mon.0) 526 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:19.395 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: cluster 2024-04-19T22:25:18.101669+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.199635+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.207601+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.217468+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.684317+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.690542+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.697280+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.709157+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:19.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.713376+0000 mon.a (mon.0) 534 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:19.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.714867+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:19.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:18 smithi110 bash[21541]: audit 2024-04-19T22:25:18.723262+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: cluster 2024-04-19T22:25:16.119103+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:25:19.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: cluster 2024-04-19T22:25:16.119211+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:25:19.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: cluster 2024-04-19T22:25:17.926500+0000 mon.a (mon.0) 524 : cluster 1 osd.1 [v2:172.21.15.110:6810/1820593468,v1:172.21.15.110:6811/1820593468] boot 2024-04-19T22:25:19.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: cluster 2024-04-19T22:25:17.926659+0000 mon.a (mon.0) 525 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-19T22:25:19.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:17.927754+0000 mon.a (mon.0) 526 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: cluster 2024-04-19T22:25:18.101669+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.199635+0000 mon.a (mon.0) 527 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.207601+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.217468+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.684317+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.690542+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.697280+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.709157+0000 mon.a (mon.0) 533 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.713376+0000 mon.a (mon.0) 534 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:19.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.714867+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:19.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:18 smithi133 bash[22229]: audit 2024-04-19T22:25:18.723262+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:20.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:19 smithi164 bash[22220]: cluster 2024-04-19T22:25:18.944388+0000 mon.a (mon.0) 537 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-19T22:25:20.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:19 smithi110 bash[21541]: cluster 2024-04-19T22:25:18.944388+0000 mon.a (mon.0) 537 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-19T22:25:20.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:19 smithi133 bash[22229]: cluster 2024-04-19T22:25:18.944388+0000 mon.a (mon.0) 537 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-19T22:25:21.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:20 smithi164 bash[22220]: cluster 2024-04-19T22:25:20.102149+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:21.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:20 smithi110 bash[21541]: cluster 2024-04-19T22:25:20.102149+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:21.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:20 smithi133 bash[22229]: cluster 2024-04-19T22:25:20.102149+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:22.474 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T22:25:23.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:23 smithi110 bash[21541]: cluster 2024-04-19T22:25:22.102528+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:23.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:23 smithi133 bash[22229]: cluster 2024-04-19T22:25:22.102528+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:23.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:23 smithi164 bash[22220]: cluster 2024-04-19T22:25:22.102528+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:25.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:25 smithi110 bash[21541]: cluster 2024-04-19T22:25:24.103001+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:25.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:25 smithi133 bash[22229]: cluster 2024-04-19T22:25:24.103001+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:25.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:25 smithi164 bash[22220]: cluster 2024-04-19T22:25:24.103001+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:26.327 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T22:25:26.327 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T22:25:26.328 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-04-19T22:25:26.328 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-04-19T22:25:26.328 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132909 s, 789 MB/s 2024-04-19T22:25:26.328 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-04-19T22:25:27.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:27 smithi133 bash[22229]: audit 2024-04-19T22:25:26.046272+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:27 smithi133 bash[22229]: audit 2024-04-19T22:25:26.054468+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:27 smithi133 bash[22229]: audit 2024-04-19T22:25:26.064223+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:27 smithi133 bash[22229]: cluster 2024-04-19T22:25:26.103464+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:27.183 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-04-19T22:25:27.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:27 smithi164 bash[22220]: audit 2024-04-19T22:25:26.046272+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:27 smithi164 bash[22220]: audit 2024-04-19T22:25:26.054468+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:27 smithi164 bash[22220]: audit 2024-04-19T22:25:26.064223+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:27 smithi164 bash[22220]: cluster 2024-04-19T22:25:26.103464+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:27.383 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:27 smithi110 bash[21541]: audit 2024-04-19T22:25:26.046272+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.383 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:27 smithi110 bash[21541]: audit 2024-04-19T22:25:26.054468+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.383 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:27 smithi110 bash[21541]: audit 2024-04-19T22:25:26.064223+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:27.383 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:27 smithi110 bash[21541]: cluster 2024-04-19T22:25:26.103464+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:29.381 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:29 smithi110 bash[21541]: cluster 2024-04-19T22:25:28.103961+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:29.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:29 smithi133 bash[22229]: cluster 2024-04-19T22:25:28.103961+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:29.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:29 smithi164 bash[22220]: cluster 2024-04-19T22:25:28.103961+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:31.354 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:31 smithi164 bash[22220]: cluster 2024-04-19T22:25:30.104418+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:31.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:31 smithi110 bash[21541]: cluster 2024-04-19T22:25:30.104418+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:31.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:31 smithi133 bash[22229]: cluster 2024-04-19T22:25:30.104418+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:31.896 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T22:25:33.234 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:33 smithi133 bash[22229]: cluster 2024-04-19T22:25:32.104860+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:33.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:33 smithi110 bash[21541]: cluster 2024-04-19T22:25:32.104860+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:33.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:33 smithi164 bash[22220]: cluster 2024-04-19T22:25:32.104860+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:35.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:35 smithi133 bash[22229]: cluster 2024-04-19T22:25:34.105328+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:35.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:35 smithi133 bash[22229]: audit 2024-04-19T22:25:34.285726+0000 mgr.a (mgr.14152) 182 : audit 0 from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:25:35.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:35 smithi133 bash[22229]: audit 2024-04-19T22:25:34.293252+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:25:35.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:35 smithi133 bash[22229]: audit 2024-04-19T22:25:34.299707+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:25:35.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:35 smithi133 bash[22229]: audit 2024-04-19T22:25:34.301461+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:35.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:35 smithi164 bash[22220]: cluster 2024-04-19T22:25:34.105328+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:35.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:35 smithi164 bash[22220]: audit 2024-04-19T22:25:34.285726+0000 mgr.a (mgr.14152) 182 : audit 0 from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:25:35.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:35 smithi164 bash[22220]: audit 2024-04-19T22:25:34.293252+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:25:35.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:35 smithi164 bash[22220]: audit 2024-04-19T22:25:34.299707+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:25:35.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:35 smithi164 bash[22220]: audit 2024-04-19T22:25:34.301461+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:35.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:35 smithi110 bash[21541]: cluster 2024-04-19T22:25:34.105328+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:35.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:35 smithi110 bash[21541]: audit 2024-04-19T22:25:34.285726+0000 mgr.a (mgr.14152) 182 : audit 0 from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:25:35.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:35 smithi110 bash[21541]: audit 2024-04-19T22:25:34.293252+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:25:35.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:35 smithi110 bash[21541]: audit 2024-04-19T22:25:34.299707+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:25:35.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:35 smithi110 bash[21541]: audit 2024-04-19T22:25:34.301461+0000 mon.a (mon.0) 543 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:37.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:37 smithi164 bash[22220]: cluster 2024-04-19T22:25:36.105763+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:37.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:37 smithi164 bash[22220]: audit 2024-04-19T22:25:36.303335+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:37 smithi164 bash[22220]: audit 2024-04-19T22:25:36.307662+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:37 smithi164 bash[22220]: audit 2024-04-19T22:25:36.312467+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:37 smithi110 bash[21541]: cluster 2024-04-19T22:25:36.105763+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:37.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:37 smithi110 bash[21541]: audit 2024-04-19T22:25:36.303335+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:37 smithi110 bash[21541]: audit 2024-04-19T22:25:36.307662+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:37 smithi110 bash[21541]: audit 2024-04-19T22:25:36.312467+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:37 smithi133 bash[22229]: cluster 2024-04-19T22:25:36.105763+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:37.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:37 smithi133 bash[22229]: audit 2024-04-19T22:25:36.303335+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:37 smithi133 bash[22229]: audit 2024-04-19T22:25:36.307662+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:37.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:37 smithi133 bash[22229]: audit 2024-04-19T22:25:36.312467+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:39 smithi110 bash[21541]: cluster 2024-04-19T22:25:38.106225+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:39.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:39 smithi110 bash[21541]: audit 2024-04-19T22:25:38.415316+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:39 smithi110 bash[21541]: audit 2024-04-19T22:25:38.423280+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:39 smithi110 bash[21541]: audit 2024-04-19T22:25:38.433451+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:39 smithi133 bash[22229]: cluster 2024-04-19T22:25:38.106225+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:39.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:39 smithi133 bash[22229]: audit 2024-04-19T22:25:38.415316+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:39 smithi133 bash[22229]: audit 2024-04-19T22:25:38.423280+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:39 smithi133 bash[22229]: audit 2024-04-19T22:25:38.433451+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:39 smithi164 bash[22220]: cluster 2024-04-19T22:25:38.106225+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:39.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:39 smithi164 bash[22220]: audit 2024-04-19T22:25:38.415316+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:39 smithi164 bash[22220]: audit 2024-04-19T22:25:38.423280+0000 mon.a (mon.0) 548 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:39.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:39 smithi164 bash[22220]: audit 2024-04-19T22:25:38.433451+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:41.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:41 smithi110 bash[21541]: cluster 2024-04-19T22:25:40.106690+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:41.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:41 smithi133 bash[22229]: cluster 2024-04-19T22:25:40.106690+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:41.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:41 smithi164 bash[22220]: cluster 2024-04-19T22:25:40.106690+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:43.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:43 smithi133 bash[22229]: cluster 2024-04-19T22:25:42.107163+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:43.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:43 smithi133 bash[22229]: audit 2024-04-19T22:25:42.450996+0000 mon.a (mon.0) 550 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]: dispatch 2024-04-19T22:25:43.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:43 smithi133 bash[22229]: audit 2024-04-19T22:25:42.452624+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.133:0/2561241079' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]: dispatch 2024-04-19T22:25:43.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:43 smithi133 bash[22229]: audit 2024-04-19T22:25:42.454082+0000 mon.a (mon.0) 551 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]': finished 2024-04-19T22:25:43.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:43 smithi133 bash[22229]: cluster 2024-04-19T22:25:42.458662+0000 mon.a (mon.0) 552 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-19T22:25:43.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:43 smithi133 bash[22229]: audit 2024-04-19T22:25:42.459104+0000 mon.a (mon.0) 553 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:25:43.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:43 smithi133 bash[22229]: audit 2024-04-19T22:25:43.176768+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.133:0/2997978579' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:25:43.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:43 smithi164 bash[22220]: cluster 2024-04-19T22:25:42.107163+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:43.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:43 smithi164 bash[22220]: audit 2024-04-19T22:25:42.450996+0000 mon.a (mon.0) 550 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]: dispatch 2024-04-19T22:25:43.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:43 smithi164 bash[22220]: audit 2024-04-19T22:25:42.452624+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.133:0/2561241079' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]: dispatch 2024-04-19T22:25:43.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:43 smithi164 bash[22220]: audit 2024-04-19T22:25:42.454082+0000 mon.a (mon.0) 551 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]': finished 2024-04-19T22:25:43.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:43 smithi164 bash[22220]: cluster 2024-04-19T22:25:42.458662+0000 mon.a (mon.0) 552 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-19T22:25:43.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:43 smithi164 bash[22220]: audit 2024-04-19T22:25:42.459104+0000 mon.a (mon.0) 553 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:25:43.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:43 smithi164 bash[22220]: audit 2024-04-19T22:25:43.176768+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.133:0/2997978579' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:25:43.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:43 smithi110 bash[21541]: cluster 2024-04-19T22:25:42.107163+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:43.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:43 smithi110 bash[21541]: audit 2024-04-19T22:25:42.450996+0000 mon.a (mon.0) 550 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]: dispatch 2024-04-19T22:25:43.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:43 smithi110 bash[21541]: audit 2024-04-19T22:25:42.452624+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.133:0/2561241079' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]: dispatch 2024-04-19T22:25:43.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:43 smithi110 bash[21541]: audit 2024-04-19T22:25:42.454082+0000 mon.a (mon.0) 551 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "905e3148-ced4-49c1-8bae-e9bdc56b9c72"}]': finished 2024-04-19T22:25:43.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:43 smithi110 bash[21541]: cluster 2024-04-19T22:25:42.458662+0000 mon.a (mon.0) 552 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-19T22:25:43.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:43 smithi110 bash[21541]: audit 2024-04-19T22:25:42.459104+0000 mon.a (mon.0) 553 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:25:43.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:43 smithi110 bash[21541]: audit 2024-04-19T22:25:43.176768+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.133:0/2997978579' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:25:45.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:45 smithi133 bash[22229]: cluster 2024-04-19T22:25:44.107672+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:45.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:45 smithi164 bash[22220]: cluster 2024-04-19T22:25:44.107672+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:45.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:45 smithi110 bash[21541]: cluster 2024-04-19T22:25:44.107672+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:47.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:47 smithi110 bash[21541]: cluster 2024-04-19T22:25:46.108109+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:47.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:47 smithi110 bash[21541]: audit 2024-04-19T22:25:46.212381+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:47 smithi110 bash[21541]: audit 2024-04-19T22:25:46.218217+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:47 smithi110 bash[21541]: audit 2024-04-19T22:25:46.225513+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:47 smithi164 bash[22220]: cluster 2024-04-19T22:25:46.108109+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:47.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:47 smithi164 bash[22220]: audit 2024-04-19T22:25:46.212381+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:47 smithi164 bash[22220]: audit 2024-04-19T22:25:46.218217+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:47 smithi164 bash[22220]: audit 2024-04-19T22:25:46.225513+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:47 smithi133 bash[22229]: cluster 2024-04-19T22:25:46.108109+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:47.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:47 smithi133 bash[22229]: audit 2024-04-19T22:25:46.212381+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:47 smithi133 bash[22229]: audit 2024-04-19T22:25:46.218217+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:47.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:47 smithi133 bash[22229]: audit 2024-04-19T22:25:46.225513+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:49.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:49 smithi164 bash[22220]: cluster 2024-04-19T22:25:48.108529+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:49.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:49 smithi110 bash[21541]: cluster 2024-04-19T22:25:48.108529+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:49.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:49 smithi133 bash[22229]: cluster 2024-04-19T22:25:48.108529+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:51.449 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:51 smithi133 bash[22229]: cluster 2024-04-19T22:25:50.108992+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:51.453 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:51 smithi164 bash[22220]: cluster 2024-04-19T22:25:50.108992+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:51.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:51 smithi110 bash[21541]: cluster 2024-04-19T22:25:50.108992+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:53.486 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:53 smithi164 bash[22220]: cluster 2024-04-19T22:25:52.109438+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:53.538 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:53 smithi133 bash[22229]: cluster 2024-04-19T22:25:52.109438+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:53.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:53 smithi110 bash[21541]: cluster 2024-04-19T22:25:52.109438+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:55.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:55 smithi133 bash[22229]: cluster 2024-04-19T22:25:54.109924+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:55.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:55 smithi133 bash[22229]: audit 2024-04-19T22:25:54.667390+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T22:25:55.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:55 smithi133 bash[22229]: audit 2024-04-19T22:25:54.669466+0000 mon.a (mon.0) 558 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:55.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:55 smithi133 bash[22229]: cephadm 2024-04-19T22:25:54.671337+0000 mgr.a (mgr.14152) 193 : cephadm 1 Deploying daemon osd.2 on smithi133 2024-04-19T22:25:55.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:55 smithi164 bash[22220]: cluster 2024-04-19T22:25:54.109924+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:55.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:55 smithi164 bash[22220]: audit 2024-04-19T22:25:54.667390+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T22:25:55.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:55 smithi164 bash[22220]: audit 2024-04-19T22:25:54.669466+0000 mon.a (mon.0) 558 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:55.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:55 smithi164 bash[22220]: cephadm 2024-04-19T22:25:54.671337+0000 mgr.a (mgr.14152) 193 : cephadm 1 Deploying daemon osd.2 on smithi133 2024-04-19T22:25:55.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:55 smithi110 bash[21541]: cluster 2024-04-19T22:25:54.109924+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:55.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:55 smithi110 bash[21541]: audit 2024-04-19T22:25:54.667390+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T22:25:55.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:55 smithi110 bash[21541]: audit 2024-04-19T22:25:54.669466+0000 mon.a (mon.0) 558 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:55.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:55 smithi110 bash[21541]: cephadm 2024-04-19T22:25:54.671337+0000 mgr.a (mgr.14152) 193 : cephadm 1 Deploying daemon osd.2 on smithi133 2024-04-19T22:25:57.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:57 smithi133 bash[22229]: cluster 2024-04-19T22:25:56.110413+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:57.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:57 smithi133 bash[22229]: audit 2024-04-19T22:25:56.501672+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:57 smithi133 bash[22229]: audit 2024-04-19T22:25:56.506609+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:57 smithi133 bash[22229]: audit 2024-04-19T22:25:56.512818+0000 mon.a (mon.0) 561 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:57 smithi164 bash[22220]: cluster 2024-04-19T22:25:56.110413+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:57.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:57 smithi164 bash[22220]: audit 2024-04-19T22:25:56.501672+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:57 smithi164 bash[22220]: audit 2024-04-19T22:25:56.506609+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:57 smithi164 bash[22220]: audit 2024-04-19T22:25:56.512818+0000 mon.a (mon.0) 561 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:57 smithi110 bash[21541]: cluster 2024-04-19T22:25:56.110413+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:57.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:57 smithi110 bash[21541]: audit 2024-04-19T22:25:56.501672+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:57 smithi110 bash[21541]: audit 2024-04-19T22:25:56.506609+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:57.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:57 smithi110 bash[21541]: audit 2024-04-19T22:25:56.512818+0000 mon.a (mon.0) 561 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:58.787 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:58 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:58.788 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:25:58 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:59.078 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:58 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:59.079 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:25:58 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:25:59.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: cluster 2024-04-19T22:25:58.110917+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:58.632517+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:58.640292+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:58.650043+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:59.110639+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:59.118730+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:59.148161+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:59.156182+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:59.158823+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:59.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:25:59 smithi110 bash[21541]: audit 2024-04-19T22:25:59.174927+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: cluster 2024-04-19T22:25:58.110917+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:25:59.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:58.632517+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:58.640292+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:58.650043+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:59.110639+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:59.118730+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:25:59.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:59.148161+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:25:59.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:59.156182+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:25:59.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:59.158823+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:25:59.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:25:59 smithi133 bash[22229]: audit 2024-04-19T22:25:59.174927+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:00.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: cluster 2024-04-19T22:25:58.110917+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:58.632517+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:58.640292+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:58.650043+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:59.110639+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:59.118730+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:59.148161+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:59.156182+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:59.158823+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:00.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:25:59 smithi164 bash[22220]: audit 2024-04-19T22:25:59.174927+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:01.857 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:01 smithi133 bash[22229]: cluster 2024-04-19T22:26:00.111381+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:01.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:01 smithi110 bash[21541]: cluster 2024-04-19T22:26:00.111381+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:02.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:01 smithi164 bash[22220]: cluster 2024-04-19T22:26:00.111381+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:03.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:03 smithi110 bash[21541]: cluster 2024-04-19T22:26:02.111875+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:03.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:03 smithi133 bash[22229]: cluster 2024-04-19T22:26:02.111875+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:04.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:03 smithi164 bash[22220]: cluster 2024-04-19T22:26:02.111875+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:05.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:05 smithi110 bash[21541]: cluster 2024-04-19T22:26:04.112352+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:05.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:05 smithi110 bash[21541]: audit 2024-04-19T22:26:05.389793+0000 mon.a (mon.0) 571 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T22:26:05.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:05 smithi110 bash[21541]: audit 2024-04-19T22:26:05.391390+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T22:26:05.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:05 smithi133 bash[22229]: cluster 2024-04-19T22:26:04.112352+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:05.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:05 smithi133 bash[22229]: audit 2024-04-19T22:26:05.389793+0000 mon.a (mon.0) 571 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T22:26:05.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:05 smithi133 bash[22229]: audit 2024-04-19T22:26:05.391390+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T22:26:06.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:05 smithi164 bash[22220]: cluster 2024-04-19T22:26:04.112352+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:06.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:05 smithi164 bash[22220]: audit 2024-04-19T22:26:05.389793+0000 mon.a (mon.0) 571 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T22:26:06.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:05 smithi164 bash[22220]: audit 2024-04-19T22:26:05.391390+0000 mon.b (mon.2) 9 : audit 1 from='osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T22:26:06.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:05.643015+0000 mon.a (mon.0) 572 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: cluster 2024-04-19T22:26:05.649183+0000 mon.a (mon.0) 573 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:05.649810+0000 mon.b (mon.2) 10 : audit 1 from='osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:05.650169+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:05.650853+0000 mon.a (mon.0) 575 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.387822+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.391884+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.396937+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.416066+0000 mon.a (mon.0) 579 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.418849+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:06.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.419645+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:06.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.425242+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:06.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: audit 2024-04-19T22:26:06.645622+0000 mon.a (mon.0) 583 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-19T22:26:06.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:06 smithi110 bash[21541]: cluster 2024-04-19T22:26:06.650605+0000 mon.a (mon.0) 584 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:05.643015+0000 mon.a (mon.0) 572 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: cluster 2024-04-19T22:26:05.649183+0000 mon.a (mon.0) 573 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:05.649810+0000 mon.b (mon.2) 10 : audit 1 from='osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:05.650169+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:05.650853+0000 mon.a (mon.0) 575 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.387822+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.391884+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.084 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.396937+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.085 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.416066+0000 mon.a (mon.0) 579 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:07.085 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.418849+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:07.085 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.419645+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:07.085 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.425242+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.085 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: audit 2024-04-19T22:26:06.645622+0000 mon.a (mon.0) 583 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-19T22:26:07.085 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:06 smithi133 bash[22229]: cluster 2024-04-19T22:26:06.650605+0000 mon.a (mon.0) 584 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:05.643015+0000 mon.a (mon.0) 572 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: cluster 2024-04-19T22:26:05.649183+0000 mon.a (mon.0) 573 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:05.649810+0000 mon.b (mon.2) 10 : audit 1 from='osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:05.650169+0000 mon.a (mon.0) 574 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:05.650853+0000 mon.a (mon.0) 575 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.387822+0000 mon.a (mon.0) 576 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.391884+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.396937+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.416066+0000 mon.a (mon.0) 579 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:07.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.418849+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:07.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.419645+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:07.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.425242+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:07.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: audit 2024-04-19T22:26:06.645622+0000 mon.a (mon.0) 583 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-19T22:26:07.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:06 smithi164 bash[22220]: cluster 2024-04-19T22:26:06.650605+0000 mon.a (mon.0) 584 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-19T22:26:07.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:07 smithi110 bash[21541]: cluster 2024-04-19T22:26:06.112906+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:07.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:07 smithi110 bash[21541]: cephadm 2024-04-19T22:26:06.393303+0000 mgr.a (mgr.14152) 200 : cephadm 1 Detected new or changed devices on smithi133 2024-04-19T22:26:07.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:07 smithi110 bash[21541]: audit 2024-04-19T22:26:06.651415+0000 mon.a (mon.0) 585 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:07.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:07 smithi110 bash[21541]: audit 2024-04-19T22:26:06.659312+0000 mon.a (mon.0) 586 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:07.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:07 smithi110 bash[21541]: audit 2024-04-19T22:26:07.160670+0000 mon.a (mon.0) 587 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-19T22:26:07.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:07 smithi110 bash[21541]: audit 2024-04-19T22:26:07.658633+0000 mon.a (mon.0) 588 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:07.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:07 smithi133 bash[22229]: cluster 2024-04-19T22:26:06.112906+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:07.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:07 smithi133 bash[22229]: cephadm 2024-04-19T22:26:06.393303+0000 mgr.a (mgr.14152) 200 : cephadm 1 Detected new or changed devices on smithi133 2024-04-19T22:26:07.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:07 smithi133 bash[22229]: audit 2024-04-19T22:26:06.651415+0000 mon.a (mon.0) 585 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:07.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:07 smithi133 bash[22229]: audit 2024-04-19T22:26:06.659312+0000 mon.a (mon.0) 586 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:07.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:07 smithi133 bash[22229]: audit 2024-04-19T22:26:07.160670+0000 mon.a (mon.0) 587 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-19T22:26:07.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:07 smithi133 bash[22229]: audit 2024-04-19T22:26:07.658633+0000 mon.a (mon.0) 588 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:08.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:07 smithi164 bash[22220]: cluster 2024-04-19T22:26:06.112906+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:08.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:07 smithi164 bash[22220]: cephadm 2024-04-19T22:26:06.393303+0000 mgr.a (mgr.14152) 200 : cephadm 1 Detected new or changed devices on smithi133 2024-04-19T22:26:08.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:07 smithi164 bash[22220]: audit 2024-04-19T22:26:06.651415+0000 mon.a (mon.0) 585 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:08.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:07 smithi164 bash[22220]: audit 2024-04-19T22:26:06.659312+0000 mon.a (mon.0) 586 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:08.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:07 smithi164 bash[22220]: audit 2024-04-19T22:26:07.160670+0000 mon.a (mon.0) 587 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-19T22:26:08.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:07 smithi164 bash[22220]: audit 2024-04-19T22:26:07.658633+0000 mon.a (mon.0) 588 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:09.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:09 smithi110 bash[21541]: cluster 2024-04-19T22:26:06.409769+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:26:09.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:09 smithi110 bash[21541]: cluster 2024-04-19T22:26:06.409894+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:26:09.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:09 smithi110 bash[21541]: cluster 2024-04-19T22:26:08.113302+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:09.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:09 smithi110 bash[21541]: cluster 2024-04-19T22:26:08.164166+0000 mon.a (mon.0) 589 : cluster 1 osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685] boot 2024-04-19T22:26:09.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:09 smithi110 bash[21541]: cluster 2024-04-19T22:26:08.164241+0000 mon.a (mon.0) 590 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-19T22:26:09.394 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:09 smithi110 bash[21541]: audit 2024-04-19T22:26:08.164404+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:09 smithi133 bash[22229]: cluster 2024-04-19T22:26:06.409769+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:26:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:09 smithi133 bash[22229]: cluster 2024-04-19T22:26:06.409894+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:26:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:09 smithi133 bash[22229]: cluster 2024-04-19T22:26:08.113302+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:09 smithi133 bash[22229]: cluster 2024-04-19T22:26:08.164166+0000 mon.a (mon.0) 589 : cluster 1 osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685] boot 2024-04-19T22:26:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:09 smithi133 bash[22229]: cluster 2024-04-19T22:26:08.164241+0000 mon.a (mon.0) 590 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-19T22:26:09.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:09 smithi133 bash[22229]: audit 2024-04-19T22:26:08.164404+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:09.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:09 smithi164 bash[22220]: cluster 2024-04-19T22:26:06.409769+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:26:09.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:09 smithi164 bash[22220]: cluster 2024-04-19T22:26:06.409894+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:26:09.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:09 smithi164 bash[22220]: cluster 2024-04-19T22:26:08.113302+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T22:26:09.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:09 smithi164 bash[22220]: cluster 2024-04-19T22:26:08.164166+0000 mon.a (mon.0) 589 : cluster 1 osd.2 [v2:172.21.15.133:6800/1722952685,v1:172.21.15.133:6801/1722952685] boot 2024-04-19T22:26:09.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:09 smithi164 bash[22220]: cluster 2024-04-19T22:26:08.164241+0000 mon.a (mon.0) 590 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-19T22:26:09.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:09 smithi164 bash[22220]: audit 2024-04-19T22:26:08.164404+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T22:26:10.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:10 smithi133 bash[22229]: cluster 2024-04-19T22:26:09.173089+0000 mon.a (mon.0) 592 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-19T22:26:10.831 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 2 on host 'smithi133' 2024-04-19T22:26:10.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:10 smithi164 bash[22220]: cluster 2024-04-19T22:26:09.173089+0000 mon.a (mon.0) 592 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-19T22:26:10.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:10 smithi110 bash[21541]: cluster 2024-04-19T22:26:09.173089+0000 mon.a (mon.0) 592 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-19T22:26:11.533 DEBUG:teuthology.orchestra.run.smithi133:osd.2> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.2.service 2024-04-19T22:26:11.535 INFO:tasks.cephadm:Deploying osd.3 on smithi133 with /dev/vg_nvme/lv_3... 2024-04-19T22:26:11.536 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-19T22:26:11.686 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:09.985271+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' 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-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: cluster 2024-04-19T22:26:10.113722+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.433682+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.440104+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.446213+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.473725+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' 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-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: cluster 2024-04-19T22:26:10.478329+0000 mon.a (mon.0) 598 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.479830+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.486064+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:11.687 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.491158+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.492607+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.501647+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.823039+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.828810+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.829244+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.833678+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.837697+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.839733+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.840747+0000 mon.a (mon.0) 610 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:11.688 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:11 smithi164 bash[22220]: audit 2024-04-19T22:26:10.847423+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:09.985271+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' 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-04-19T22:26:11.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: cluster 2024-04-19T22:26:10.113722+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:11.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.433682+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.440104+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.446213+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.473725+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' 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-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: cluster 2024-04-19T22:26:10.478329+0000 mon.a (mon.0) 598 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.479830+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.486064+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.491158+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.492607+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.501647+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.823039+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.828810+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.829244+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.833678+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.837697+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.839733+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:11.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.840747+0000 mon.a (mon.0) 610 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:11.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:11 smithi110 bash[21541]: audit 2024-04-19T22:26:10.847423+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:09.985271+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' 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-04-19T22:26:11.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: cluster 2024-04-19T22:26:10.113722+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.433682+0000 mon.a (mon.0) 594 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.440104+0000 mon.a (mon.0) 595 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.446213+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.473725+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' 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-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: cluster 2024-04-19T22:26:10.478329+0000 mon.a (mon.0) 598 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.479830+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.486064+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.491158+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.492607+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.501647+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.823039+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.828810+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.829244+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:26:11.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.833678+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.837697+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:11.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.839733+0000 mon.a (mon.0) 609 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:11.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.840747+0000 mon.a (mon.0) 610 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:11.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:11 smithi133 bash[22229]: audit 2024-04-19T22:26:10.847423+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:12 smithi164 bash[22220]: cephadm 2024-04-19T22:26:10.830949+0000 mgr.a (mgr.14152) 203 : cephadm 1 Adjusting osd_memory_target on smithi133 to 16241M 2024-04-19T22:26:12.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:12 smithi164 bash[22220]: audit 2024-04-19T22:26:11.475949+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T22:26:12.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:12 smithi164 bash[22220]: cluster 2024-04-19T22:26:11.480588+0000 mon.a (mon.0) 613 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-19T22:26:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:12 smithi110 bash[21541]: cephadm 2024-04-19T22:26:10.830949+0000 mgr.a (mgr.14152) 203 : cephadm 1 Adjusting osd_memory_target on smithi133 to 16241M 2024-04-19T22:26:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:12 smithi110 bash[21541]: audit 2024-04-19T22:26:11.475949+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T22:26:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:12 smithi110 bash[21541]: cluster 2024-04-19T22:26:11.480588+0000 mon.a (mon.0) 613 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-19T22:26:12.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:12 smithi133 bash[22229]: cephadm 2024-04-19T22:26:10.830949+0000 mgr.a (mgr.14152) 203 : cephadm 1 Adjusting osd_memory_target on smithi133 to 16241M 2024-04-19T22:26:12.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:12 smithi133 bash[22229]: audit 2024-04-19T22:26:11.475949+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T22:26:12.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:12 smithi133 bash[22229]: cluster 2024-04-19T22:26:11.480588+0000 mon.a (mon.0) 613 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-19T22:26:13.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:13 smithi110 bash[21541]: cluster 2024-04-19T22:26:12.114223+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:13.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:13 smithi110 bash[21541]: cluster 2024-04-19T22:26:12.500496+0000 mon.a (mon.0) 614 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T22:26:13.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:13 smithi110 bash[21541]: cluster 2024-04-19T22:26:12.500595+0000 mon.a (mon.0) 615 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-19T22:26:13.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:13 smithi110 bash[21541]: audit 2024-04-19T22:26:12.853091+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:13.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:13 smithi164 bash[22220]: cluster 2024-04-19T22:26:12.114223+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:13.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:13 smithi164 bash[22220]: cluster 2024-04-19T22:26:12.500496+0000 mon.a (mon.0) 614 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T22:26:13.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:13 smithi164 bash[22220]: cluster 2024-04-19T22:26:12.500595+0000 mon.a (mon.0) 615 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-19T22:26:13.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:13 smithi164 bash[22220]: audit 2024-04-19T22:26:12.853091+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:13.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:13 smithi133 bash[22229]: cluster 2024-04-19T22:26:12.114223+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:13.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:13 smithi133 bash[22229]: cluster 2024-04-19T22:26:12.500496+0000 mon.a (mon.0) 614 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T22:26:13.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:13 smithi133 bash[22229]: cluster 2024-04-19T22:26:12.500595+0000 mon.a (mon.0) 615 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-19T22:26:13.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:13 smithi133 bash[22229]: audit 2024-04-19T22:26:12.853091+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:16.297 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T22:26:16.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: cluster 2024-04-19T22:26:14.114785+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:16.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:14.689790+0000 mon.a (mon.0) 617 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:16.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:14.692409+0000 mon.a (mon.0) 618 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:16.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:15.609323+0000 mon.a (mon.0) 619 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:16.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:15.610316+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:16.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:15.610485+0000 mon.a (mon.0) 621 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:16.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:15.610689+0000 mon.a (mon.0) 622 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:16.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:15.613114+0000 mon.a (mon.0) 623 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:16.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:15.613261+0000 mon.a (mon.0) 624 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:16.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:16 smithi133 bash[22229]: audit 2024-04-19T22:26:15.613412+0000 mon.a (mon.0) 625 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:16.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: cluster 2024-04-19T22:26:14.114785+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:14.689790+0000 mon.a (mon.0) 617 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:14.692409+0000 mon.a (mon.0) 618 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:15.609323+0000 mon.a (mon.0) 619 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:15.610316+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:15.610485+0000 mon.a (mon.0) 621 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:15.610689+0000 mon.a (mon.0) 622 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:15.613114+0000 mon.a (mon.0) 623 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:15.613261+0000 mon.a (mon.0) 624 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:16.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:16 smithi164 bash[22220]: audit 2024-04-19T22:26:15.613412+0000 mon.a (mon.0) 625 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:16.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: cluster 2024-04-19T22:26:14.114785+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:14.689790+0000 mon.a (mon.0) 617 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:14.692409+0000 mon.a (mon.0) 618 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:15.609323+0000 mon.a (mon.0) 619 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:15.610316+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:15.610485+0000 mon.a (mon.0) 621 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:15.610689+0000 mon.a (mon.0) 622 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:15.613114+0000 mon.a (mon.0) 623 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:15.613261+0000 mon.a (mon.0) 624 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:16.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:16 smithi110 bash[21541]: audit 2024-04-19T22:26:15.613412+0000 mon.a (mon.0) 625 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:17.609 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:15.613425+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:17.609 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: cluster 2024-04-19T22:26:16.115257+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:17.609 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:16.523758+0000 mon.c (mon.1) 5 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:17.609 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:16.567889+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.609 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:16.570360+0000 mon.a (mon.0) 627 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:17.610 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:16.570637+0000 mon.a (mon.0) 628 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:17.610 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:16.570885+0000 mon.a (mon.0) 629 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:17.610 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:16.572476+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:17.610 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:17.467511+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:17.610 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:17.472401+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.610 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:17.485144+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.610 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:17 smithi133 bash[22229]: audit 2024-04-19T22:26:17.496510+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:15.613425+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: cluster 2024-04-19T22:26:16.115257+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:16.523758+0000 mon.c (mon.1) 5 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:16.567889+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:16.570360+0000 mon.a (mon.0) 627 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:16.570637+0000 mon.a (mon.0) 628 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:16.570885+0000 mon.a (mon.0) 629 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:16.572476+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:17.467511+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:17.472401+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:17.485144+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:17 smithi164 bash[22220]: audit 2024-04-19T22:26:17.496510+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:15.613425+0000 mon.c (mon.1) 4 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:17.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: cluster 2024-04-19T22:26:16.115257+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:17.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:16.523758+0000 mon.c (mon.1) 5 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:16.567889+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:16.570360+0000 mon.a (mon.0) 627 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:16.570637+0000 mon.a (mon.0) 628 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:16.570885+0000 mon.a (mon.0) 629 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:16.572476+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:17.467511+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:17.472401+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:17.485144+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:17.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:17 smithi110 bash[21541]: audit 2024-04-19T22:26:17.496510+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.486 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-19T22:26:19.486 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-19T22:26:19.486 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-04-19T22:26:19.486 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-04-19T22:26:19.486 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0159991 s, 655 MB/s 2024-04-19T22:26:19.486 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-04-19T22:26:19.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:19 smithi164 bash[22220]: cluster 2024-04-19T22:26:18.115791+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:19.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:19 smithi164 bash[22220]: audit 2024-04-19T22:26:18.848911+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:19 smithi164 bash[22220]: audit 2024-04-19T22:26:18.856835+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:19 smithi164 bash[22220]: audit 2024-04-19T22:26:18.866666+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:19 smithi110 bash[21541]: cluster 2024-04-19T22:26:18.115791+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:19.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:19 smithi110 bash[21541]: audit 2024-04-19T22:26:18.848911+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:19 smithi110 bash[21541]: audit 2024-04-19T22:26:18.856835+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:19 smithi110 bash[21541]: audit 2024-04-19T22:26:18.866666+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:19 smithi133 bash[22229]: cluster 2024-04-19T22:26:18.115791+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:19.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:19 smithi133 bash[22229]: audit 2024-04-19T22:26:18.848911+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:19 smithi133 bash[22229]: audit 2024-04-19T22:26:18.856835+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:19.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:19 smithi133 bash[22229]: audit 2024-04-19T22:26:18.866666+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:20.188 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_3 2024-04-19T22:26:21.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:21 smithi164 bash[22220]: cluster 2024-04-19T22:26:20.116397+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-04-19T22:26:21.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:21 smithi110 bash[21541]: cluster 2024-04-19T22:26:20.116397+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-04-19T22:26:21.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:21 smithi133 bash[22229]: cluster 2024-04-19T22:26:20.116397+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2024-04-19T22:26:23.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:23 smithi164 bash[22220]: cluster 2024-04-19T22:26:22.116927+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-04-19T22:26:23.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:23 smithi110 bash[21541]: cluster 2024-04-19T22:26:22.116927+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-04-19T22:26:23.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:23 smithi133 bash[22229]: cluster 2024-04-19T22:26:22.116927+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 10 op/s 2024-04-19T22:26:24.911 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T22:26:25.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:25 smithi164 bash[22220]: cluster 2024-04-19T22:26:24.117506+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-04-19T22:26:25.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:25 smithi110 bash[21541]: cluster 2024-04-19T22:26:24.117506+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-04-19T22:26:25.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:25 smithi133 bash[22229]: cluster 2024-04-19T22:26:24.117506+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-04-19T22:26:27.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:27 smithi164 bash[22220]: cluster 2024-04-19T22:26:26.118038+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:27.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:27 smithi110 bash[21541]: cluster 2024-04-19T22:26:26.118038+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:27.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:27 smithi133 bash[22229]: cluster 2024-04-19T22:26:26.118038+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:29.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:29 smithi110 bash[21541]: cluster 2024-04-19T22:26:28.118597+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:29.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:29 smithi110 bash[21541]: audit 2024-04-19T22:26:28.662974+0000 mgr.a (mgr.14152) 213 : audit 0 from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:26:29.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:29 smithi110 bash[21541]: audit 2024-04-19T22:26:28.666006+0000 mon.a (mon.0) 636 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:26:29.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:29 smithi110 bash[21541]: audit 2024-04-19T22:26:28.668619+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:26:29.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:29 smithi110 bash[21541]: audit 2024-04-19T22:26:28.669308+0000 mon.a (mon.0) 638 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:29.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:29 smithi164 bash[22220]: cluster 2024-04-19T22:26:28.118597+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:29.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:29 smithi164 bash[22220]: audit 2024-04-19T22:26:28.662974+0000 mgr.a (mgr.14152) 213 : audit 0 from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:26:29.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:29 smithi164 bash[22220]: audit 2024-04-19T22:26:28.666006+0000 mon.a (mon.0) 636 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:26:29.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:29 smithi164 bash[22220]: audit 2024-04-19T22:26:28.668619+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:26:29.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:29 smithi164 bash[22220]: audit 2024-04-19T22:26:28.669308+0000 mon.a (mon.0) 638 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:29.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:29 smithi133 bash[22229]: cluster 2024-04-19T22:26:28.118597+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:29.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:29 smithi133 bash[22229]: audit 2024-04-19T22:26:28.662974+0000 mgr.a (mgr.14152) 213 : audit 0 from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:26:29.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:29 smithi133 bash[22229]: audit 2024-04-19T22:26:28.666006+0000 mon.a (mon.0) 636 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:26:29.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:29 smithi133 bash[22229]: audit 2024-04-19T22:26:28.668619+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:26:29.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:29 smithi133 bash[22229]: audit 2024-04-19T22:26:28.669308+0000 mon.a (mon.0) 638 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:31.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:31 smithi164 bash[22220]: cluster 2024-04-19T22:26:30.119216+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:31.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:31 smithi164 bash[22220]: audit 2024-04-19T22:26:30.648010+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:31 smithi164 bash[22220]: audit 2024-04-19T22:26:30.656985+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:31 smithi164 bash[22220]: audit 2024-04-19T22:26:30.667227+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:31 smithi164 bash[22220]: audit 2024-04-19T22:26:31.266606+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:31 smithi164 bash[22220]: audit 2024-04-19T22:26:31.275431+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:31 smithi164 bash[22220]: audit 2024-04-19T22:26:31.285699+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:31 smithi110 bash[21541]: cluster 2024-04-19T22:26:30.119216+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:31.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:31 smithi110 bash[21541]: audit 2024-04-19T22:26:30.648010+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:31 smithi110 bash[21541]: audit 2024-04-19T22:26:30.656985+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:31 smithi110 bash[21541]: audit 2024-04-19T22:26:30.667227+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:31 smithi110 bash[21541]: audit 2024-04-19T22:26:31.266606+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:31 smithi110 bash[21541]: audit 2024-04-19T22:26:31.275431+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:31 smithi110 bash[21541]: audit 2024-04-19T22:26:31.285699+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:31 smithi133 bash[22229]: cluster 2024-04-19T22:26:30.119216+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-04-19T22:26:31.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:31 smithi133 bash[22229]: audit 2024-04-19T22:26:30.648010+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:31 smithi133 bash[22229]: audit 2024-04-19T22:26:30.656985+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:31 smithi133 bash[22229]: audit 2024-04-19T22:26:30.667227+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:31 smithi133 bash[22229]: audit 2024-04-19T22:26:31.266606+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:31 smithi133 bash[22229]: audit 2024-04-19T22:26:31.275431+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:31.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:31 smithi133 bash[22229]: audit 2024-04-19T22:26:31.285699+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:33.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:33 smithi164 bash[22220]: cluster 2024-04-19T22:26:32.119734+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:33.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:33 smithi110 bash[21541]: cluster 2024-04-19T22:26:32.119734+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:33.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:33 smithi133 bash[22229]: cluster 2024-04-19T22:26:32.119734+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:35.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:35 smithi110 bash[21541]: cluster 2024-04-19T22:26:34.120347+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:35.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:35 smithi133 bash[22229]: cluster 2024-04-19T22:26:34.120347+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:36.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:35 smithi164 bash[22220]: cluster 2024-04-19T22:26:34.120347+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:37.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:37 smithi110 bash[21541]: cluster 2024-04-19T22:26:36.120829+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:37.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:37 smithi110 bash[21541]: audit 2024-04-19T22:26:37.268741+0000 mon.a (mon.0) 645 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]: dispatch 2024-04-19T22:26:37.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:37 smithi110 bash[21541]: audit 2024-04-19T22:26:37.270316+0000 mon.b (mon.2) 13 : audit 1 from='client.? 172.21.15.133:0/250331601' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]: dispatch 2024-04-19T22:26:37.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:37 smithi110 bash[21541]: audit 2024-04-19T22:26:37.272379+0000 mon.a (mon.0) 646 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]': finished 2024-04-19T22:26:37.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:37 smithi110 bash[21541]: cluster 2024-04-19T22:26:37.277695+0000 mon.a (mon.0) 647 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-04-19T22:26:37.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:37 smithi110 bash[21541]: audit 2024-04-19T22:26:37.278475+0000 mon.a (mon.0) 648 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:26:37.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:37 smithi133 bash[22229]: cluster 2024-04-19T22:26:36.120829+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:37.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:37 smithi133 bash[22229]: audit 2024-04-19T22:26:37.268741+0000 mon.a (mon.0) 645 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]: dispatch 2024-04-19T22:26:37.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:37 smithi133 bash[22229]: audit 2024-04-19T22:26:37.270316+0000 mon.b (mon.2) 13 : audit 1 from='client.? 172.21.15.133:0/250331601' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]: dispatch 2024-04-19T22:26:37.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:37 smithi133 bash[22229]: audit 2024-04-19T22:26:37.272379+0000 mon.a (mon.0) 646 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]': finished 2024-04-19T22:26:37.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:37 smithi133 bash[22229]: cluster 2024-04-19T22:26:37.277695+0000 mon.a (mon.0) 647 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-04-19T22:26:37.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:37 smithi133 bash[22229]: audit 2024-04-19T22:26:37.278475+0000 mon.a (mon.0) 648 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:26:38.035 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:37 smithi164 bash[22220]: cluster 2024-04-19T22:26:36.120829+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:38.036 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:37 smithi164 bash[22220]: audit 2024-04-19T22:26:37.268741+0000 mon.a (mon.0) 645 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]: dispatch 2024-04-19T22:26:38.036 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:37 smithi164 bash[22220]: audit 2024-04-19T22:26:37.270316+0000 mon.b (mon.2) 13 : audit 1 from='client.? 172.21.15.133:0/250331601' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]: dispatch 2024-04-19T22:26:38.036 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:37 smithi164 bash[22220]: audit 2024-04-19T22:26:37.272379+0000 mon.a (mon.0) 646 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dd27764-d1d3-47c6-af0d-a1d6a59a53e7"}]': finished 2024-04-19T22:26:38.036 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:37 smithi164 bash[22220]: cluster 2024-04-19T22:26:37.277695+0000 mon.a (mon.0) 647 : cluster 0 osdmap e23: 4 total, 3 up, 4 in 2024-04-19T22:26:38.036 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:37 smithi164 bash[22220]: audit 2024-04-19T22:26:37.278475+0000 mon.a (mon.0) 648 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:26:39.064 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:38 smithi164 bash[22220]: audit 2024-04-19T22:26:37.697904+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.064 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:38 smithi164 bash[22220]: audit 2024-04-19T22:26:37.703970+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.064 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:38 smithi164 bash[22220]: audit 2024-04-19T22:26:37.713173+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.064 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:38 smithi164 bash[22220]: audit 2024-04-19T22:26:38.022568+0000 mon.b (mon.2) 14 : audit 0 from='client.? 172.21.15.133:0/2202279435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:26:39.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:38 smithi110 bash[21541]: audit 2024-04-19T22:26:37.697904+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:38 smithi110 bash[21541]: audit 2024-04-19T22:26:37.703970+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:38 smithi110 bash[21541]: audit 2024-04-19T22:26:37.713173+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:38 smithi110 bash[21541]: audit 2024-04-19T22:26:38.022568+0000 mon.b (mon.2) 14 : audit 0 from='client.? 172.21.15.133:0/2202279435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:26:39.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:38 smithi133 bash[22229]: audit 2024-04-19T22:26:37.697904+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:38 smithi133 bash[22229]: audit 2024-04-19T22:26:37.703970+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:38 smithi133 bash[22229]: audit 2024-04-19T22:26:37.713173+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:39.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:38 smithi133 bash[22229]: audit 2024-04-19T22:26:38.022568+0000 mon.b (mon.2) 14 : audit 0 from='client.? 172.21.15.133:0/2202279435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:26:40.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:39 smithi164 bash[22220]: cluster 2024-04-19T22:26:38.121374+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:40.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:39 smithi164 bash[22220]: audit 2024-04-19T22:26:39.072283+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:39 smithi164 bash[22220]: audit 2024-04-19T22:26:39.080224+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:39 smithi164 bash[22220]: audit 2024-04-19T22:26:39.090321+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:39 smithi110 bash[21541]: cluster 2024-04-19T22:26:38.121374+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:39 smithi110 bash[21541]: audit 2024-04-19T22:26:39.072283+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:39 smithi110 bash[21541]: audit 2024-04-19T22:26:39.080224+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:39 smithi110 bash[21541]: audit 2024-04-19T22:26:39.090321+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:39 smithi133 bash[22229]: cluster 2024-04-19T22:26:38.121374+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:40.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:39 smithi133 bash[22229]: audit 2024-04-19T22:26:39.072283+0000 mon.a (mon.0) 652 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:39 smithi133 bash[22229]: audit 2024-04-19T22:26:39.080224+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:40.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:39 smithi133 bash[22229]: audit 2024-04-19T22:26:39.090321+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:42.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:41 smithi164 bash[22220]: cluster 2024-04-19T22:26:40.121931+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:42.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:41 smithi110 bash[21541]: cluster 2024-04-19T22:26:40.121931+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:42.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:41 smithi133 bash[22229]: cluster 2024-04-19T22:26:40.121931+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:44.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:43 smithi164 bash[22220]: cluster 2024-04-19T22:26:42.122406+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:44.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:43 smithi110 bash[21541]: cluster 2024-04-19T22:26:42.122406+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:44.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:43 smithi133 bash[22229]: cluster 2024-04-19T22:26:42.122406+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:45.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:45 smithi133 bash[22229]: cluster 2024-04-19T22:26:44.122953+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:46.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:45 smithi164 bash[22220]: cluster 2024-04-19T22:26:44.122953+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:46.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:45 smithi110 bash[21541]: cluster 2024-04-19T22:26:44.122953+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:47.834 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:47 smithi133 bash[22229]: cluster 2024-04-19T22:26:46.123485+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:47.990 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:47 smithi110 bash[21541]: cluster 2024-04-19T22:26:46.123485+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:48.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:47 smithi164 bash[22220]: cluster 2024-04-19T22:26:46.123485+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:49.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:49 smithi133 bash[22229]: cluster 2024-04-19T22:26:48.124093+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:49.968 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:49 smithi110 bash[21541]: cluster 2024-04-19T22:26:48.124093+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:50.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:49 smithi164 bash[22220]: cluster 2024-04-19T22:26:48.124093+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:52.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:51 smithi164 bash[22220]: cluster 2024-04-19T22:26:50.124607+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:52.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:51 smithi164 bash[22220]: audit 2024-04-19T22:26:51.410276+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:51 smithi164 bash[22220]: audit 2024-04-19T22:26:51.419028+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:51 smithi164 bash[22220]: audit 2024-04-19T22:26:51.429303+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:51 smithi110 bash[21541]: cluster 2024-04-19T22:26:50.124607+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:52.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:51 smithi110 bash[21541]: audit 2024-04-19T22:26:51.410276+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:51 smithi110 bash[21541]: audit 2024-04-19T22:26:51.419028+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:51 smithi110 bash[21541]: audit 2024-04-19T22:26:51.429303+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:51 smithi133 bash[22229]: cluster 2024-04-19T22:26:50.124607+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:52.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:51 smithi133 bash[22229]: audit 2024-04-19T22:26:51.410276+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:51 smithi133 bash[22229]: audit 2024-04-19T22:26:51.419028+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:51 smithi133 bash[22229]: audit 2024-04-19T22:26:51.429303+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:52.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:52 smithi164 bash[22220]: cephadm 2024-04-19T22:26:51.422391+0000 mgr.a (mgr.14152) 225 : cephadm 1 Detected new or changed devices on smithi133 2024-04-19T22:26:52.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:52 smithi164 bash[22220]: audit 2024-04-19T22:26:52.376616+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-19T22:26:52.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:52 smithi164 bash[22220]: audit 2024-04-19T22:26:52.378429+0000 mon.a (mon.0) 659 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:53.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:52 smithi110 bash[21541]: cephadm 2024-04-19T22:26:51.422391+0000 mgr.a (mgr.14152) 225 : cephadm 1 Detected new or changed devices on smithi133 2024-04-19T22:26:53.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:52 smithi110 bash[21541]: audit 2024-04-19T22:26:52.376616+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-19T22:26:53.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:52 smithi110 bash[21541]: audit 2024-04-19T22:26:52.378429+0000 mon.a (mon.0) 659 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:53.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:52 smithi133 bash[22229]: cephadm 2024-04-19T22:26:51.422391+0000 mgr.a (mgr.14152) 225 : cephadm 1 Detected new or changed devices on smithi133 2024-04-19T22:26:53.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:52 smithi133 bash[22229]: audit 2024-04-19T22:26:52.376616+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-19T22:26:53.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:52 smithi133 bash[22229]: audit 2024-04-19T22:26:52.378429+0000 mon.a (mon.0) 659 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:53.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:53 smithi133 bash[22229]: cluster 2024-04-19T22:26:52.125105+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:53.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:53 smithi133 bash[22229]: cephadm 2024-04-19T22:26:52.380073+0000 mgr.a (mgr.14152) 227 : cephadm 1 Deploying daemon osd.3 on smithi133 2024-04-19T22:26:54.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:53 smithi164 bash[22220]: cluster 2024-04-19T22:26:52.125105+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:54.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:53 smithi164 bash[22220]: cephadm 2024-04-19T22:26:52.380073+0000 mgr.a (mgr.14152) 227 : cephadm 1 Deploying daemon osd.3 on smithi133 2024-04-19T22:26:54.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:53 smithi110 bash[21541]: cluster 2024-04-19T22:26:52.125105+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:54.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:53 smithi110 bash[21541]: cephadm 2024-04-19T22:26:52.380073+0000 mgr.a (mgr.14152) 227 : cephadm 1 Deploying daemon osd.3 on smithi133 2024-04-19T22:26:56.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:55 smithi164 bash[22220]: cluster 2024-04-19T22:26:54.125669+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:56.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:55 smithi110 bash[21541]: cluster 2024-04-19T22:26:54.125669+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:56.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:55 smithi133 bash[22229]: cluster 2024-04-19T22:26:54.125669+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:56.613 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:56 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:26:56.613 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:26:56 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:26:56.613 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:26:56 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:26:56.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:56 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:26:56.899 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:26:56 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:26:56.899 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:26:56 smithi133 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:26:57.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:57 smithi133 bash[22229]: cluster 2024-04-19T22:26:56.126308+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:57.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:57 smithi133 bash[22229]: audit 2024-04-19T22:26:56.790576+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:57.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:57 smithi133 bash[22229]: audit 2024-04-19T22:26:56.800286+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:57.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:57 smithi133 bash[22229]: audit 2024-04-19T22:26:56.817891+0000 mon.a (mon.0) 662 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:57.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:57 smithi133 bash[22229]: audit 2024-04-19T22:26:56.826187+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:57.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:57 smithi133 bash[22229]: audit 2024-04-19T22:26:56.827865+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:57.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:57 smithi133 bash[22229]: audit 2024-04-19T22:26:56.839746+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:58.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:57 smithi164 bash[22220]: cluster 2024-04-19T22:26:56.126308+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:58.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:57 smithi164 bash[22220]: audit 2024-04-19T22:26:56.790576+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:58.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:57 smithi164 bash[22220]: audit 2024-04-19T22:26:56.800286+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:58.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:57 smithi164 bash[22220]: audit 2024-04-19T22:26:56.817891+0000 mon.a (mon.0) 662 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:58.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:57 smithi164 bash[22220]: audit 2024-04-19T22:26:56.826187+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:58.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:57 smithi164 bash[22220]: audit 2024-04-19T22:26:56.827865+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:58.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:57 smithi164 bash[22220]: audit 2024-04-19T22:26:56.839746+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:58.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:57 smithi110 bash[21541]: cluster 2024-04-19T22:26:56.126308+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:58.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:57 smithi110 bash[21541]: audit 2024-04-19T22:26:56.790576+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:58.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:57 smithi110 bash[21541]: audit 2024-04-19T22:26:56.800286+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:58.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:57 smithi110 bash[21541]: audit 2024-04-19T22:26:56.817891+0000 mon.a (mon.0) 662 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:26:58.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:57 smithi110 bash[21541]: audit 2024-04-19T22:26:56.826187+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:26:58.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:57 smithi110 bash[21541]: audit 2024-04-19T22:26:56.827865+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:26:58.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:57 smithi110 bash[21541]: audit 2024-04-19T22:26:56.839746+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:58 smithi110 bash[21541]: audit 2024-04-19T22:26:57.913604+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:58 smithi110 bash[21541]: audit 2024-04-19T22:26:57.922738+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:58 smithi110 bash[21541]: audit 2024-04-19T22:26:57.932779+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:26:58 smithi110 bash[21541]: cluster 2024-04-19T22:26:58.126876+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:59.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:58 smithi133 bash[22229]: audit 2024-04-19T22:26:57.913604+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:58 smithi133 bash[22229]: audit 2024-04-19T22:26:57.922738+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:58 smithi133 bash[22229]: audit 2024-04-19T22:26:57.932779+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:26:58 smithi133 bash[22229]: cluster 2024-04-19T22:26:58.126876+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:26:59.278 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:58 smithi164 bash[22220]: audit 2024-04-19T22:26:57.913604+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.278 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:58 smithi164 bash[22220]: audit 2024-04-19T22:26:57.922738+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.278 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:58 smithi164 bash[22220]: audit 2024-04-19T22:26:57.932779+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:26:59.278 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:26:58 smithi164 bash[22220]: cluster 2024-04-19T22:26:58.126876+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:00.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:00 smithi164 bash[22220]: audit 2024-04-19T22:26:59.286888+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:00 smithi164 bash[22220]: audit 2024-04-19T22:26:59.294943+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:00 smithi164 bash[22220]: audit 2024-04-19T22:26:59.304657+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:00 smithi110 bash[21541]: audit 2024-04-19T22:26:59.286888+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:00 smithi110 bash[21541]: audit 2024-04-19T22:26:59.294943+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:00 smithi110 bash[21541]: audit 2024-04-19T22:26:59.304657+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:00 smithi133 bash[22229]: audit 2024-04-19T22:26:59.286888+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:00 smithi133 bash[22229]: audit 2024-04-19T22:26:59.294943+0000 mon.a (mon.0) 670 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:00.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:00 smithi133 bash[22229]: audit 2024-04-19T22:26:59.304657+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:01.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:01 smithi164 bash[22220]: cluster 2024-04-19T22:27:00.127408+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:01.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:01 smithi110 bash[21541]: cluster 2024-04-19T22:27:00.127408+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:01.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:01 smithi133 bash[22229]: cluster 2024-04-19T22:27:00.127408+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:03.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:03 smithi164 bash[22220]: cluster 2024-04-19T22:27:02.127955+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:03.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:03 smithi164 bash[22220]: audit 2024-04-19T22:27:03.318886+0000 mon.a (mon.0) 672 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-19T22:27:03.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:03 smithi164 bash[22220]: audit 2024-04-19T22:27:03.320405+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-19T22:27:03.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:03 smithi110 bash[21541]: cluster 2024-04-19T22:27:02.127955+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:03.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:03 smithi110 bash[21541]: audit 2024-04-19T22:27:03.318886+0000 mon.a (mon.0) 672 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-19T22:27:03.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:03 smithi110 bash[21541]: audit 2024-04-19T22:27:03.320405+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-19T22:27:03.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:03 smithi133 bash[22229]: cluster 2024-04-19T22:27:02.127955+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:03.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:03 smithi133 bash[22229]: audit 2024-04-19T22:27:03.318886+0000 mon.a (mon.0) 672 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-19T22:27:03.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:03 smithi133 bash[22229]: audit 2024-04-19T22:27:03.320405+0000 mon.b (mon.2) 15 : audit 1 from='osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-19T22:27:04.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:04 smithi164 bash[22220]: audit 2024-04-19T22:27:03.358780+0000 mon.a (mon.0) 673 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-19T22:27:04.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:04 smithi164 bash[22220]: cluster 2024-04-19T22:27:03.363939+0000 mon.a (mon.0) 674 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-04-19T22:27:04.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:04 smithi164 bash[22220]: audit 2024-04-19T22:27:03.364691+0000 mon.a (mon.0) 675 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:04.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:04 smithi164 bash[22220]: audit 2024-04-19T22:27:03.367794+0000 mon.b (mon.2) 16 : audit 1 from='osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:27:04.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:04 smithi164 bash[22220]: audit 2024-04-19T22:27:03.372040+0000 mon.a (mon.0) 676 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:27:04.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:04 smithi110 bash[21541]: audit 2024-04-19T22:27:03.358780+0000 mon.a (mon.0) 673 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-19T22:27:04.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:04 smithi110 bash[21541]: cluster 2024-04-19T22:27:03.363939+0000 mon.a (mon.0) 674 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-04-19T22:27:04.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:04 smithi110 bash[21541]: audit 2024-04-19T22:27:03.364691+0000 mon.a (mon.0) 675 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:04.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:04 smithi110 bash[21541]: audit 2024-04-19T22:27:03.367794+0000 mon.b (mon.2) 16 : audit 1 from='osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:27:04.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:04 smithi110 bash[21541]: audit 2024-04-19T22:27:03.372040+0000 mon.a (mon.0) 676 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:27:04.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:04 smithi133 bash[22229]: audit 2024-04-19T22:27:03.358780+0000 mon.a (mon.0) 673 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-19T22:27:04.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:04 smithi133 bash[22229]: cluster 2024-04-19T22:27:03.363939+0000 mon.a (mon.0) 674 : cluster 0 osdmap e24: 4 total, 3 up, 4 in 2024-04-19T22:27:04.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:04 smithi133 bash[22229]: audit 2024-04-19T22:27:03.364691+0000 mon.a (mon.0) 675 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:04.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:04 smithi133 bash[22229]: audit 2024-04-19T22:27:03.367794+0000 mon.b (mon.2) 16 : audit 1 from='osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:27:04.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:04 smithi133 bash[22229]: audit 2024-04-19T22:27:03.372040+0000 mon.a (mon.0) 676 : audit 1 from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-04-19T22:27:05.555 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 3 on host 'smithi133' 2024-04-19T22:27:05.606 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: cluster 2024-04-19T22:27:04.128529+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:05.607 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: audit 2024-04-19T22:27:04.368892+0000 mon.a (mon.0) 677 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-19T22:27:05.607 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: cluster 2024-04-19T22:27:04.374615+0000 mon.a (mon.0) 678 : cluster 0 osdmap e25: 4 total, 3 up, 4 in 2024-04-19T22:27:05.607 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: audit 2024-04-19T22:27:04.375750+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.607 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: audit 2024-04-19T22:27:04.383266+0000 mon.a (mon.0) 680 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.607 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: cluster 2024-04-19T22:27:05.377833+0000 mon.a (mon.0) 681 : cluster 1 osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764] boot 2024-04-19T22:27:05.607 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: cluster 2024-04-19T22:27:05.378198+0000 mon.a (mon.0) 682 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-04-19T22:27:05.607 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:05 smithi133 bash[22229]: audit 2024-04-19T22:27:05.378559+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: cluster 2024-04-19T22:27:04.128529+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:05.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: audit 2024-04-19T22:27:04.368892+0000 mon.a (mon.0) 677 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-19T22:27:05.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: cluster 2024-04-19T22:27:04.374615+0000 mon.a (mon.0) 678 : cluster 0 osdmap e25: 4 total, 3 up, 4 in 2024-04-19T22:27:05.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: audit 2024-04-19T22:27:04.375750+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: audit 2024-04-19T22:27:04.383266+0000 mon.a (mon.0) 680 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: cluster 2024-04-19T22:27:05.377833+0000 mon.a (mon.0) 681 : cluster 1 osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764] boot 2024-04-19T22:27:05.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: cluster 2024-04-19T22:27:05.378198+0000 mon.a (mon.0) 682 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-04-19T22:27:05.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:05 smithi110 bash[21541]: audit 2024-04-19T22:27:05.378559+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: cluster 2024-04-19T22:27:04.128529+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: audit 2024-04-19T22:27:04.368892+0000 mon.a (mon.0) 677 : audit 1 from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: cluster 2024-04-19T22:27:04.374615+0000 mon.a (mon.0) 678 : cluster 0 osdmap e25: 4 total, 3 up, 4 in 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: audit 2024-04-19T22:27:04.375750+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: audit 2024-04-19T22:27:04.383266+0000 mon.a (mon.0) 680 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: cluster 2024-04-19T22:27:05.377833+0000 mon.a (mon.0) 681 : cluster 1 osd.3 [v2:172.21.15.133:6808/4221493764,v1:172.21.15.133:6809/4221493764] boot 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: cluster 2024-04-19T22:27:05.378198+0000 mon.a (mon.0) 682 : cluster 0 osdmap e26: 4 total, 4 up, 4 in 2024-04-19T22:27:05.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:05 smithi164 bash[22220]: audit 2024-04-19T22:27:05.378559+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-19T22:27:06.279 DEBUG:teuthology.orchestra.run.smithi133:osd.3> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.3.service 2024-04-19T22:27:06.282 INFO:tasks.cephadm:Deploying osd.4 on smithi164 with /dev/vg_nvme/lv_4... 2024-04-19T22:27:06.282 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T22:27:06.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: cluster 2024-04-19T22:27:04.343752+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:27:06.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: cluster 2024-04-19T22:27:04.343826+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:27:06.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.518355+0000 mon.a (mon.0) 684 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:06.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.524518+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.525251+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:06.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.528467+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:06.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.533431+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: cephadm 2024-04-19T22:27:05.535519+0000 mgr.a (mgr.14152) 234 : cephadm 1 Adjusting osd_memory_target on smithi133 to 8120M 2024-04-19T22:27:06.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.541354+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.545198+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:06.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.546901+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:06.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: audit 2024-04-19T22:27:05.556747+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:06 smithi164 bash[22220]: cluster 2024-04-19T22:27:06.379350+0000 mon.a (mon.0) 693 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: cluster 2024-04-19T22:27:04.343752+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: cluster 2024-04-19T22:27:04.343826+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.518355+0000 mon.a (mon.0) 684 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.524518+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.525251+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.528467+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.533431+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: cephadm 2024-04-19T22:27:05.535519+0000 mgr.a (mgr.14152) 234 : cephadm 1 Adjusting osd_memory_target on smithi133 to 8120M 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.541354+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.545198+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:06.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.546901+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:06.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: audit 2024-04-19T22:27:05.556747+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:06 smithi110 bash[21541]: cluster 2024-04-19T22:27:06.379350+0000 mon.a (mon.0) 693 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-04-19T22:27:06.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: cluster 2024-04-19T22:27:04.343752+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: cluster 2024-04-19T22:27:04.343826+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.518355+0000 mon.a (mon.0) 684 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.524518+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.525251+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.528467+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.533431+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: cephadm 2024-04-19T22:27:05.535519+0000 mgr.a (mgr.14152) 234 : cephadm 1 Adjusting osd_memory_target on smithi133 to 8120M 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.541354+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.545198+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.546901+0000 mon.a (mon.0) 691 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:06.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: audit 2024-04-19T22:27:05.556747+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:06.651 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:06 smithi133 bash[22229]: cluster 2024-04-19T22:27:06.379350+0000 mon.a (mon.0) 693 : cluster 0 osdmap e27: 4 total, 4 up, 4 in 2024-04-19T22:27:07.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:07 smithi133 bash[22229]: cluster 2024-04-19T22:27:06.129075+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:07.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:07 smithi133 bash[22229]: cluster 2024-04-19T22:27:07.380695+0000 mon.a (mon.0) 694 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-04-19T22:27:07.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:07 smithi164 bash[22220]: cluster 2024-04-19T22:27:06.129075+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:07.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:07 smithi164 bash[22220]: cluster 2024-04-19T22:27:07.380695+0000 mon.a (mon.0) 694 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-04-19T22:27:07.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:07 smithi110 bash[21541]: cluster 2024-04-19T22:27:06.129075+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:07.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:07 smithi110 bash[21541]: cluster 2024-04-19T22:27:07.380695+0000 mon.a (mon.0) 694 : cluster 0 osdmap e28: 4 total, 4 up, 4 in 2024-04-19T22:27:09.621 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:09 smithi133 bash[22229]: cluster 2024-04-19T22:27:08.129642+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v186: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-19T22:27:09.622 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:09 smithi133 bash[22229]: cluster 2024-04-19T22:27:08.380608+0000 mon.a (mon.0) 695 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-04-19T22:27:09.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:09 smithi110 bash[21541]: cluster 2024-04-19T22:27:08.129642+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v186: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-19T22:27:09.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:09 smithi110 bash[21541]: cluster 2024-04-19T22:27:08.380608+0000 mon.a (mon.0) 695 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-04-19T22:27:09.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:09 smithi164 bash[22220]: cluster 2024-04-19T22:27:08.129642+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v186: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-19T22:27:09.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:09 smithi164 bash[22220]: cluster 2024-04-19T22:27:08.380608+0000 mon.a (mon.0) 695 : cluster 0 osdmap e29: 4 total, 4 up, 4 in 2024-04-19T22:27:09.985 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T22:27:10.616 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:10 smithi110 bash[21541]: cluster 2024-04-19T22:27:09.385685+0000 mon.a (mon.0) 696 : cluster 0 osdmap e30: 4 total, 4 up, 4 in 2024-04-19T22:27:10.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:10 smithi133 bash[22229]: cluster 2024-04-19T22:27:09.385685+0000 mon.a (mon.0) 696 : cluster 0 osdmap e30: 4 total, 4 up, 4 in 2024-04-19T22:27:10.826 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:10 smithi164 bash[22220]: cluster 2024-04-19T22:27:09.385685+0000 mon.a (mon.0) 696 : cluster 0 osdmap e30: 4 total, 4 up, 4 in 2024-04-19T22:27:11.626 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:11 smithi133 bash[22229]: cluster 2024-04-19T22:27:10.130196+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v189: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-19T22:27:11.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:11 smithi110 bash[21541]: cluster 2024-04-19T22:27:10.130196+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v189: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-19T22:27:11.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:11 smithi164 bash[22220]: cluster 2024-04-19T22:27:10.130196+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v189: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-19T22:27:12.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: audit 2024-04-19T22:27:11.631750+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: audit 2024-04-19T22:27:11.640975+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: audit 2024-04-19T22:27:11.646482+0000 mon.a (mon.0) 699 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: audit 2024-04-19T22:27:11.651770+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: audit 2024-04-19T22:27:11.658414+0000 mon.a (mon.0) 701 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: audit 2024-04-19T22:27:11.660153+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: cluster 2024-04-19T22:27:11.664088+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-04-19T22:27:12.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:12 smithi164 bash[22220]: audit 2024-04-19T22:27:11.670028+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: audit 2024-04-19T22:27:11.631750+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: audit 2024-04-19T22:27:11.640975+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: audit 2024-04-19T22:27:11.646482+0000 mon.a (mon.0) 699 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: audit 2024-04-19T22:27:11.651770+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: audit 2024-04-19T22:27:11.658414+0000 mon.a (mon.0) 701 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: audit 2024-04-19T22:27:11.660153+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: cluster 2024-04-19T22:27:11.664088+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-04-19T22:27:12.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:12 smithi110 bash[21541]: audit 2024-04-19T22:27:11.670028+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: audit 2024-04-19T22:27:11.631750+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: audit 2024-04-19T22:27:11.640975+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: audit 2024-04-19T22:27:11.646482+0000 mon.a (mon.0) 699 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:12.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: audit 2024-04-19T22:27:11.651770+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:12.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: audit 2024-04-19T22:27:11.658414+0000 mon.a (mon.0) 701 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:12.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: audit 2024-04-19T22:27:11.660153+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:12.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: cluster 2024-04-19T22:27:11.664088+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 109 KiB/s, 0 objects/s recovering 2024-04-19T22:27:12.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:12 smithi133 bash[22229]: audit 2024-04-19T22:27:11.670028+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:13.208 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T22:27:13.208 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-04-19T22:27:13.208 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-04-19T22:27:13.208 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-04-19T22:27:13.209 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132056 s, 794 MB/s 2024-04-19T22:27:13.209 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-04-19T22:27:13.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:13 smithi110 bash[21541]: cluster 2024-04-19T22:27:12.647845+0000 mon.a (mon.0) 704 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:27:13.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:13 smithi133 bash[22229]: cluster 2024-04-19T22:27:12.647845+0000 mon.a (mon.0) 704 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:27:14.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:13 smithi164 bash[22220]: cluster 2024-04-19T22:27:12.647845+0000 mon.a (mon.0) 704 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:27:14.547 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi164:vg_nvme/lv_4 2024-04-19T22:27:14.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: cluster 2024-04-19T22:27:13.664714+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-19T22:27:14.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: audit 2024-04-19T22:27:14.375359+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: audit 2024-04-19T22:27:14.384387+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: audit 2024-04-19T22:27:14.394824+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: audit 2024-04-19T22:27:14.396250+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:14.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: audit 2024-04-19T22:27:14.401949+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:14.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: audit 2024-04-19T22:27:14.403814+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:14.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:14 smithi133 bash[22229]: audit 2024-04-19T22:27:14.414100+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: cluster 2024-04-19T22:27:13.664714+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: audit 2024-04-19T22:27:14.375359+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: audit 2024-04-19T22:27:14.384387+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: audit 2024-04-19T22:27:14.394824+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: audit 2024-04-19T22:27:14.396250+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: audit 2024-04-19T22:27:14.401949+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: audit 2024-04-19T22:27:14.403814+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:14.800 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:14 smithi164 bash[22220]: audit 2024-04-19T22:27:14.414100+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: cluster 2024-04-19T22:27:13.664714+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 92 KiB/s, 0 objects/s recovering 2024-04-19T22:27:14.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: audit 2024-04-19T22:27:14.375359+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: audit 2024-04-19T22:27:14.384387+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: audit 2024-04-19T22:27:14.394824+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:14.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: audit 2024-04-19T22:27:14.396250+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:14.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: audit 2024-04-19T22:27:14.401949+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:14.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: audit 2024-04-19T22:27:14.403814+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:14.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:14 smithi110 bash[21541]: audit 2024-04-19T22:27:14.414100+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:15.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:15 smithi164 bash[22220]: cluster 2024-04-19T22:27:14.407313+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:15.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:15 smithi164 bash[22220]: cluster 2024-04-19T22:27:14.631100+0000 mon.a (mon.0) 712 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:27:15.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:15 smithi164 bash[22220]: cluster 2024-04-19T22:27:14.631159+0000 mon.a (mon.0) 713 : cluster 1 Cluster is now healthy 2024-04-19T22:27:15.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:15 smithi110 bash[21541]: cluster 2024-04-19T22:27:14.407313+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:15.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:15 smithi110 bash[21541]: cluster 2024-04-19T22:27:14.631100+0000 mon.a (mon.0) 712 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:27:15.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:15 smithi110 bash[21541]: cluster 2024-04-19T22:27:14.631159+0000 mon.a (mon.0) 713 : cluster 1 Cluster is now healthy 2024-04-19T22:27:15.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:15 smithi133 bash[22229]: cluster 2024-04-19T22:27:14.407313+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:15.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:15 smithi133 bash[22229]: cluster 2024-04-19T22:27:14.631100+0000 mon.a (mon.0) 712 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:27:15.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:15 smithi133 bash[22229]: cluster 2024-04-19T22:27:14.631159+0000 mon.a (mon.0) 713 : cluster 1 Cluster is now healthy 2024-04-19T22:27:17.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:17 smithi110 bash[21541]: cluster 2024-04-19T22:27:16.407844+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:17.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:17 smithi133 bash[22229]: cluster 2024-04-19T22:27:16.407844+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:18.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:17 smithi164 bash[22220]: cluster 2024-04-19T22:27:16.407844+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:18.706 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T22:27:19.364 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:19 smithi164 bash[22220]: audit 2024-04-19T22:27:18.134393+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.365 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:19 smithi164 bash[22220]: audit 2024-04-19T22:27:18.143585+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.365 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:19 smithi164 bash[22220]: audit 2024-04-19T22:27:18.153860+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.365 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:19 smithi164 bash[22220]: cluster 2024-04-19T22:27:18.408404+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:19.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:19 smithi110 bash[21541]: audit 2024-04-19T22:27:18.134393+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:19 smithi110 bash[21541]: audit 2024-04-19T22:27:18.143585+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:19 smithi110 bash[21541]: audit 2024-04-19T22:27:18.153860+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:19 smithi110 bash[21541]: cluster 2024-04-19T22:27:18.408404+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:19.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:19 smithi133 bash[22229]: audit 2024-04-19T22:27:18.134393+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:19 smithi133 bash[22229]: audit 2024-04-19T22:27:18.143585+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:19 smithi133 bash[22229]: audit 2024-04-19T22:27:18.153860+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:19.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:19 smithi133 bash[22229]: cluster 2024-04-19T22:27:18.408404+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:20.767 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:20 smithi164 bash[22220]: audit 2024-04-19T22:27:19.459371+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.768 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:20 smithi164 bash[22220]: audit 2024-04-19T22:27:19.467242+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.768 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:20 smithi164 bash[22220]: audit 2024-04-19T22:27:19.477615+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:20 smithi110 bash[21541]: audit 2024-04-19T22:27:19.459371+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:20 smithi110 bash[21541]: audit 2024-04-19T22:27:19.467242+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:20 smithi110 bash[21541]: audit 2024-04-19T22:27:19.477615+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:20 smithi133 bash[22229]: audit 2024-04-19T22:27:19.459371+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:20 smithi133 bash[22229]: audit 2024-04-19T22:27:19.467242+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:20.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:20 smithi133 bash[22229]: audit 2024-04-19T22:27:19.477615+0000 mon.a (mon.0) 719 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:21.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:21 smithi164 bash[22220]: cluster 2024-04-19T22:27:20.408945+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:21.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:21 smithi164 bash[22220]: audit 2024-04-19T22:27:21.195108+0000 mon.a (mon.0) 720 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:27:21.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:21 smithi164 bash[22220]: audit 2024-04-19T22:27:21.201512+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:27:21.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:21 smithi164 bash[22220]: audit 2024-04-19T22:27:21.203223+0000 mon.a (mon.0) 722 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:21.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:21 smithi110 bash[21541]: cluster 2024-04-19T22:27:20.408945+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:21.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:21 smithi110 bash[21541]: audit 2024-04-19T22:27:21.195108+0000 mon.a (mon.0) 720 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:27:21.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:21 smithi110 bash[21541]: audit 2024-04-19T22:27:21.201512+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:27:21.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:21 smithi110 bash[21541]: audit 2024-04-19T22:27:21.203223+0000 mon.a (mon.0) 722 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:21.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:21 smithi133 bash[22229]: cluster 2024-04-19T22:27:20.408945+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:21.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:21 smithi133 bash[22229]: audit 2024-04-19T22:27:21.195108+0000 mon.a (mon.0) 720 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:27:21.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:21 smithi133 bash[22229]: audit 2024-04-19T22:27:21.201512+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:27:21.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:21 smithi133 bash[22229]: audit 2024-04-19T22:27:21.203223+0000 mon.a (mon.0) 722 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:22.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:22 smithi164 bash[22220]: audit 2024-04-19T22:27:21.187518+0000 mgr.a (mgr.14152) 244 : audit 0 from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:27:22.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:22 smithi110 bash[21541]: audit 2024-04-19T22:27:21.187518+0000 mgr.a (mgr.14152) 244 : audit 0 from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:27:22.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:22 smithi133 bash[22229]: audit 2024-04-19T22:27:21.187518+0000 mgr.a (mgr.14152) 244 : audit 0 from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:27:23.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:23 smithi164 bash[22220]: cluster 2024-04-19T22:27:22.409478+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:23.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:23 smithi110 bash[21541]: cluster 2024-04-19T22:27:22.409478+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:23.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:23 smithi133 bash[22229]: cluster 2024-04-19T22:27:22.409478+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:25.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:25 smithi164 bash[22220]: cluster 2024-04-19T22:27:24.409967+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:25.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:25 smithi110 bash[21541]: cluster 2024-04-19T22:27:24.409967+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:25.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:25 smithi133 bash[22229]: cluster 2024-04-19T22:27:24.409967+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:27.570 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:27 smithi133 bash[22229]: cluster 2024-04-19T22:27:26.410569+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:27.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:27 smithi164 bash[22220]: cluster 2024-04-19T22:27:26.410569+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:27.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:27 smithi110 bash[21541]: cluster 2024-04-19T22:27:26.410569+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:29.837 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:29 smithi133 bash[22229]: cluster 2024-04-19T22:27:28.411116+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:29.837 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:29 smithi133 bash[22229]: audit 2024-04-19T22:27:29.125579+0000 mon.c (mon.1) 6 : audit 1 from='client.? 172.21.15.164:0/1174982129' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]: dispatch 2024-04-19T22:27:29.837 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:29 smithi133 bash[22229]: audit 2024-04-19T22:27:29.126072+0000 mon.a (mon.0) 723 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]: dispatch 2024-04-19T22:27:29.837 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:29 smithi133 bash[22229]: audit 2024-04-19T22:27:29.128689+0000 mon.a (mon.0) 724 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]': finished 2024-04-19T22:27:29.837 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:29 smithi133 bash[22229]: cluster 2024-04-19T22:27:29.131745+0000 mon.a (mon.0) 725 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-04-19T22:27:29.837 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:29 smithi133 bash[22229]: audit 2024-04-19T22:27:29.132256+0000 mon.a (mon.0) 726 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:29.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:29 smithi164 bash[22220]: cluster 2024-04-19T22:27:28.411116+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:29.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:29 smithi164 bash[22220]: audit 2024-04-19T22:27:29.125579+0000 mon.c (mon.1) 6 : audit 1 from='client.? 172.21.15.164:0/1174982129' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]: dispatch 2024-04-19T22:27:29.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:29 smithi164 bash[22220]: audit 2024-04-19T22:27:29.126072+0000 mon.a (mon.0) 723 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]: dispatch 2024-04-19T22:27:29.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:29 smithi164 bash[22220]: audit 2024-04-19T22:27:29.128689+0000 mon.a (mon.0) 724 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]': finished 2024-04-19T22:27:29.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:29 smithi164 bash[22220]: cluster 2024-04-19T22:27:29.131745+0000 mon.a (mon.0) 725 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-04-19T22:27:29.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:29 smithi164 bash[22220]: audit 2024-04-19T22:27:29.132256+0000 mon.a (mon.0) 726 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:29.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:29 smithi110 bash[21541]: cluster 2024-04-19T22:27:28.411116+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:29.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:29 smithi110 bash[21541]: audit 2024-04-19T22:27:29.125579+0000 mon.c (mon.1) 6 : audit 1 from='client.? 172.21.15.164:0/1174982129' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]: dispatch 2024-04-19T22:27:29.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:29 smithi110 bash[21541]: audit 2024-04-19T22:27:29.126072+0000 mon.a (mon.0) 723 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]: dispatch 2024-04-19T22:27:29.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:29 smithi110 bash[21541]: audit 2024-04-19T22:27:29.128689+0000 mon.a (mon.0) 724 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19ec8557-6ad2-4493-a304-4cdb66b61fd1"}]': finished 2024-04-19T22:27:29.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:29 smithi110 bash[21541]: cluster 2024-04-19T22:27:29.131745+0000 mon.a (mon.0) 725 : cluster 0 osdmap e31: 5 total, 4 up, 5 in 2024-04-19T22:27:29.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:29 smithi110 bash[21541]: audit 2024-04-19T22:27:29.132256+0000 mon.a (mon.0) 726 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:30.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:30 smithi110 bash[21541]: audit 2024-04-19T22:27:29.848069+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.164:0/3502082418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:27:30.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:30 smithi164 bash[22220]: audit 2024-04-19T22:27:29.848069+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.164:0/3502082418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:27:30.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:30 smithi133 bash[22229]: audit 2024-04-19T22:27:29.848069+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.164:0/3502082418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:27:31.826 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:31 smithi133 bash[22229]: cluster 2024-04-19T22:27:30.411654+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:31.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:31 smithi164 bash[22220]: cluster 2024-04-19T22:27:30.411654+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:31.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:31 smithi110 bash[21541]: cluster 2024-04-19T22:27:30.411654+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:33.352 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:33 smithi164 bash[22220]: audit 2024-04-19T22:27:32.061504+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.352 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:33 smithi164 bash[22220]: audit 2024-04-19T22:27:32.070470+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.352 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:33 smithi164 bash[22220]: audit 2024-04-19T22:27:32.080656+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:33 smithi164 bash[22220]: cluster 2024-04-19T22:27:32.412161+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:33.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:33 smithi110 bash[21541]: audit 2024-04-19T22:27:32.061504+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:33 smithi110 bash[21541]: audit 2024-04-19T22:27:32.070470+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:33 smithi110 bash[21541]: audit 2024-04-19T22:27:32.080656+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:33 smithi110 bash[21541]: cluster 2024-04-19T22:27:32.412161+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:33.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:33 smithi133 bash[22229]: audit 2024-04-19T22:27:32.061504+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:33 smithi133 bash[22229]: audit 2024-04-19T22:27:32.070470+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:33 smithi133 bash[22229]: audit 2024-04-19T22:27:32.080656+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:33.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:33 smithi133 bash[22229]: cluster 2024-04-19T22:27:32.412161+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:35.744 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:35 smithi110 bash[21541]: cluster 2024-04-19T22:27:34.412740+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:35.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:35 smithi164 bash[22220]: cluster 2024-04-19T22:27:34.412740+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:35.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:35 smithi133 bash[22229]: cluster 2024-04-19T22:27:34.412740+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:37.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:37 smithi164 bash[22220]: cluster 2024-04-19T22:27:36.413301+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:37.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:37 smithi110 bash[21541]: cluster 2024-04-19T22:27:36.413301+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:37.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:37 smithi133 bash[22229]: cluster 2024-04-19T22:27:36.413301+0000 mgr.a (mgr.14152) 252 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:39.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:39 smithi164 bash[22220]: audit 2024-04-19T22:27:38.355397+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:39 smithi164 bash[22220]: audit 2024-04-19T22:27:38.364761+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:39 smithi164 bash[22220]: audit 2024-04-19T22:27:38.374973+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:39 smithi164 bash[22220]: cluster 2024-04-19T22:27:38.413836+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:39.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:39 smithi110 bash[21541]: audit 2024-04-19T22:27:38.355397+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:39 smithi110 bash[21541]: audit 2024-04-19T22:27:38.364761+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:39 smithi110 bash[21541]: audit 2024-04-19T22:27:38.374973+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:39 smithi110 bash[21541]: cluster 2024-04-19T22:27:38.413836+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:39.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:39 smithi133 bash[22229]: audit 2024-04-19T22:27:38.355397+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:39 smithi133 bash[22229]: audit 2024-04-19T22:27:38.364761+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:39 smithi133 bash[22229]: audit 2024-04-19T22:27:38.374973+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:39.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:39 smithi133 bash[22229]: cluster 2024-04-19T22:27:38.413836+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:41.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:40 smithi164 bash[22220]: audit 2024-04-19T22:27:39.680770+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:40 smithi164 bash[22220]: audit 2024-04-19T22:27:39.688843+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:40 smithi164 bash[22220]: cephadm 2024-04-19T22:27:39.691893+0000 mgr.a (mgr.14152) 254 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:27:41.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:40 smithi164 bash[22220]: audit 2024-04-19T22:27:39.698836+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:40 smithi110 bash[21541]: audit 2024-04-19T22:27:39.680770+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:40 smithi110 bash[21541]: audit 2024-04-19T22:27:39.688843+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:40 smithi110 bash[21541]: cephadm 2024-04-19T22:27:39.691893+0000 mgr.a (mgr.14152) 254 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:27:41.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:40 smithi110 bash[21541]: audit 2024-04-19T22:27:39.698836+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:40 smithi133 bash[22229]: audit 2024-04-19T22:27:39.680770+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:40 smithi133 bash[22229]: audit 2024-04-19T22:27:39.688843+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:40 smithi133 bash[22229]: cephadm 2024-04-19T22:27:39.691893+0000 mgr.a (mgr.14152) 254 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:27:41.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:40 smithi133 bash[22229]: audit 2024-04-19T22:27:39.698836+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:41.948 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:41 smithi164 bash[22220]: cluster 2024-04-19T22:27:40.414381+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:42.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:41 smithi110 bash[21541]: cluster 2024-04-19T22:27:40.414381+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:42.147 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:41 smithi133 bash[22229]: cluster 2024-04-19T22:27:40.414381+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:42.993 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:42 smithi164 bash[22220]: audit 2024-04-19T22:27:42.590598+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-19T22:27:42.994 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:42 smithi164 bash[22220]: audit 2024-04-19T22:27:42.592346+0000 mon.a (mon.0) 737 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:43.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:42 smithi110 bash[21541]: audit 2024-04-19T22:27:42.590598+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-19T22:27:43.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:42 smithi110 bash[21541]: audit 2024-04-19T22:27:42.592346+0000 mon.a (mon.0) 737 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:43.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:42 smithi133 bash[22229]: audit 2024-04-19T22:27:42.590598+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-19T22:27:43.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:42 smithi133 bash[22229]: audit 2024-04-19T22:27:42.592346+0000 mon.a (mon.0) 737 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:44.036 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:43 smithi164 bash[22220]: cluster 2024-04-19T22:27:42.414964+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:44.036 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:43 smithi164 bash[22220]: cephadm 2024-04-19T22:27:42.593876+0000 mgr.a (mgr.14152) 257 : cephadm 1 Deploying daemon osd.4 on smithi164 2024-04-19T22:27:44.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:43 smithi110 bash[21541]: cluster 2024-04-19T22:27:42.414964+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:44.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:43 smithi110 bash[21541]: cephadm 2024-04-19T22:27:42.593876+0000 mgr.a (mgr.14152) 257 : cephadm 1 Deploying daemon osd.4 on smithi164 2024-04-19T22:27:44.147 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:43 smithi133 bash[22229]: cluster 2024-04-19T22:27:42.414964+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:44.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:43 smithi133 bash[22229]: cephadm 2024-04-19T22:27:42.593876+0000 mgr.a (mgr.14152) 257 : cephadm 1 Deploying daemon osd.4 on smithi164 2024-04-19T22:27:46.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:45 smithi164 bash[22220]: cluster 2024-04-19T22:27:44.415514+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:46.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:45 smithi110 bash[21541]: cluster 2024-04-19T22:27:44.415514+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:46.147 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:45 smithi133 bash[22229]: cluster 2024-04-19T22:27:44.415514+0000 mgr.a (mgr.14152) 258 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:46.421 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:46 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:27:46.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:46 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:27:48.003 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:47 smithi164 bash[22220]: cluster 2024-04-19T22:27:46.416197+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:48.004 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:47 smithi164 bash[22220]: audit 2024-04-19T22:27:46.702199+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.004 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:47 smithi164 bash[22220]: audit 2024-04-19T22:27:46.710170+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.004 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:47 smithi164 bash[22220]: audit 2024-04-19T22:27:46.728800+0000 mon.a (mon.0) 740 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:48.004 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:47 smithi164 bash[22220]: audit 2024-04-19T22:27:46.737133+0000 mon.a (mon.0) 741 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:48.004 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:47 smithi164 bash[22220]: audit 2024-04-19T22:27:46.740601+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:48.004 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:47 smithi164 bash[22220]: audit 2024-04-19T22:27:46.753762+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:47 smithi110 bash[21541]: cluster 2024-04-19T22:27:46.416197+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:48.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:47 smithi110 bash[21541]: audit 2024-04-19T22:27:46.702199+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:47 smithi110 bash[21541]: audit 2024-04-19T22:27:46.710170+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:47 smithi110 bash[21541]: audit 2024-04-19T22:27:46.728800+0000 mon.a (mon.0) 740 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:48.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:47 smithi110 bash[21541]: audit 2024-04-19T22:27:46.737133+0000 mon.a (mon.0) 741 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:48.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:47 smithi110 bash[21541]: audit 2024-04-19T22:27:46.740601+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:48.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:47 smithi110 bash[21541]: audit 2024-04-19T22:27:46.753762+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:47 smithi133 bash[22229]: cluster 2024-04-19T22:27:46.416197+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:48.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:47 smithi133 bash[22229]: audit 2024-04-19T22:27:46.702199+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:47 smithi133 bash[22229]: audit 2024-04-19T22:27:46.710170+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:48.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:47 smithi133 bash[22229]: audit 2024-04-19T22:27:46.728800+0000 mon.a (mon.0) 740 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:48.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:47 smithi133 bash[22229]: audit 2024-04-19T22:27:46.737133+0000 mon.a (mon.0) 741 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:48.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:47 smithi133 bash[22229]: audit 2024-04-19T22:27:46.740601+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:48.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:47 smithi133 bash[22229]: audit 2024-04-19T22:27:46.753762+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:49.835 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:49 smithi110 bash[21541]: cluster 2024-04-19T22:27:48.416752+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:49.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:49 smithi133 bash[22229]: cluster 2024-04-19T22:27:48.416752+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:50.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:49 smithi164 bash[22220]: cluster 2024-04-19T22:27:48.416752+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:51.960 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:51 smithi110 bash[21541]: cluster 2024-04-19T22:27:50.417349+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:52.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:51 smithi164 bash[22220]: cluster 2024-04-19T22:27:50.417349+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:52.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:51 smithi133 bash[22229]: cluster 2024-04-19T22:27:50.417349+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:53.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:53 smithi164 bash[22220]: audit 2024-04-19T22:27:52.264267+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:53 smithi164 bash[22220]: audit 2024-04-19T22:27:52.273879+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:53 smithi164 bash[22220]: audit 2024-04-19T22:27:52.284460+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:53 smithi164 bash[22220]: cluster 2024-04-19T22:27:52.417873+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:53.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:53 smithi164 bash[22220]: audit 2024-04-19T22:27:52.820068+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-19T22:27:53.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:53 smithi164 bash[22220]: audit 2024-04-19T22:27:52.820825+0000 mon.a (mon.0) 747 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-19T22:27:53.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:53 smithi110 bash[21541]: audit 2024-04-19T22:27:52.264267+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:53 smithi110 bash[21541]: audit 2024-04-19T22:27:52.273879+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:53 smithi110 bash[21541]: audit 2024-04-19T22:27:52.284460+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:53 smithi110 bash[21541]: cluster 2024-04-19T22:27:52.417873+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:53.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:53 smithi110 bash[21541]: audit 2024-04-19T22:27:52.820068+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-19T22:27:53.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:53 smithi110 bash[21541]: audit 2024-04-19T22:27:52.820825+0000 mon.a (mon.0) 747 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-19T22:27:53.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:53 smithi133 bash[22229]: audit 2024-04-19T22:27:52.264267+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:53 smithi133 bash[22229]: audit 2024-04-19T22:27:52.273879+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:53 smithi133 bash[22229]: audit 2024-04-19T22:27:52.284460+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:53.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:53 smithi133 bash[22229]: cluster 2024-04-19T22:27:52.417873+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:53.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:53 smithi133 bash[22229]: audit 2024-04-19T22:27:52.820068+0000 mon.c (mon.1) 8 : audit 1 from='osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-19T22:27:53.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:53 smithi133 bash[22229]: audit 2024-04-19T22:27:52.820825+0000 mon.a (mon.0) 747 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-19T22:27:54.508 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:54 smithi164 bash[22220]: audit 2024-04-19T22:27:53.289690+0000 mon.a (mon.0) 748 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-19T22:27:54.509 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:54 smithi164 bash[22220]: cluster 2024-04-19T22:27:53.294299+0000 mon.a (mon.0) 749 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-04-19T22:27:54.509 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:54 smithi164 bash[22220]: audit 2024-04-19T22:27:53.295059+0000 mon.a (mon.0) 750 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:54.509 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:54 smithi164 bash[22220]: audit 2024-04-19T22:27:53.295596+0000 mon.c (mon.1) 9 : audit 1 from='osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:27:54.509 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:54 smithi164 bash[22220]: audit 2024-04-19T22:27:53.296059+0000 mon.a (mon.0) 751 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:27:54.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:54 smithi110 bash[21541]: audit 2024-04-19T22:27:53.289690+0000 mon.a (mon.0) 748 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-19T22:27:54.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:54 smithi110 bash[21541]: cluster 2024-04-19T22:27:53.294299+0000 mon.a (mon.0) 749 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-04-19T22:27:54.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:54 smithi110 bash[21541]: audit 2024-04-19T22:27:53.295059+0000 mon.a (mon.0) 750 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:54.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:54 smithi110 bash[21541]: audit 2024-04-19T22:27:53.295596+0000 mon.c (mon.1) 9 : audit 1 from='osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:27:54.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:54 smithi110 bash[21541]: audit 2024-04-19T22:27:53.296059+0000 mon.a (mon.0) 751 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:27:54.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:54 smithi133 bash[22229]: audit 2024-04-19T22:27:53.289690+0000 mon.a (mon.0) 748 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-19T22:27:54.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:54 smithi133 bash[22229]: cluster 2024-04-19T22:27:53.294299+0000 mon.a (mon.0) 749 : cluster 0 osdmap e32: 5 total, 4 up, 5 in 2024-04-19T22:27:54.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:54 smithi133 bash[22229]: audit 2024-04-19T22:27:53.295059+0000 mon.a (mon.0) 750 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:54.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:54 smithi133 bash[22229]: audit 2024-04-19T22:27:53.295596+0000 mon.c (mon.1) 9 : audit 1 from='osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:27:54.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:54 smithi133 bash[22229]: audit 2024-04-19T22:27:53.296059+0000 mon.a (mon.0) 751 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:27:55.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: audit 2024-04-19T22:27:54.292389+0000 mon.a (mon.0) 752 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-04-19T22:27:55.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: cluster 2024-04-19T22:27:54.298179+0000 mon.a (mon.0) 753 : cluster 0 osdmap e33: 5 total, 4 up, 5 in 2024-04-19T22:27:55.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: audit 2024-04-19T22:27:54.299020+0000 mon.a (mon.0) 754 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: audit 2024-04-19T22:27:54.308418+0000 mon.a (mon.0) 755 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: cluster 2024-04-19T22:27:54.390062+0000 mon.a (mon.0) 756 : cluster 0 osdmap e34: 5 total, 4 up, 5 in 2024-04-19T22:27:55.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: audit 2024-04-19T22:27:54.390379+0000 mon.a (mon.0) 757 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: cluster 2024-04-19T22:27:54.418396+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:55.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:55 smithi164 bash[22220]: audit 2024-04-19T22:27:54.774547+0000 mon.a (mon.0) 758 : audit 1 from='osd.4 ' entity='osd.4' 2024-04-19T22:27:55.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: audit 2024-04-19T22:27:54.292389+0000 mon.a (mon.0) 752 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-04-19T22:27:55.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: cluster 2024-04-19T22:27:54.298179+0000 mon.a (mon.0) 753 : cluster 0 osdmap e33: 5 total, 4 up, 5 in 2024-04-19T22:27:55.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: audit 2024-04-19T22:27:54.299020+0000 mon.a (mon.0) 754 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: audit 2024-04-19T22:27:54.308418+0000 mon.a (mon.0) 755 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: cluster 2024-04-19T22:27:54.390062+0000 mon.a (mon.0) 756 : cluster 0 osdmap e34: 5 total, 4 up, 5 in 2024-04-19T22:27:55.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: audit 2024-04-19T22:27:54.390379+0000 mon.a (mon.0) 757 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: cluster 2024-04-19T22:27:54.418396+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:55.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:55 smithi110 bash[21541]: audit 2024-04-19T22:27:54.774547+0000 mon.a (mon.0) 758 : audit 1 from='osd.4 ' entity='osd.4' 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: audit 2024-04-19T22:27:54.292389+0000 mon.a (mon.0) 752 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: cluster 2024-04-19T22:27:54.298179+0000 mon.a (mon.0) 753 : cluster 0 osdmap e33: 5 total, 4 up, 5 in 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: audit 2024-04-19T22:27:54.299020+0000 mon.a (mon.0) 754 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: audit 2024-04-19T22:27:54.308418+0000 mon.a (mon.0) 755 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: cluster 2024-04-19T22:27:54.390062+0000 mon.a (mon.0) 756 : cluster 0 osdmap e34: 5 total, 4 up, 5 in 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: audit 2024-04-19T22:27:54.390379+0000 mon.a (mon.0) 757 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: cluster 2024-04-19T22:27:54.418396+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 116 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:27:55.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:55 smithi133 bash[22229]: audit 2024-04-19T22:27:54.774547+0000 mon.a (mon.0) 758 : audit 1 from='osd.4 ' entity='osd.4' 2024-04-19T22:27:56.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:56 smithi164 bash[22220]: cluster 2024-04-19T22:27:53.811137+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:27:56.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:56 smithi164 bash[22220]: cluster 2024-04-19T22:27:53.811242+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:27:56.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:56 smithi164 bash[22220]: audit 2024-04-19T22:27:55.309570+0000 mon.a (mon.0) 759 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:56.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:56 smithi164 bash[22220]: cluster 2024-04-19T22:27:55.397751+0000 mon.a (mon.0) 760 : cluster 1 osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510] boot 2024-04-19T22:27:56.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:56 smithi164 bash[22220]: cluster 2024-04-19T22:27:55.397820+0000 mon.a (mon.0) 761 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-04-19T22:27:56.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:56 smithi164 bash[22220]: audit 2024-04-19T22:27:55.398053+0000 mon.a (mon.0) 762 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:56.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:56 smithi110 bash[21541]: cluster 2024-04-19T22:27:53.811137+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:27:56.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:56 smithi110 bash[21541]: cluster 2024-04-19T22:27:53.811242+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:27:56.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:56 smithi110 bash[21541]: audit 2024-04-19T22:27:55.309570+0000 mon.a (mon.0) 759 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:56.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:56 smithi110 bash[21541]: cluster 2024-04-19T22:27:55.397751+0000 mon.a (mon.0) 760 : cluster 1 osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510] boot 2024-04-19T22:27:56.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:56 smithi110 bash[21541]: cluster 2024-04-19T22:27:55.397820+0000 mon.a (mon.0) 761 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-04-19T22:27:56.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:56 smithi110 bash[21541]: audit 2024-04-19T22:27:55.398053+0000 mon.a (mon.0) 762 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:56.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:56 smithi133 bash[22229]: cluster 2024-04-19T22:27:53.811137+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:27:56.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:56 smithi133 bash[22229]: cluster 2024-04-19T22:27:53.811242+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:27:56.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:56 smithi133 bash[22229]: audit 2024-04-19T22:27:55.309570+0000 mon.a (mon.0) 759 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:56.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:56 smithi133 bash[22229]: cluster 2024-04-19T22:27:55.397751+0000 mon.a (mon.0) 760 : cluster 1 osd.4 [v2:172.21.15.164:6800/3252676510,v1:172.21.15.164:6801/3252676510] boot 2024-04-19T22:27:56.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:56 smithi133 bash[22229]: cluster 2024-04-19T22:27:55.397820+0000 mon.a (mon.0) 761 : cluster 0 osdmap e35: 5 total, 5 up, 5 in 2024-04-19T22:27:56.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:56 smithi133 bash[22229]: audit 2024-04-19T22:27:55.398053+0000 mon.a (mon.0) 762 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-19T22:27:57.389 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 4 on host 'smithi164' 2024-04-19T22:27:57.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:57 smithi110 bash[21541]: cluster 2024-04-19T22:27:56.397049+0000 mon.a (mon.0) 763 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-04-19T22:27:57.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:57 smithi110 bash[21541]: cluster 2024-04-19T22:27:56.418774+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v219: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:27:57.647 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:57 smithi133 bash[22229]: cluster 2024-04-19T22:27:56.397049+0000 mon.a (mon.0) 763 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-04-19T22:27:57.647 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:57 smithi133 bash[22229]: cluster 2024-04-19T22:27:56.418774+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v219: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:27:57.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:57 smithi164 bash[22220]: cluster 2024-04-19T22:27:56.397049+0000 mon.a (mon.0) 763 : cluster 0 osdmap e36: 5 total, 5 up, 5 in 2024-04-19T22:27:57.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:57 smithi164 bash[22220]: cluster 2024-04-19T22:27:56.418774+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v219: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:27:58.499 DEBUG:teuthology.orchestra.run.smithi164:osd.4> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.4.service 2024-04-19T22:27:58.502 INFO:tasks.cephadm:Deploying osd.5 on smithi164 with /dev/vg_nvme/lv_3... 2024-04-19T22:27:58.502 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-19T22:27:58.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.397720+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.412425+0000 mon.a (mon.0) 765 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: cluster 2024-04-19T22:27:57.413264+0000 mon.a (mon.0) 766 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-04-19T22:27:58.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.437022+0000 mon.a (mon.0) 767 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:58.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.443221+0000 mon.a (mon.0) 768 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:58.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: cephadm 2024-04-19T22:27:57.444643+0000 mgr.a (mgr.14152) 265 : cephadm 1 Adjusting osd_memory_target on smithi164 to 20337M 2024-04-19T22:27:58.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.451414+0000 mon.a (mon.0) 769 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.456080+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:58.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.457678+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:58.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:58 smithi110 bash[21541]: audit 2024-04-19T22:27:57.467662+0000 mon.a (mon.0) 772 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.397720+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.412425+0000 mon.a (mon.0) 765 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: cluster 2024-04-19T22:27:57.413264+0000 mon.a (mon.0) 766 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-04-19T22:27:58.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.437022+0000 mon.a (mon.0) 767 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:58.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.443221+0000 mon.a (mon.0) 768 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:58.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: cephadm 2024-04-19T22:27:57.444643+0000 mgr.a (mgr.14152) 265 : cephadm 1 Adjusting osd_memory_target on smithi164 to 20337M 2024-04-19T22:27:58.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.451414+0000 mon.a (mon.0) 769 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.456080+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:58.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.457678+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:58.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:58 smithi133 bash[22229]: audit 2024-04-19T22:27:57.467662+0000 mon.a (mon.0) 772 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.397720+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.412425+0000 mon.a (mon.0) 765 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: cluster 2024-04-19T22:27:57.413264+0000 mon.a (mon.0) 766 : cluster 0 osdmap e37: 5 total, 5 up, 5 in 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.437022+0000 mon.a (mon.0) 767 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.443221+0000 mon.a (mon.0) 768 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: cephadm 2024-04-19T22:27:57.444643+0000 mgr.a (mgr.14152) 265 : cephadm 1 Adjusting osd_memory_target on smithi164 to 20337M 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.451414+0000 mon.a (mon.0) 769 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:58.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.456080+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:27:58.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.457678+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:27:58.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:58 smithi164 bash[22220]: audit 2024-04-19T22:27:57.467662+0000 mon.a (mon.0) 772 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:59 smithi133 bash[22229]: cluster 2024-04-19T22:27:58.412743+0000 mon.a (mon.0) 773 : cluster 0 osdmap e38: 5 total, 5 up, 5 in 2024-04-19T22:27:59.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:59 smithi133 bash[22229]: cluster 2024-04-19T22:27:58.419185+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v222: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:27:59.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:59 smithi133 bash[22229]: audit 2024-04-19T22:27:58.558163+0000 mon.a (mon.0) 774 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:59 smithi133 bash[22229]: audit 2024-04-19T22:27:58.566163+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:27:59 smithi133 bash[22229]: audit 2024-04-19T22:27:58.574706+0000 mon.a (mon.0) 776 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:59 smithi164 bash[22220]: cluster 2024-04-19T22:27:58.412743+0000 mon.a (mon.0) 773 : cluster 0 osdmap e38: 5 total, 5 up, 5 in 2024-04-19T22:27:59.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:59 smithi164 bash[22220]: cluster 2024-04-19T22:27:58.419185+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v222: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:27:59.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:59 smithi164 bash[22220]: audit 2024-04-19T22:27:58.558163+0000 mon.a (mon.0) 774 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:59 smithi164 bash[22220]: audit 2024-04-19T22:27:58.566163+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:27:59 smithi164 bash[22220]: audit 2024-04-19T22:27:58.574706+0000 mon.a (mon.0) 776 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:59 smithi110 bash[21541]: cluster 2024-04-19T22:27:58.412743+0000 mon.a (mon.0) 773 : cluster 0 osdmap e38: 5 total, 5 up, 5 in 2024-04-19T22:27:59.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:59 smithi110 bash[21541]: cluster 2024-04-19T22:27:58.419185+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v222: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:27:59.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:59 smithi110 bash[21541]: audit 2024-04-19T22:27:58.558163+0000 mon.a (mon.0) 774 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:59 smithi110 bash[21541]: audit 2024-04-19T22:27:58.566163+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:27:59.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:27:59 smithi110 bash[21541]: audit 2024-04-19T22:27:58.574706+0000 mon.a (mon.0) 776 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: cluster 2024-04-19T22:27:59.432551+0000 mon.a (mon.0) 777 : cluster 0 osdmap e39: 5 total, 5 up, 5 in 2024-04-19T22:28:00.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: audit 2024-04-19T22:27:59.893794+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: audit 2024-04-19T22:27:59.902141+0000 mon.a (mon.0) 779 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: audit 2024-04-19T22:27:59.912560+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: audit 2024-04-19T22:27:59.945384+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:00.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: audit 2024-04-19T22:27:59.951061+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:00.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: audit 2024-04-19T22:27:59.952912+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:00.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:00 smithi164 bash[22220]: audit 2024-04-19T22:27:59.963016+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: cluster 2024-04-19T22:27:59.432551+0000 mon.a (mon.0) 777 : cluster 0 osdmap e39: 5 total, 5 up, 5 in 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: audit 2024-04-19T22:27:59.893794+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: audit 2024-04-19T22:27:59.902141+0000 mon.a (mon.0) 779 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: audit 2024-04-19T22:27:59.912560+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: audit 2024-04-19T22:27:59.945384+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: audit 2024-04-19T22:27:59.951061+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: audit 2024-04-19T22:27:59.952912+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:00.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:00 smithi110 bash[21541]: audit 2024-04-19T22:27:59.963016+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: cluster 2024-04-19T22:27:59.432551+0000 mon.a (mon.0) 777 : cluster 0 osdmap e39: 5 total, 5 up, 5 in 2024-04-19T22:28:00.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: audit 2024-04-19T22:27:59.893794+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: audit 2024-04-19T22:27:59.902141+0000 mon.a (mon.0) 779 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: audit 2024-04-19T22:27:59.912560+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:00.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: audit 2024-04-19T22:27:59.945384+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:00.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: audit 2024-04-19T22:27:59.951061+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:00.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: audit 2024-04-19T22:27:59.952912+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:00.899 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:00 smithi133 bash[22229]: audit 2024-04-19T22:27:59.963016+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:01.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:01 smithi164 bash[22220]: cluster 2024-04-19T22:27:59.956751+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v224: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:01.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:01 smithi164 bash[22220]: cluster 2024-04-19T22:28:00.908729+0000 mon.a (mon.0) 785 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:28:01.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:01 smithi110 bash[21541]: cluster 2024-04-19T22:27:59.956751+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v224: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:01.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:01 smithi110 bash[21541]: cluster 2024-04-19T22:28:00.908729+0000 mon.a (mon.0) 785 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:28:01.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:01 smithi133 bash[22229]: cluster 2024-04-19T22:27:59.956751+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v224: 1 pgs: 1 remapped+peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:01.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:01 smithi133 bash[22229]: cluster 2024-04-19T22:28:00.908729+0000 mon.a (mon.0) 785 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T22:28:03.592 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T22:28:03.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:03 smithi164 bash[22220]: cluster 2024-04-19T22:28:01.957451+0000 mgr.a (mgr.14152) 268 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-04-19T22:28:03.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:03 smithi110 bash[21541]: cluster 2024-04-19T22:28:01.957451+0000 mgr.a (mgr.14152) 268 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-04-19T22:28:03.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:03 smithi133 bash[22229]: cluster 2024-04-19T22:28:01.957451+0000 mgr.a (mgr.14152) 268 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 104 KiB/s, 0 objects/s recovering 2024-04-19T22:28:05.680 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:05 smithi164 bash[22220]: cluster 2024-04-19T22:28:03.957999+0000 mgr.a (mgr.14152) 269 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-04-19T22:28:05.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:05 smithi110 bash[21541]: cluster 2024-04-19T22:28:03.957999+0000 mgr.a (mgr.14152) 269 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-04-19T22:28:05.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:05 smithi133 bash[22229]: cluster 2024-04-19T22:28:03.957999+0000 mgr.a (mgr.14152) 269 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-04-19T22:28:06.332 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-19T22:28:06.333 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-04-19T22:28:06.333 INFO:teuthology.orchestra.run.smithi164.stderr: stderr: 10+0 records in 2024-04-19T22:28:06.333 INFO:teuthology.orchestra.run.smithi164.stderr:10+0 records out 2024-04-19T22:28:06.333 INFO:teuthology.orchestra.run.smithi164.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0146838 s, 714 MB/s 2024-04-19T22:28:06.333 INFO:teuthology.orchestra.run.smithi164.stderr:--> Zapping successful for: 2024-04-19T22:28:07.055 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi164:vg_nvme/lv_3 2024-04-19T22:28:07.352 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: cluster 2024-04-19T22:28:05.958634+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: audit 2024-04-19T22:28:06.007435+0000 mon.a (mon.0) 786 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: audit 2024-04-19T22:28:06.016078+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: audit 2024-04-19T22:28:06.026300+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: audit 2024-04-19T22:28:06.050451+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: audit 2024-04-19T22:28:06.056358+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: audit 2024-04-19T22:28:06.058319+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: cluster 2024-04-19T22:28:06.061828+0000 mgr.a (mgr.14152) 271 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: audit 2024-04-19T22:28:06.068827+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: cluster 2024-04-19T22:28:06.438207+0000 mon.a (mon.0) 793 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:28:07.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:07 smithi164 bash[22220]: cluster 2024-04-19T22:28:06.438267+0000 mon.a (mon.0) 794 : cluster 1 Cluster is now healthy 2024-04-19T22:28:07.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: cluster 2024-04-19T22:28:05.958634+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-04-19T22:28:07.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: audit 2024-04-19T22:28:06.007435+0000 mon.a (mon.0) 786 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: audit 2024-04-19T22:28:06.016078+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: audit 2024-04-19T22:28:06.026300+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: audit 2024-04-19T22:28:06.050451+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:07.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: audit 2024-04-19T22:28:06.056358+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:07.392 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: audit 2024-04-19T22:28:06.058319+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:07.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: cluster 2024-04-19T22:28:06.061828+0000 mgr.a (mgr.14152) 271 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-04-19T22:28:07.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: audit 2024-04-19T22:28:06.068827+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: cluster 2024-04-19T22:28:06.438207+0000 mon.a (mon.0) 793 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:28:07.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:07 smithi110 bash[21541]: cluster 2024-04-19T22:28:06.438267+0000 mon.a (mon.0) 794 : cluster 1 Cluster is now healthy 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: cluster 2024-04-19T22:28:05.958634+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: audit 2024-04-19T22:28:06.007435+0000 mon.a (mon.0) 786 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: audit 2024-04-19T22:28:06.016078+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: audit 2024-04-19T22:28:06.026300+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: audit 2024-04-19T22:28:06.050451+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: audit 2024-04-19T22:28:06.056358+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: audit 2024-04-19T22:28:06.058319+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: cluster 2024-04-19T22:28:06.061828+0000 mgr.a (mgr.14152) 271 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-04-19T22:28:07.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: audit 2024-04-19T22:28:06.068827+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:07.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: cluster 2024-04-19T22:28:06.438207+0000 mon.a (mon.0) 793 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-19T22:28:07.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:07 smithi133 bash[22229]: cluster 2024-04-19T22:28:06.438267+0000 mon.a (mon.0) 794 : cluster 1 Cluster is now healthy 2024-04-19T22:28:09.352 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:09 smithi164 bash[22220]: cluster 2024-04-19T22:28:08.062364+0000 mgr.a (mgr.14152) 272 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-04-19T22:28:09.391 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:09 smithi110 bash[21541]: cluster 2024-04-19T22:28:08.062364+0000 mgr.a (mgr.14152) 272 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-04-19T22:28:09.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:09 smithi133 bash[22229]: cluster 2024-04-19T22:28:08.062364+0000 mgr.a (mgr.14152) 272 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-04-19T22:28:11.352 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:11 smithi164 bash[22220]: cluster 2024-04-19T22:28:10.062946+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-04-19T22:28:11.391 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:11 smithi110 bash[21541]: cluster 2024-04-19T22:28:10.062946+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-04-19T22:28:11.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:11 smithi133 bash[22229]: cluster 2024-04-19T22:28:10.062946+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-04-19T22:28:11.767 INFO:teuthology.orchestra.run.smithi164.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T22:28:13.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:13 smithi164 bash[22220]: cluster 2024-04-19T22:28:12.063507+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:13.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:13 smithi164 bash[22220]: audit 2024-04-19T22:28:12.480927+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:13 smithi164 bash[22220]: audit 2024-04-19T22:28:12.490093+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.602 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:13 smithi164 bash[22220]: audit 2024-04-19T22:28:12.499972+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:13 smithi110 bash[21541]: cluster 2024-04-19T22:28:12.063507+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:13.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:13 smithi110 bash[21541]: audit 2024-04-19T22:28:12.480927+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:13 smithi110 bash[21541]: audit 2024-04-19T22:28:12.490093+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:13 smithi110 bash[21541]: audit 2024-04-19T22:28:12.499972+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:13 smithi133 bash[22229]: cluster 2024-04-19T22:28:12.063507+0000 mgr.a (mgr.14152) 274 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:13.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:13 smithi133 bash[22229]: audit 2024-04-19T22:28:12.480927+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:13 smithi133 bash[22229]: audit 2024-04-19T22:28:12.490093+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:13.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:13 smithi133 bash[22229]: audit 2024-04-19T22:28:12.499972+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:14.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:14 smithi164 bash[22220]: audit 2024-04-19T22:28:14.412374+0000 mon.a (mon.0) 798 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:28:14.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:14 smithi164 bash[22220]: audit 2024-04-19T22:28:14.416693+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:28:14.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:14 smithi164 bash[22220]: audit 2024-04-19T22:28:14.417793+0000 mon.a (mon.0) 800 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:14.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:14 smithi110 bash[21541]: audit 2024-04-19T22:28:14.412374+0000 mon.a (mon.0) 798 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:28:14.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:14 smithi110 bash[21541]: audit 2024-04-19T22:28:14.416693+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:28:14.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:14 smithi110 bash[21541]: audit 2024-04-19T22:28:14.417793+0000 mon.a (mon.0) 800 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:14.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:14 smithi133 bash[22229]: audit 2024-04-19T22:28:14.412374+0000 mon.a (mon.0) 798 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T22:28:14.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:14 smithi133 bash[22229]: audit 2024-04-19T22:28:14.416693+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T22:28:14.898 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:14 smithi133 bash[22229]: audit 2024-04-19T22:28:14.417793+0000 mon.a (mon.0) 800 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:15.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:15 smithi164 bash[22220]: cluster 2024-04-19T22:28:14.064074+0000 mgr.a (mgr.14152) 275 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:15.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:15 smithi164 bash[22220]: audit 2024-04-19T22:28:14.405221+0000 mgr.a (mgr.14152) 276 : audit 0 from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:28:15.891 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:15 smithi110 bash[21541]: cluster 2024-04-19T22:28:14.064074+0000 mgr.a (mgr.14152) 275 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:15.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:15 smithi110 bash[21541]: audit 2024-04-19T22:28:14.405221+0000 mgr.a (mgr.14152) 276 : audit 0 from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:28:15.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:15 smithi133 bash[22229]: cluster 2024-04-19T22:28:14.064074+0000 mgr.a (mgr.14152) 275 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:15.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:15 smithi133 bash[22229]: audit 2024-04-19T22:28:14.405221+0000 mgr.a (mgr.14152) 276 : audit 0 from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi164:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:28:17.852 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:17 smithi164 bash[22220]: cluster 2024-04-19T22:28:16.064621+0000 mgr.a (mgr.14152) 277 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:17.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:17 smithi110 bash[21541]: cluster 2024-04-19T22:28:16.064621+0000 mgr.a (mgr.14152) 277 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:17.897 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:17 smithi133 bash[22229]: cluster 2024-04-19T22:28:16.064621+0000 mgr.a (mgr.14152) 277 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:20.057 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:19 smithi164 bash[22220]: cluster 2024-04-19T22:28:18.065168+0000 mgr.a (mgr.14152) 278 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:20.058 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:19 smithi164 bash[22220]: audit 2024-04-19T22:28:18.771354+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.058 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:19 smithi164 bash[22220]: audit 2024-04-19T22:28:18.779443+0000 mon.a (mon.0) 802 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.058 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:19 smithi164 bash[22220]: audit 2024-04-19T22:28:18.789015+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:19 smithi110 bash[21541]: cluster 2024-04-19T22:28:18.065168+0000 mgr.a (mgr.14152) 278 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:20.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:19 smithi110 bash[21541]: audit 2024-04-19T22:28:18.771354+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:19 smithi110 bash[21541]: audit 2024-04-19T22:28:18.779443+0000 mon.a (mon.0) 802 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:19 smithi110 bash[21541]: audit 2024-04-19T22:28:18.789015+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:19 smithi133 bash[22229]: cluster 2024-04-19T22:28:18.065168+0000 mgr.a (mgr.14152) 278 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:20.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:19 smithi133 bash[22229]: audit 2024-04-19T22:28:18.771354+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:19 smithi133 bash[22229]: audit 2024-04-19T22:28:18.779443+0000 mon.a (mon.0) 802 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:20.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:19 smithi133 bash[22229]: audit 2024-04-19T22:28:18.789015+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:22.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:21 smithi164 bash[22220]: cluster 2024-04-19T22:28:20.065707+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:22.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:21 smithi110 bash[21541]: cluster 2024-04-19T22:28:20.065707+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:22.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:21 smithi133 bash[22229]: cluster 2024-04-19T22:28:20.065707+0000 mgr.a (mgr.14152) 279 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:24.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:23 smithi164 bash[22220]: cluster 2024-04-19T22:28:22.066268+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:24.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:23 smithi164 bash[22220]: audit 2024-04-19T22:28:23.100929+0000 mon.c (mon.1) 10 : audit 1 from='client.? 172.21.15.164:0/2313521963' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]: dispatch 2024-04-19T22:28:24.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:23 smithi164 bash[22220]: audit 2024-04-19T22:28:23.101391+0000 mon.a (mon.0) 804 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]: dispatch 2024-04-19T22:28:24.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:23 smithi164 bash[22220]: audit 2024-04-19T22:28:23.104782+0000 mon.a (mon.0) 805 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]': finished 2024-04-19T22:28:24.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:23 smithi164 bash[22220]: cluster 2024-04-19T22:28:23.109791+0000 mon.a (mon.0) 806 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-04-19T22:28:24.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:23 smithi164 bash[22220]: audit 2024-04-19T22:28:23.110389+0000 mon.a (mon.0) 807 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:24.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:23 smithi110 bash[21541]: cluster 2024-04-19T22:28:22.066268+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:24.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:23 smithi110 bash[21541]: audit 2024-04-19T22:28:23.100929+0000 mon.c (mon.1) 10 : audit 1 from='client.? 172.21.15.164:0/2313521963' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]: dispatch 2024-04-19T22:28:24.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:23 smithi110 bash[21541]: audit 2024-04-19T22:28:23.101391+0000 mon.a (mon.0) 804 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]: dispatch 2024-04-19T22:28:24.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:23 smithi110 bash[21541]: audit 2024-04-19T22:28:23.104782+0000 mon.a (mon.0) 805 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]': finished 2024-04-19T22:28:24.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:23 smithi110 bash[21541]: cluster 2024-04-19T22:28:23.109791+0000 mon.a (mon.0) 806 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-04-19T22:28:24.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:23 smithi110 bash[21541]: audit 2024-04-19T22:28:23.110389+0000 mon.a (mon.0) 807 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:24.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:23 smithi133 bash[22229]: cluster 2024-04-19T22:28:22.066268+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:24.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:23 smithi133 bash[22229]: audit 2024-04-19T22:28:23.100929+0000 mon.c (mon.1) 10 : audit 1 from='client.? 172.21.15.164:0/2313521963' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]: dispatch 2024-04-19T22:28:24.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:23 smithi133 bash[22229]: audit 2024-04-19T22:28:23.101391+0000 mon.a (mon.0) 804 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]: dispatch 2024-04-19T22:28:24.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:23 smithi133 bash[22229]: audit 2024-04-19T22:28:23.104782+0000 mon.a (mon.0) 805 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d93fe166-c7dc-4905-9e9e-bcf6696df1f3"}]': finished 2024-04-19T22:28:24.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:23 smithi133 bash[22229]: cluster 2024-04-19T22:28:23.109791+0000 mon.a (mon.0) 806 : cluster 0 osdmap e40: 6 total, 5 up, 6 in 2024-04-19T22:28:24.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:23 smithi133 bash[22229]: audit 2024-04-19T22:28:23.110389+0000 mon.a (mon.0) 807 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:25.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:24 smithi164 bash[22220]: audit 2024-04-19T22:28:23.870583+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.164:0/2285367515' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:28:25.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:24 smithi110 bash[21541]: audit 2024-04-19T22:28:23.870583+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.164:0/2285367515' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:28:25.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:24 smithi133 bash[22229]: audit 2024-04-19T22:28:23.870583+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.164:0/2285367515' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T22:28:26.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:25 smithi164 bash[22220]: cluster 2024-04-19T22:28:24.066793+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:26.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:25 smithi164 bash[22220]: audit 2024-04-19T22:28:25.614235+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:25 smithi164 bash[22220]: audit 2024-04-19T22:28:25.622935+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:25 smithi164 bash[22220]: audit 2024-04-19T22:28:25.633291+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:25 smithi110 bash[21541]: cluster 2024-04-19T22:28:24.066793+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:26.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:25 smithi110 bash[21541]: audit 2024-04-19T22:28:25.614235+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:25 smithi110 bash[21541]: audit 2024-04-19T22:28:25.622935+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:25 smithi110 bash[21541]: audit 2024-04-19T22:28:25.633291+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:25 smithi133 bash[22229]: cluster 2024-04-19T22:28:24.066793+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:26.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:25 smithi133 bash[22229]: audit 2024-04-19T22:28:25.614235+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:25 smithi133 bash[22229]: audit 2024-04-19T22:28:25.622935+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:26.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:25 smithi133 bash[22229]: audit 2024-04-19T22:28:25.633291+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:27.102 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:26 smithi164 bash[22220]: cluster 2024-04-19T22:28:26.067341+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:27.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:26 smithi110 bash[21541]: cluster 2024-04-19T22:28:26.067341+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:27.148 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:26 smithi133 bash[22229]: cluster 2024-04-19T22:28:26.067341+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:29.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:29 smithi164 bash[22220]: cluster 2024-04-19T22:28:28.067868+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:29.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:29 smithi110 bash[21541]: cluster 2024-04-19T22:28:28.067868+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:29.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:29 smithi133 bash[22229]: cluster 2024-04-19T22:28:28.067868+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:31.603 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:31 smithi164 bash[22220]: cluster 2024-04-19T22:28:30.068536+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:31.642 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:31 smithi110 bash[21541]: cluster 2024-04-19T22:28:30.068536+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:31.648 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:31 smithi133 bash[22229]: cluster 2024-04-19T22:28:30.068536+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:34.090 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:33 smithi164 bash[22220]: cluster 2024-04-19T22:28:32.069194+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:34.090 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:33 smithi164 bash[22220]: audit 2024-04-19T22:28:32.697101+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.090 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:33 smithi164 bash[22220]: audit 2024-04-19T22:28:32.708265+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.091 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:33 smithi164 bash[22220]: audit 2024-04-19T22:28:32.718400+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.142 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:33 smithi110 bash[21541]: cluster 2024-04-19T22:28:32.069194+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:34.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:33 smithi110 bash[21541]: audit 2024-04-19T22:28:32.697101+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:33 smithi110 bash[21541]: audit 2024-04-19T22:28:32.708265+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:33 smithi110 bash[21541]: audit 2024-04-19T22:28:32.718400+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:33 smithi133 bash[22229]: cluster 2024-04-19T22:28:32.069194+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:34.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:33 smithi133 bash[22229]: audit 2024-04-19T22:28:32.697101+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:33 smithi133 bash[22229]: audit 2024-04-19T22:28:32.708265+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:34.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:33 smithi133 bash[22229]: audit 2024-04-19T22:28:32.718400+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:35.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:35 smithi164 bash[22220]: cluster 2024-04-19T22:28:34.069759+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:35.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:35 smithi164 bash[22220]: audit 2024-04-19T22:28:35.191363+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-19T22:28:35.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:35 smithi164 bash[22220]: audit 2024-04-19T22:28:35.193489+0000 mon.a (mon.0) 815 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:36.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:35 smithi110 bash[21541]: cluster 2024-04-19T22:28:34.069759+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:36.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:35 smithi110 bash[21541]: audit 2024-04-19T22:28:35.191363+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-19T22:28:36.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:35 smithi110 bash[21541]: audit 2024-04-19T22:28:35.193489+0000 mon.a (mon.0) 815 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:36.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:35 smithi133 bash[22229]: cluster 2024-04-19T22:28:34.069759+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:36.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:35 smithi133 bash[22229]: audit 2024-04-19T22:28:35.191363+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-19T22:28:36.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:35 smithi133 bash[22229]: audit 2024-04-19T22:28:35.193489+0000 mon.a (mon.0) 815 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:36.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:36 smithi164 bash[22220]: cephadm 2024-04-19T22:28:35.195253+0000 mgr.a (mgr.14152) 287 : cephadm 1 Deploying daemon osd.5 on smithi164 2024-04-19T22:28:37.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:36 smithi110 bash[21541]: cephadm 2024-04-19T22:28:35.195253+0000 mgr.a (mgr.14152) 287 : cephadm 1 Deploying daemon osd.5 on smithi164 2024-04-19T22:28:37.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:36 smithi133 bash[22229]: cephadm 2024-04-19T22:28:35.195253+0000 mgr.a (mgr.14152) 287 : cephadm 1 Deploying daemon osd.5 on smithi164 2024-04-19T22:28:37.893 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:37 smithi110 bash[21541]: cluster 2024-04-19T22:28:36.070368+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:38.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:37 smithi164 bash[22220]: cluster 2024-04-19T22:28:36.070368+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:38.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:37 smithi133 bash[22229]: cluster 2024-04-19T22:28:36.070368+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:39.738 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:28:39 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:28:39.738 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:39 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:28:39.738 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:39 smithi164 bash[22220]: cluster 2024-04-19T22:28:38.070970+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:39.739 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:39 smithi164 bash[22220]: audit 2024-04-19T22:28:38.948108+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:39.739 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:39 smithi164 bash[22220]: audit 2024-04-19T22:28:38.957426+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:39.739 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:39 smithi164 bash[22220]: audit 2024-04-19T22:28:38.967542+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:40.055 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:39 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:28:40.055 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:28:39 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:28:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:39 smithi110 bash[21541]: cluster 2024-04-19T22:28:38.070970+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:39 smithi110 bash[21541]: audit 2024-04-19T22:28:38.948108+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:39 smithi110 bash[21541]: audit 2024-04-19T22:28:38.957426+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:40.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:39 smithi110 bash[21541]: audit 2024-04-19T22:28:38.967542+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:40.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:39 smithi133 bash[22229]: cluster 2024-04-19T22:28:38.070970+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:40.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:39 smithi133 bash[22229]: audit 2024-04-19T22:28:38.948108+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:40.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:39 smithi133 bash[22229]: audit 2024-04-19T22:28:38.957426+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:40.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:39 smithi133 bash[22229]: audit 2024-04-19T22:28:38.967542+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:41 smithi164 bash[22220]: audit 2024-04-19T22:28:40.020408+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:41 smithi164 bash[22220]: audit 2024-04-19T22:28:40.028881+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:41 smithi164 bash[22220]: audit 2024-04-19T22:28:40.032713+0000 mon.a (mon.0) 821 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:41.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:41 smithi164 bash[22220]: audit 2024-04-19T22:28:40.040032+0000 mon.a (mon.0) 822 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:41.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:41 smithi164 bash[22220]: audit 2024-04-19T22:28:40.042028+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:41.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:41 smithi164 bash[22220]: audit 2024-04-19T22:28:40.054104+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:41 smithi164 bash[22220]: cluster 2024-04-19T22:28:40.071505+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:41.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:41 smithi110 bash[21541]: audit 2024-04-19T22:28:40.020408+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:41 smithi110 bash[21541]: audit 2024-04-19T22:28:40.028881+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:41 smithi110 bash[21541]: audit 2024-04-19T22:28:40.032713+0000 mon.a (mon.0) 821 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:41.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:41 smithi110 bash[21541]: audit 2024-04-19T22:28:40.040032+0000 mon.a (mon.0) 822 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:41.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:41 smithi110 bash[21541]: audit 2024-04-19T22:28:40.042028+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:41.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:41 smithi110 bash[21541]: audit 2024-04-19T22:28:40.054104+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:41 smithi110 bash[21541]: cluster 2024-04-19T22:28:40.071505+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:41.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:41 smithi133 bash[22229]: audit 2024-04-19T22:28:40.020408+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:41 smithi133 bash[22229]: audit 2024-04-19T22:28:40.028881+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:41 smithi133 bash[22229]: audit 2024-04-19T22:28:40.032713+0000 mon.a (mon.0) 821 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:41.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:41 smithi133 bash[22229]: audit 2024-04-19T22:28:40.040032+0000 mon.a (mon.0) 822 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:41.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:41 smithi133 bash[22229]: audit 2024-04-19T22:28:40.042028+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:41.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:41 smithi133 bash[22229]: audit 2024-04-19T22:28:40.054104+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:41.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:41 smithi133 bash[22229]: cluster 2024-04-19T22:28:40.071505+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:43.353 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:43 smithi164 bash[22220]: cluster 2024-04-19T22:28:42.072138+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:43.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:43 smithi110 bash[21541]: cluster 2024-04-19T22:28:42.072138+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:43.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:43 smithi133 bash[22229]: cluster 2024-04-19T22:28:42.072138+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:45.393 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:45 smithi110 bash[21541]: cluster 2024-04-19T22:28:44.072622+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:45.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:45 smithi133 bash[22229]: cluster 2024-04-19T22:28:44.072622+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:45.435 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:45 smithi164 bash[22220]: cluster 2024-04-19T22:28:44.072622+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:47.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: audit 2024-04-19T22:28:45.775924+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: audit 2024-04-19T22:28:45.784364+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: cephadm 2024-04-19T22:28:45.787520+0000 mgr.a (mgr.14152) 293 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:28:47.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: audit 2024-04-19T22:28:45.794536+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: audit 2024-04-19T22:28:45.824896+0000 mon.a (mon.0) 828 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:47.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: audit 2024-04-19T22:28:45.831057+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:47.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: audit 2024-04-19T22:28:45.832800+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:47.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:46 smithi164 bash[22220]: audit 2024-04-19T22:28:45.842708+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: audit 2024-04-19T22:28:45.775924+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: audit 2024-04-19T22:28:45.784364+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: cephadm 2024-04-19T22:28:45.787520+0000 mgr.a (mgr.14152) 293 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:28:47.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: audit 2024-04-19T22:28:45.794536+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: audit 2024-04-19T22:28:45.824896+0000 mon.a (mon.0) 828 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:47.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: audit 2024-04-19T22:28:45.831057+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:47.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: audit 2024-04-19T22:28:45.832800+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:47.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:46 smithi110 bash[21541]: audit 2024-04-19T22:28:45.842708+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: audit 2024-04-19T22:28:45.775924+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: audit 2024-04-19T22:28:45.784364+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: cephadm 2024-04-19T22:28:45.787520+0000 mgr.a (mgr.14152) 293 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:28:47.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: audit 2024-04-19T22:28:45.794536+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:47.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: audit 2024-04-19T22:28:45.824896+0000 mon.a (mon.0) 828 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:47.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: audit 2024-04-19T22:28:45.831057+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:47.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: audit 2024-04-19T22:28:45.832800+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:47.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:46 smithi133 bash[22229]: audit 2024-04-19T22:28:45.842708+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:48.103 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:47 smithi164 bash[22220]: cluster 2024-04-19T22:28:46.073286+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:48.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:47 smithi164 bash[22220]: audit 2024-04-19T22:28:46.824829+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-19T22:28:48.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:47 smithi164 bash[22220]: audit 2024-04-19T22:28:46.825079+0000 mon.a (mon.0) 832 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-19T22:28:48.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:47 smithi110 bash[21541]: cluster 2024-04-19T22:28:46.073286+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:48.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:47 smithi110 bash[21541]: audit 2024-04-19T22:28:46.824829+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-19T22:28:48.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:47 smithi110 bash[21541]: audit 2024-04-19T22:28:46.825079+0000 mon.a (mon.0) 832 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-19T22:28:48.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:47 smithi133 bash[22229]: cluster 2024-04-19T22:28:46.073286+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:48.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:47 smithi133 bash[22229]: audit 2024-04-19T22:28:46.824829+0000 mon.c (mon.1) 12 : audit 1 from='osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-19T22:28:48.149 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:47 smithi133 bash[22229]: audit 2024-04-19T22:28:46.825079+0000 mon.a (mon.0) 832 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-19T22:28:48.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:48 smithi164 bash[22220]: audit 2024-04-19T22:28:47.776624+0000 mon.a (mon.0) 833 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-19T22:28:48.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:48 smithi164 bash[22220]: cluster 2024-04-19T22:28:47.781761+0000 mon.a (mon.0) 834 : cluster 0 osdmap e41: 6 total, 5 up, 6 in 2024-04-19T22:28:48.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:48 smithi164 bash[22220]: audit 2024-04-19T22:28:47.782663+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:48.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:48 smithi164 bash[22220]: audit 2024-04-19T22:28:47.782697+0000 mon.c (mon.1) 13 : audit 1 from='osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:28:48.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:48 smithi164 bash[22220]: audit 2024-04-19T22:28:47.783364+0000 mon.a (mon.0) 836 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:28:48.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:48 smithi164 bash[22220]: audit 2024-04-19T22:28:48.779246+0000 mon.a (mon.0) 837 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-04-19T22:28:49.053 INFO:teuthology.orchestra.run.smithi164.stdout:Created osd(s) 5 on host 'smithi164' 2024-04-19T22:28:49.143 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:48 smithi110 bash[21541]: audit 2024-04-19T22:28:47.776624+0000 mon.a (mon.0) 833 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-19T22:28:49.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:48 smithi110 bash[21541]: cluster 2024-04-19T22:28:47.781761+0000 mon.a (mon.0) 834 : cluster 0 osdmap e41: 6 total, 5 up, 6 in 2024-04-19T22:28:49.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:48 smithi110 bash[21541]: audit 2024-04-19T22:28:47.782663+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:49.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:48 smithi110 bash[21541]: audit 2024-04-19T22:28:47.782697+0000 mon.c (mon.1) 13 : audit 1 from='osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:28:49.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:48 smithi110 bash[21541]: audit 2024-04-19T22:28:47.783364+0000 mon.a (mon.0) 836 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:28:49.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:48 smithi110 bash[21541]: audit 2024-04-19T22:28:48.779246+0000 mon.a (mon.0) 837 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-04-19T22:28:49.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:48 smithi133 bash[22229]: audit 2024-04-19T22:28:47.776624+0000 mon.a (mon.0) 833 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-19T22:28:49.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:48 smithi133 bash[22229]: cluster 2024-04-19T22:28:47.781761+0000 mon.a (mon.0) 834 : cluster 0 osdmap e41: 6 total, 5 up, 6 in 2024-04-19T22:28:49.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:48 smithi133 bash[22229]: audit 2024-04-19T22:28:47.782663+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:49.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:48 smithi133 bash[22229]: audit 2024-04-19T22:28:47.782697+0000 mon.c (mon.1) 13 : audit 1 from='osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:28:49.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:48 smithi133 bash[22229]: audit 2024-04-19T22:28:47.783364+0000 mon.a (mon.0) 836 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]: dispatch 2024-04-19T22:28:49.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:48 smithi133 bash[22229]: audit 2024-04-19T22:28:48.779246+0000 mon.a (mon.0) 837 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi164", "root=default"]}]': finished 2024-04-19T22:28:49.634 DEBUG:teuthology.orchestra.run.smithi164:osd.5> sudo journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.5.service 2024-04-19T22:28:49.636 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-04-19T22:28:49.637 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-19T22:28:50.035 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: cluster 2024-04-19T22:28:48.073988+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: cluster 2024-04-19T22:28:48.784488+0000 mon.a (mon.0) 838 : cluster 0 osdmap e42: 6 total, 5 up, 6 in 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:48.785701+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:48.792512+0000 mon.a (mon.0) 840 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:49.042132+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:49.050829+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:49.074109+0000 mon.a (mon.0) 843 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:49.080244+0000 mon.a (mon.0) 844 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:49.081965+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:49.091489+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: cluster 2024-04-19T22:28:49.383742+0000 mon.a (mon.0) 847 : cluster 1 osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602] boot 2024-04-19T22:28:50.036 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: cluster 2024-04-19T22:28:49.383897+0000 mon.a (mon.0) 848 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-04-19T22:28:50.037 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:49 smithi133 bash[22229]: audit 2024-04-19T22:28:49.384166+0000 mon.a (mon.0) 849 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: cluster 2024-04-19T22:28:48.073988+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:50.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: cluster 2024-04-19T22:28:48.784488+0000 mon.a (mon.0) 838 : cluster 0 osdmap e42: 6 total, 5 up, 6 in 2024-04-19T22:28:50.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:48.785701+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:48.792512+0000 mon.a (mon.0) 840 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:49.042132+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:49.050829+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:49.074109+0000 mon.a (mon.0) 843 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:49.080244+0000 mon.a (mon.0) 844 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:49.081965+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:49.091489+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: cluster 2024-04-19T22:28:49.383742+0000 mon.a (mon.0) 847 : cluster 1 osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602] boot 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: cluster 2024-04-19T22:28:49.383897+0000 mon.a (mon.0) 848 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-04-19T22:28:50.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:49 smithi164 bash[22220]: audit 2024-04-19T22:28:49.384166+0000 mon.a (mon.0) 849 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: cluster 2024-04-19T22:28:48.073988+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: cluster 2024-04-19T22:28:48.784488+0000 mon.a (mon.0) 838 : cluster 0 osdmap e42: 6 total, 5 up, 6 in 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:48.785701+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:48.792512+0000 mon.a (mon.0) 840 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:49.042132+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:49.050829+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:49.074109+0000 mon.a (mon.0) 843 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:49.080244+0000 mon.a (mon.0) 844 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:49.081965+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:50.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:49.091489+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:50.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: cluster 2024-04-19T22:28:49.383742+0000 mon.a (mon.0) 847 : cluster 1 osd.5 [v2:172.21.15.164:6808/2555227602,v1:172.21.15.164:6809/2555227602] boot 2024-04-19T22:28:50.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: cluster 2024-04-19T22:28:49.383897+0000 mon.a (mon.0) 848 : cluster 0 osdmap e43: 6 total, 6 up, 6 in 2024-04-19T22:28:50.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:49 smithi110 bash[21541]: audit 2024-04-19T22:28:49.384166+0000 mon.a (mon.0) 849 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-19T22:28:51.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: cluster 2024-04-19T22:28:47.780215+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:28:51.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: cluster 2024-04-19T22:28:47.780301+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:28:51.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: audit 2024-04-19T22:28:49.859354+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: audit 2024-04-19T22:28:49.866275+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: audit 2024-04-19T22:28:49.872828+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: audit 2024-04-19T22:28:49.914828+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:51.104 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: audit 2024-04-19T22:28:49.920074+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:51.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: audit 2024-04-19T22:28:49.921604+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:51.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: audit 2024-04-19T22:28:49.931131+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: cluster 2024-04-19T22:28:50.074410+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:51.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:50 smithi164 bash[22220]: cluster 2024-04-19T22:28:50.386399+0000 mon.a (mon.0) 857 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: cluster 2024-04-19T22:28:47.780215+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: cluster 2024-04-19T22:28:47.780301+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: audit 2024-04-19T22:28:49.859354+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: audit 2024-04-19T22:28:49.866275+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: audit 2024-04-19T22:28:49.872828+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: audit 2024-04-19T22:28:49.914828+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: audit 2024-04-19T22:28:49.920074+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:51.144 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: audit 2024-04-19T22:28:49.921604+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:51.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: audit 2024-04-19T22:28:49.931131+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: cluster 2024-04-19T22:28:50.074410+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:51.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:50 smithi110 bash[21541]: cluster 2024-04-19T22:28:50.386399+0000 mon.a (mon.0) 857 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: cluster 2024-04-19T22:28:47.780215+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: cluster 2024-04-19T22:28:47.780301+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: audit 2024-04-19T22:28:49.859354+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: audit 2024-04-19T22:28:49.866275+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: audit 2024-04-19T22:28:49.872828+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: audit 2024-04-19T22:28:49.914828+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: audit 2024-04-19T22:28:49.920074+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: audit 2024-04-19T22:28:49.921604+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: audit 2024-04-19T22:28:49.931131+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: cluster 2024-04-19T22:28:50.074410+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:51.150 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:50 smithi133 bash[22229]: cluster 2024-04-19T22:28:50.386399+0000 mon.a (mon.0) 857 : cluster 0 osdmap e44: 6 total, 6 up, 6 in 2024-04-19T22:28:52.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:52 smithi110 bash[21541]: cluster 2024-04-19T22:28:51.385810+0000 mon.a (mon.0) 858 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-19T22:28:52.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:52 smithi133 bash[22229]: cluster 2024-04-19T22:28:51.385810+0000 mon.a (mon.0) 858 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-19T22:28:52.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:52 smithi164 bash[22220]: cluster 2024-04-19T22:28:51.385810+0000 mon.a (mon.0) 858 : cluster 0 osdmap e45: 6 total, 6 up, 6 in 2024-04-19T22:28:53.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:53 smithi110 bash[21541]: cluster 2024-04-19T22:28:52.074894+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v257: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:53.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:53 smithi110 bash[21541]: cluster 2024-04-19T22:28:52.397340+0000 mon.a (mon.0) 859 : cluster 0 osdmap e46: 6 total, 6 up, 6 in 2024-04-19T22:28:53.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:53 smithi110 bash[21541]: audit 2024-04-19T22:28:52.855012+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:53 smithi110 bash[21541]: audit 2024-04-19T22:28:52.864165+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:53 smithi110 bash[21541]: audit 2024-04-19T22:28:52.874170+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:53 smithi133 bash[22229]: cluster 2024-04-19T22:28:52.074894+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v257: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:53.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:53 smithi133 bash[22229]: cluster 2024-04-19T22:28:52.397340+0000 mon.a (mon.0) 859 : cluster 0 osdmap e46: 6 total, 6 up, 6 in 2024-04-19T22:28:53.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:53 smithi133 bash[22229]: audit 2024-04-19T22:28:52.855012+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:53 smithi133 bash[22229]: audit 2024-04-19T22:28:52.864165+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:53 smithi133 bash[22229]: audit 2024-04-19T22:28:52.874170+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:53 smithi164 bash[22220]: cluster 2024-04-19T22:28:52.074894+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v257: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:53.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:53 smithi164 bash[22220]: cluster 2024-04-19T22:28:52.397340+0000 mon.a (mon.0) 859 : cluster 0 osdmap e46: 6 total, 6 up, 6 in 2024-04-19T22:28:53.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:53 smithi164 bash[22220]: audit 2024-04-19T22:28:52.855012+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:53 smithi164 bash[22220]: audit 2024-04-19T22:28:52.864165+0000 mon.a (mon.0) 861 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:53.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:53 smithi164 bash[22220]: audit 2024-04-19T22:28:52.874170+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:54.586 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:28:54.643 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:54 smithi110 bash[21541]: cluster 2024-04-19T22:28:53.398975+0000 mon.a (mon.0) 863 : cluster 0 osdmap e47: 6 total, 6 up, 6 in 2024-04-19T22:28:54.649 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:54 smithi133 bash[22229]: cluster 2024-04-19T22:28:53.398975+0000 mon.a (mon.0) 863 : cluster 0 osdmap e47: 6 total, 6 up, 6 in 2024-04-19T22:28:54.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:54 smithi164 bash[22220]: cluster 2024-04-19T22:28:53.398975+0000 mon.a (mon.0) 863 : cluster 0 osdmap e47: 6 total, 6 up, 6 in 2024-04-19T22:28:55.569 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:55 smithi110 bash[21541]: cluster 2024-04-19T22:28:54.075562+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v260: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:55.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:55 smithi133 bash[22229]: cluster 2024-04-19T22:28:54.075562+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v260: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:55.853 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:55 smithi164 bash[22220]: cluster 2024-04-19T22:28:54.075562+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v260: 1 pgs: 1 remapped+peering; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:28:57.031 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:28:57.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:57 smithi110 bash[21541]: cluster 2024-04-19T22:28:56.076128+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-04-19T22:28:57.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:57 smithi110 bash[21541]: audit 2024-04-19T22:28:57.058633+0000 mon.a (mon.0) 864 : audit 0 from='client.? 172.21.15.110:0/828638317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T22:28:57.651 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":47,"num_osds":6,"num_up_osds":6,"osd_up_since":1713565729,"num_in_osds":6,"osd_in_since":1713565703,"num_remapped_pgs":0} 2024-04-19T22:28:57.652 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T22:28:57.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:57 smithi133 bash[22229]: cluster 2024-04-19T22:28:56.076128+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-04-19T22:28:57.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:57 smithi133 bash[22229]: audit 2024-04-19T22:28:57.058633+0000 mon.a (mon.0) 864 : audit 0 from='client.? 172.21.15.110:0/828638317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T22:28:57.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:57 smithi164 bash[22220]: cluster 2024-04-19T22:28:56.076128+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-04-19T22:28:57.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:57 smithi164 bash[22220]: audit 2024-04-19T22:28:57.058633+0000 mon.a (mon.0) 864 : audit 0 from='client.? 172.21.15.110:0/828638317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T22:28:59.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:59 smithi110 bash[21541]: cluster 2024-04-19T22:28:58.076782+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-19T22:28:59.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:59 smithi110 bash[21541]: audit 2024-04-19T22:28:59.160234+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:59 smithi110 bash[21541]: audit 2024-04-19T22:28:59.168344+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:28:59 smithi110 bash[21541]: audit 2024-04-19T22:28:59.177267+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:59 smithi133 bash[22229]: cluster 2024-04-19T22:28:58.076782+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-19T22:28:59.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:59 smithi133 bash[22229]: audit 2024-04-19T22:28:59.160234+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:59 smithi133 bash[22229]: audit 2024-04-19T22:28:59.168344+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:28:59 smithi133 bash[22229]: audit 2024-04-19T22:28:59.177267+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:59 smithi164 bash[22220]: cluster 2024-04-19T22:28:58.076782+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-19T22:28:59.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:59 smithi164 bash[22220]: audit 2024-04-19T22:28:59.160234+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:59 smithi164 bash[22220]: audit 2024-04-19T22:28:59.168344+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:28:59.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:28:59 smithi164 bash[22220]: audit 2024-04-19T22:28:59.177267+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:01.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:01 smithi133 bash[22229]: cluster 2024-04-19T22:29:00.077365+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-19T22:29:01.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:01 smithi164 bash[22220]: cluster 2024-04-19T22:29:00.077365+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-19T22:29:01.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:01 smithi110 bash[21541]: cluster 2024-04-19T22:29:00.077365+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-19T22:29:02.174 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:03.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:03 smithi110 bash[21541]: cluster 2024-04-19T22:29:02.077924+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-19T22:29:03.650 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:03 smithi133 bash[22229]: cluster 2024-04-19T22:29:02.077924+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-19T22:29:03.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:03 smithi164 bash[22220]: cluster 2024-04-19T22:29:02.077924+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-19T22:29:04.668 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:29:04.669 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":47,"fsid":"cb35fed0-fe9a-11ee-bc92-c7b262605968","created":"2024-04-19T22:20:28.409057+0000","modified":"2024-04-19T22:28:53.391227+0000","last_up_change":"2024-04-19T22:28:49.375543+0000","last_in_change":"2024-04-19T22:28:23.102414+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-04-19T22:26:10.421428+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":"22","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":"a45583c6-b62f-4f1e-9f36-33142073980b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6803","nonce":3727215465}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6805","nonce":3727215465}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6809","nonce":3727215465}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6807","nonce":3727215465}]},"public_addr":"172.21.15.110:6803/3727215465","cluster_addr":"172.21.15.110:6805/3727215465","heartbeat_back_addr":"172.21.15.110:6809/3727215465","heartbeat_front_addr":"172.21.15.110:6807/3727215465","state":["exists","up"]},{"osd":1,"uuid":"039eeb84-7642-42bf-972e-e62166e4beee","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.110:6810","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6811","nonce":1820593468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6813","nonce":1820593468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6817","nonce":1820593468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6815","nonce":1820593468}]},"public_addr":"172.21.15.110:6811/1820593468","cluster_addr":"172.21.15.110:6813/1820593468","heartbeat_back_addr":"172.21.15.110:6817/1820593468","heartbeat_front_addr":"172.21.15.110:6815/1820593468","state":["exists","up"]},{"osd":2,"uuid":"905e3148-ced4-49c1-8bae-e9bdc56b9c72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6801","nonce":1722952685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6803","nonce":1722952685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6807","nonce":1722952685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6805","nonce":1722952685}]},"public_addr":"172.21.15.133:6801/1722952685","cluster_addr":"172.21.15.133:6803/1722952685","heartbeat_back_addr":"172.21.15.133:6807/1722952685","heartbeat_front_addr":"172.21.15.133:6805/1722952685","state":["exists","up"]},{"osd":3,"uuid":"8dd27764-d1d3-47c6-af0d-a1d6a59a53e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6809","nonce":4221493764}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6811","nonce":4221493764}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6815","nonce":4221493764}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6813","nonce":4221493764}]},"public_addr":"172.21.15.133:6809/4221493764","cluster_addr":"172.21.15.133:6811/4221493764","heartbeat_back_addr":"172.21.15.133:6815/4221493764","heartbeat_front_addr":"172.21.15.133:6813/4221493764","state":["exists","up"]},{"osd":4,"uuid":"19ec8557-6ad2-4493-a304-4cdb66b61fd1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6801","nonce":3252676510}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6803","nonce":3252676510}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6807","nonce":3252676510}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6805","nonce":3252676510}]},"public_addr":"172.21.15.164:6801/3252676510","cluster_addr":"172.21.15.164:6803/3252676510","heartbeat_back_addr":"172.21.15.164:6807/3252676510","heartbeat_front_addr":"172.21.15.164:6805/3252676510","state":["exists","up"]},{"osd":5,"uuid":"d93fe166-c7dc-4905-9e9e-bcf6696df1f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6809","nonce":2555227602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6811","nonce":2555227602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6815","nonce":2555227602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6813","nonce":2555227602}]},"public_addr":"172.21.15.164:6809/2555227602","cluster_addr":"172.21.15.164:6811/2555227602","heartbeat_back_addr":"172.21.15.164:6815/2555227602","heartbeat_front_addr":"172.21.15.164:6813/2555227602","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-04-19T22:24:24.813523+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-04-19T22:25:16.119214+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-04-19T22:26:06.409900+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-04-19T22:27:04.343829+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-04-19T22:27:53.811248+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-04-19T22:28:47.780305+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:0/725723582":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/2036670371":"2024-04-20T22:21:33.778300+0000","172.21.15.110:6800/2729238041":"2024-04-20T22:20:59.834236+0000","172.21.15.110:0/4196995105":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/446295040":"2024-04-20T22:20:59.834236+0000","172.21.15.110:6801/2729238041":"2024-04-20T22:20:59.834236+0000","172.21.15.110:6800/827939349":"2024-04-20T22:21:33.778300+0000","172.21.15.110:6801/827939349":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/2535507999":"2024-04-20T22:20:59.834236+0000","172.21.15.110:0/2353972205":"2024-04-20T22:20:59.834236+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-04-19T22:29:05.319 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-19T22:26:10.421428+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': '22', '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-04-19T22:29:05.320 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-19T22:29:05.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:05 smithi110 bash[21541]: cluster 2024-04-19T22:29:04.078466+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-19T22:29:05.644 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:05 smithi110 bash[21541]: audit 2024-04-19T22:29:04.694602+0000 mon.a (mon.0) 868 : audit 0 from='client.? 172.21.15.110:0/498030045' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:05.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:05 smithi164 bash[22220]: cluster 2024-04-19T22:29:04.078466+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-19T22:29:05.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:05 smithi164 bash[22220]: audit 2024-04-19T22:29:04.694602+0000 mon.a (mon.0) 868 : audit 0 from='client.? 172.21.15.110:0/498030045' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:05.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:05 smithi133 bash[22229]: cluster 2024-04-19T22:29:04.078466+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-19T22:29:05.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:05 smithi133 bash[22229]: audit 2024-04-19T22:29:04.694602+0000 mon.a (mon.0) 868 : audit 0 from='client.? 172.21.15.110:0/498030045' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:07.604 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:07 smithi164 bash[22220]: cluster 2024-04-19T22:29:06.079136+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-19T22:29:07.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:07 smithi110 bash[21541]: cluster 2024-04-19T22:29:06.079136+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-19T22:29:07.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:07 smithi133 bash[22229]: cluster 2024-04-19T22:29:06.079136+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-19T22:29:08.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:08 smithi164 bash[22220]: audit 2024-04-19T22:29:07.475009+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:08 smithi164 bash[22220]: audit 2024-04-19T22:29:07.483885+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:08 smithi164 bash[22220]: audit 2024-04-19T22:29:07.494225+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:08 smithi110 bash[21541]: audit 2024-04-19T22:29:07.475009+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:08 smithi110 bash[21541]: audit 2024-04-19T22:29:07.483885+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:08 smithi110 bash[21541]: audit 2024-04-19T22:29:07.494225+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:08 smithi133 bash[22229]: audit 2024-04-19T22:29:07.475009+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:08 smithi133 bash[22229]: audit 2024-04-19T22:29:07.483885+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:08.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:08 smithi133 bash[22229]: audit 2024-04-19T22:29:07.494225+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:09.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:09 smithi164 bash[22220]: cluster 2024-04-19T22:29:08.079635+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:09.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:09 smithi110 bash[21541]: cluster 2024-04-19T22:29:08.079635+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:09.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:09 smithi133 bash[22229]: cluster 2024-04-19T22:29:08.079635+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:10.045 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:11.854 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:11 smithi164 bash[22220]: cluster 2024-04-19T22:29:10.080056+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:11.882 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:11 smithi133 bash[22229]: cluster 2024-04-19T22:29:10.080056+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:11.894 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:11 smithi110 bash[21541]: cluster 2024-04-19T22:29:10.080056+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:13.047 INFO:teuthology.orchestra.run.smithi110.stdout:pg_num: 1 2024-04-19T22:29:13.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:13 smithi110 bash[21541]: cluster 2024-04-19T22:29:12.080510+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:13.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:13 smithi110 bash[21541]: audit 2024-04-19T22:29:13.052674+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:13 smithi110 bash[21541]: audit 2024-04-19T22:29:13.060977+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:13 smithi110 bash[21541]: audit 2024-04-19T22:29:13.070788+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:13 smithi110 bash[21541]: audit 2024-04-19T22:29:13.074031+0000 mon.a (mon.0) 875 : audit 0 from='client.? 172.21.15.110:0/1229202518' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T22:29:13.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:13 smithi164 bash[22220]: cluster 2024-04-19T22:29:12.080510+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:13.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:13 smithi164 bash[22220]: audit 2024-04-19T22:29:13.052674+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:13 smithi164 bash[22220]: audit 2024-04-19T22:29:13.060977+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:13 smithi164 bash[22220]: audit 2024-04-19T22:29:13.070788+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:13 smithi164 bash[22220]: audit 2024-04-19T22:29:13.074031+0000 mon.a (mon.0) 875 : audit 0 from='client.? 172.21.15.110:0/1229202518' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T22:29:13.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:13 smithi133 bash[22229]: cluster 2024-04-19T22:29:12.080510+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:13.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:13 smithi133 bash[22229]: audit 2024-04-19T22:29:13.052674+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:13 smithi133 bash[22229]: audit 2024-04-19T22:29:13.060977+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:13 smithi133 bash[22229]: audit 2024-04-19T22:29:13.070788+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:13.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:13 smithi133 bash[22229]: audit 2024-04-19T22:29:13.074031+0000 mon.a (mon.0) 875 : audit 0 from='client.? 172.21.15.110:0/1229202518' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T22:29:14.060 INFO:tasks.cephadm:Setting up client nodes... 2024-04-19T22:29:14.060 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-19T22:29:14.060 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-19T22:29:14.060 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph mgr dump --format=json 2024-04-19T22:29:15.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:15 smithi164 bash[22220]: cluster 2024-04-19T22:29:14.081130+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:15.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:15 smithi110 bash[21541]: cluster 2024-04-19T22:29:14.081130+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:15.900 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:15 smithi133 bash[22229]: cluster 2024-04-19T22:29:14.081130+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:17.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:17 smithi164 bash[22220]: cluster 2024-04-19T22:29:16.081671+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:17.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:17 smithi110 bash[21541]: cluster 2024-04-19T22:29:16.081671+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:17.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:17 smithi133 bash[22229]: cluster 2024-04-19T22:29:16.081671+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:19.346 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:19.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:19 smithi110 bash[21541]: cluster 2024-04-19T22:29:18.082160+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:19.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:19 smithi110 bash[21541]: audit 2024-04-19T22:29:19.376561+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:19 smithi110 bash[21541]: audit 2024-04-19T22:29:19.383115+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:19 smithi110 bash[21541]: audit 2024-04-19T22:29:19.390128+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:19 smithi164 bash[22220]: cluster 2024-04-19T22:29:18.082160+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:19.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:19 smithi164 bash[22220]: audit 2024-04-19T22:29:19.376561+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:19 smithi164 bash[22220]: audit 2024-04-19T22:29:19.383115+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.859 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:19 smithi164 bash[22220]: audit 2024-04-19T22:29:19.390128+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:19 smithi133 bash[22229]: cluster 2024-04-19T22:29:18.082160+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:19.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:19 smithi133 bash[22229]: audit 2024-04-19T22:29:19.376561+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:19 smithi133 bash[22229]: audit 2024-04-19T22:29:19.383115+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:19.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:19 smithi133 bash[22229]: audit 2024-04-19T22:29:19.390128+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:21.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:21 smithi164 bash[22220]: cluster 2024-04-19T22:29:20.082724+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:21.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:21 smithi110 bash[21541]: cluster 2024-04-19T22:29:20.082724+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:21.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:21 smithi133 bash[22229]: cluster 2024-04-19T22:29:20.082724+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:21.946 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:29:22.573 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":1874294589},{"type":"v1","addr":"172.21.15.110:6801","nonce":1874294589}]},"active_addr":"172.21.15.110:6801/1874294589","active_change":"2024-04-19T22:21:33.778510+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.110: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.110:0","nonce":532121532}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":3199117047}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":100349485}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":3414097425}]}]} 2024-04-19T22:29:22.581 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-19T22:29:22.581 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-19T22:29:22.581 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T22:29:22.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:22 smithi164 bash[22220]: audit 2024-04-19T22:29:21.962404+0000 mon.a (mon.0) 879 : audit 0 from='client.? 172.21.15.110:0/1428997169' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T22:29:22.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:22 smithi110 bash[21541]: audit 2024-04-19T22:29:21.962404+0000 mon.a (mon.0) 879 : audit 0 from='client.? 172.21.15.110:0/1428997169' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T22:29:22.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:22 smithi133 bash[22229]: audit 2024-04-19T22:29:21.962404+0000 mon.a (mon.0) 879 : audit 0 from='client.? 172.21.15.110:0/1428997169' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T22:29:23.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:23 smithi164 bash[22220]: cluster 2024-04-19T22:29:22.083357+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:23.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:23 smithi110 bash[21541]: cluster 2024-04-19T22:29:22.083357+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:23.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:23 smithi133 bash[22229]: cluster 2024-04-19T22:29:22.083357+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:25.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:25 smithi164 bash[22220]: cluster 2024-04-19T22:29:24.084048+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:25.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:25 smithi110 bash[21541]: cluster 2024-04-19T22:29:24.084048+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:25.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:25 smithi133 bash[22229]: cluster 2024-04-19T22:29:24.084048+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:27.300 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:27.645 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:27 smithi110 bash[21541]: cluster 2024-04-19T22:29:26.084660+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:27.855 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:27 smithi164 bash[22220]: cluster 2024-04-19T22:29:26.084660+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:27.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:27 smithi133 bash[22229]: cluster 2024-04-19T22:29:26.084660+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:28.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:28 smithi110 bash[21541]: audit 2024-04-19T22:29:27.699002+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:28.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:28 smithi110 bash[21541]: audit 2024-04-19T22:29:27.707901+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:28.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:28 smithi110 bash[21541]: audit 2024-04-19T22:29:27.718020+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:29.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:28 smithi164 bash[22220]: audit 2024-04-19T22:29:27.699002+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:29.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:28 smithi164 bash[22220]: audit 2024-04-19T22:29:27.707901+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:29.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:28 smithi164 bash[22220]: audit 2024-04-19T22:29:27.718020+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:29.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:28 smithi133 bash[22229]: audit 2024-04-19T22:29:27.699002+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:29.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:28 smithi133 bash[22229]: audit 2024-04-19T22:29:27.707901+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:29.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:28 smithi133 bash[22229]: audit 2024-04-19T22:29:27.718020+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:29.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:29 smithi110 bash[21541]: cluster 2024-04-19T22:29:28.085250+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:29.974 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:29:29.974 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":47,"fsid":"cb35fed0-fe9a-11ee-bc92-c7b262605968","created":"2024-04-19T22:20:28.409057+0000","modified":"2024-04-19T22:28:53.391227+0000","last_up_change":"2024-04-19T22:28:49.375543+0000","last_in_change":"2024-04-19T22:28:23.102414+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-04-19T22:26:10.421428+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":"22","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":"a45583c6-b62f-4f1e-9f36-33142073980b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6803","nonce":3727215465}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6805","nonce":3727215465}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6809","nonce":3727215465}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6807","nonce":3727215465}]},"public_addr":"172.21.15.110:6803/3727215465","cluster_addr":"172.21.15.110:6805/3727215465","heartbeat_back_addr":"172.21.15.110:6809/3727215465","heartbeat_front_addr":"172.21.15.110:6807/3727215465","state":["exists","up"]},{"osd":1,"uuid":"039eeb84-7642-42bf-972e-e62166e4beee","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.110:6810","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6811","nonce":1820593468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6813","nonce":1820593468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6817","nonce":1820593468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6815","nonce":1820593468}]},"public_addr":"172.21.15.110:6811/1820593468","cluster_addr":"172.21.15.110:6813/1820593468","heartbeat_back_addr":"172.21.15.110:6817/1820593468","heartbeat_front_addr":"172.21.15.110:6815/1820593468","state":["exists","up"]},{"osd":2,"uuid":"905e3148-ced4-49c1-8bae-e9bdc56b9c72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6801","nonce":1722952685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6803","nonce":1722952685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6807","nonce":1722952685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6805","nonce":1722952685}]},"public_addr":"172.21.15.133:6801/1722952685","cluster_addr":"172.21.15.133:6803/1722952685","heartbeat_back_addr":"172.21.15.133:6807/1722952685","heartbeat_front_addr":"172.21.15.133:6805/1722952685","state":["exists","up"]},{"osd":3,"uuid":"8dd27764-d1d3-47c6-af0d-a1d6a59a53e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6809","nonce":4221493764}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6811","nonce":4221493764}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6815","nonce":4221493764}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6813","nonce":4221493764}]},"public_addr":"172.21.15.133:6809/4221493764","cluster_addr":"172.21.15.133:6811/4221493764","heartbeat_back_addr":"172.21.15.133:6815/4221493764","heartbeat_front_addr":"172.21.15.133:6813/4221493764","state":["exists","up"]},{"osd":4,"uuid":"19ec8557-6ad2-4493-a304-4cdb66b61fd1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6801","nonce":3252676510}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6803","nonce":3252676510}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6807","nonce":3252676510}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6805","nonce":3252676510}]},"public_addr":"172.21.15.164:6801/3252676510","cluster_addr":"172.21.15.164:6803/3252676510","heartbeat_back_addr":"172.21.15.164:6807/3252676510","heartbeat_front_addr":"172.21.15.164:6805/3252676510","state":["exists","up"]},{"osd":5,"uuid":"d93fe166-c7dc-4905-9e9e-bcf6696df1f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6809","nonce":2555227602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6811","nonce":2555227602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6815","nonce":2555227602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6813","nonce":2555227602}]},"public_addr":"172.21.15.164:6809/2555227602","cluster_addr":"172.21.15.164:6811/2555227602","heartbeat_back_addr":"172.21.15.164:6815/2555227602","heartbeat_front_addr":"172.21.15.164:6813/2555227602","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-04-19T22:24:24.813523+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-04-19T22:25:16.119214+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-04-19T22:26:06.409900+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-04-19T22:27:04.343829+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-04-19T22:27:53.811248+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-04-19T22:28:47.780305+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:0/725723582":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/2036670371":"2024-04-20T22:21:33.778300+0000","172.21.15.110:6800/2729238041":"2024-04-20T22:20:59.834236+0000","172.21.15.110:0/4196995105":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/446295040":"2024-04-20T22:20:59.834236+0000","172.21.15.110:6801/2729238041":"2024-04-20T22:20:59.834236+0000","172.21.15.110:6800/827939349":"2024-04-20T22:21:33.778300+0000","172.21.15.110:6801/827939349":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/2535507999":"2024-04-20T22:20:59.834236+0000","172.21.15.110:0/2353972205":"2024-04-20T22:20:59.834236+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-04-19T22:29:29.981 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:29 smithi133 bash[22229]: cluster 2024-04-19T22:29:28.085250+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:30.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:29 smithi164 bash[22220]: cluster 2024-04-19T22:29:28.085250+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:30.624 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-19T22:29:30.624 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T22:29:30.895 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:30 smithi110 bash[21541]: audit 2024-04-19T22:29:29.998713+0000 mon.a (mon.0) 883 : audit 0 from='client.? 172.21.15.110:0/2559070281' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:31.094 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:30 smithi133 bash[22229]: audit 2024-04-19T22:29:29.998713+0000 mon.a (mon.0) 883 : audit 0 from='client.? 172.21.15.110:0/2559070281' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:31.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:30 smithi164 bash[22220]: audit 2024-04-19T22:29:29.998713+0000 mon.a (mon.0) 883 : audit 0 from='client.? 172.21.15.110:0/2559070281' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:31.901 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:31 smithi133 bash[22229]: cluster 2024-04-19T22:29:30.085767+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:32.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:31 smithi164 bash[22220]: cluster 2024-04-19T22:29:30.085767+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:32.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:31 smithi110 bash[21541]: cluster 2024-04-19T22:29:30.085767+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:33.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:33 smithi110 bash[21541]: cluster 2024-04-19T22:29:32.086338+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:33.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:33 smithi110 bash[21541]: audit 2024-04-19T22:29:33.216969+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:33.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:33 smithi110 bash[21541]: audit 2024-04-19T22:29:33.226329+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:33.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:33 smithi110 bash[21541]: audit 2024-04-19T22:29:33.234206+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:33.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:33 smithi133 bash[22229]: cluster 2024-04-19T22:29:32.086338+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:33.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:33 smithi133 bash[22229]: audit 2024-04-19T22:29:33.216969+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:33.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:33 smithi133 bash[22229]: audit 2024-04-19T22:29:33.226329+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:33.902 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:33 smithi133 bash[22229]: audit 2024-04-19T22:29:33.234206+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:34.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:33 smithi164 bash[22220]: cluster 2024-04-19T22:29:32.086338+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:34.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:33 smithi164 bash[22220]: audit 2024-04-19T22:29:33.216969+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:34.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:33 smithi164 bash[22220]: audit 2024-04-19T22:29:33.226329+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:34.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:33 smithi164 bash[22220]: audit 2024-04-19T22:29:33.234206+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:35.357 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:36.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:35 smithi164 bash[22220]: cluster 2024-04-19T22:29:34.086870+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:36.145 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:35 smithi110 bash[21541]: cluster 2024-04-19T22:29:34.086870+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:36.151 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:35 smithi133 bash[22229]: cluster 2024-04-19T22:29:34.086870+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:37.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:37 smithi110 bash[21541]: cluster 2024-04-19T22:29:36.087480+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:38.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:37 smithi164 bash[22220]: cluster 2024-04-19T22:29:36.087480+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:38.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:37 smithi133 bash[22229]: cluster 2024-04-19T22:29:36.087480+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:38.566 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:29:38.566 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":47,"fsid":"cb35fed0-fe9a-11ee-bc92-c7b262605968","created":"2024-04-19T22:20:28.409057+0000","modified":"2024-04-19T22:28:53.391227+0000","last_up_change":"2024-04-19T22:28:49.375543+0000","last_in_change":"2024-04-19T22:28:23.102414+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-04-19T22:26:10.421428+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":"22","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":"a45583c6-b62f-4f1e-9f36-33142073980b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6803","nonce":3727215465}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6805","nonce":3727215465}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6809","nonce":3727215465}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3727215465},{"type":"v1","addr":"172.21.15.110:6807","nonce":3727215465}]},"public_addr":"172.21.15.110:6803/3727215465","cluster_addr":"172.21.15.110:6805/3727215465","heartbeat_back_addr":"172.21.15.110:6809/3727215465","heartbeat_front_addr":"172.21.15.110:6807/3727215465","state":["exists","up"]},{"osd":1,"uuid":"039eeb84-7642-42bf-972e-e62166e4beee","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.110:6810","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6811","nonce":1820593468}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6813","nonce":1820593468}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6817","nonce":1820593468}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1820593468},{"type":"v1","addr":"172.21.15.110:6815","nonce":1820593468}]},"public_addr":"172.21.15.110:6811/1820593468","cluster_addr":"172.21.15.110:6813/1820593468","heartbeat_back_addr":"172.21.15.110:6817/1820593468","heartbeat_front_addr":"172.21.15.110:6815/1820593468","state":["exists","up"]},{"osd":2,"uuid":"905e3148-ced4-49c1-8bae-e9bdc56b9c72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6801","nonce":1722952685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6803","nonce":1722952685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6807","nonce":1722952685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":1722952685},{"type":"v1","addr":"172.21.15.133:6805","nonce":1722952685}]},"public_addr":"172.21.15.133:6801/1722952685","cluster_addr":"172.21.15.133:6803/1722952685","heartbeat_back_addr":"172.21.15.133:6807/1722952685","heartbeat_front_addr":"172.21.15.133:6805/1722952685","state":["exists","up"]},{"osd":3,"uuid":"8dd27764-d1d3-47c6-af0d-a1d6a59a53e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6809","nonce":4221493764}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6811","nonce":4221493764}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6815","nonce":4221493764}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":4221493764},{"type":"v1","addr":"172.21.15.133:6813","nonce":4221493764}]},"public_addr":"172.21.15.133:6809/4221493764","cluster_addr":"172.21.15.133:6811/4221493764","heartbeat_back_addr":"172.21.15.133:6815/4221493764","heartbeat_front_addr":"172.21.15.133:6813/4221493764","state":["exists","up"]},{"osd":4,"uuid":"19ec8557-6ad2-4493-a304-4cdb66b61fd1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6800","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6801","nonce":3252676510}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6802","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6803","nonce":3252676510}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6806","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6807","nonce":3252676510}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6804","nonce":3252676510},{"type":"v1","addr":"172.21.15.164:6805","nonce":3252676510}]},"public_addr":"172.21.15.164:6801/3252676510","cluster_addr":"172.21.15.164:6803/3252676510","heartbeat_back_addr":"172.21.15.164:6807/3252676510","heartbeat_front_addr":"172.21.15.164:6805/3252676510","state":["exists","up"]},{"osd":5,"uuid":"d93fe166-c7dc-4905-9e9e-bcf6696df1f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6808","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6809","nonce":2555227602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6810","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6811","nonce":2555227602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6814","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6815","nonce":2555227602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.164:6812","nonce":2555227602},{"type":"v1","addr":"172.21.15.164:6813","nonce":2555227602}]},"public_addr":"172.21.15.164:6809/2555227602","cluster_addr":"172.21.15.164:6811/2555227602","heartbeat_back_addr":"172.21.15.164:6815/2555227602","heartbeat_front_addr":"172.21.15.164:6813/2555227602","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-04-19T22:24:24.813523+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-04-19T22:25:16.119214+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-04-19T22:26:06.409900+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-04-19T22:27:04.343829+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-04-19T22:27:53.811248+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-04-19T22:28:47.780305+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:0/725723582":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/2036670371":"2024-04-20T22:21:33.778300+0000","172.21.15.110:6800/2729238041":"2024-04-20T22:20:59.834236+0000","172.21.15.110:0/4196995105":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/446295040":"2024-04-20T22:20:59.834236+0000","172.21.15.110:6801/2729238041":"2024-04-20T22:20:59.834236+0000","172.21.15.110:6800/827939349":"2024-04-20T22:21:33.778300+0000","172.21.15.110:6801/827939349":"2024-04-20T22:21:33.778300+0000","172.21.15.110:0/2535507999":"2024-04-20T22:20:59.834236+0000","172.21.15.110:0/2353972205":"2024-04-20T22:20:59.834236+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-04-19T22:29:38.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:38 smithi110 bash[21541]: audit 2024-04-19T22:29:38.590824+0000 mon.a (mon.0) 887 : audit 0 from='client.? 172.21.15.110:0/177070284' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:39.105 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:38 smithi164 bash[22220]: audit 2024-04-19T22:29:38.590824+0000 mon.a (mon.0) 887 : audit 0 from='client.? 172.21.15.110:0/177070284' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:39.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:38 smithi133 bash[22229]: audit 2024-04-19T22:29:38.590824+0000 mon.a (mon.0) 887 : audit 0 from='client.? 172.21.15.110:0/177070284' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T22:29:39.233 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-19T22:29:39.234 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-19T22:29:39.234 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-19T22:29:39.235 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-19T22:29:39.235 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-19T22:29:39.235 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-19T22:29:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:39 smithi110 bash[21541]: cluster 2024-04-19T22:29:38.088135+0000 mgr.a (mgr.14152) 320 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:39 smithi110 bash[21541]: audit 2024-04-19T22:29:39.555006+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:39 smithi110 bash[21541]: audit 2024-04-19T22:29:39.560178+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:39.896 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:39 smithi110 bash[21541]: audit 2024-04-19T22:29:39.565579+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:40.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:39 smithi164 bash[22220]: cluster 2024-04-19T22:29:38.088135+0000 mgr.a (mgr.14152) 320 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:40.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:39 smithi164 bash[22220]: audit 2024-04-19T22:29:39.555006+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:40.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:39 smithi164 bash[22220]: audit 2024-04-19T22:29:39.560178+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:40.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:39 smithi164 bash[22220]: audit 2024-04-19T22:29:39.565579+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:40.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:39 smithi133 bash[22229]: cluster 2024-04-19T22:29:38.088135+0000 mgr.a (mgr.14152) 320 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:40.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:39 smithi133 bash[22229]: audit 2024-04-19T22:29:39.555006+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:40.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:39 smithi133 bash[22229]: audit 2024-04-19T22:29:39.560178+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:40.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:39 smithi133 bash[22229]: audit 2024-04-19T22:29:39.565579+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:42.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:41 smithi164 bash[22220]: cluster 2024-04-19T22:29:40.088668+0000 mgr.a (mgr.14152) 321 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:42.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:41 smithi110 bash[21541]: cluster 2024-04-19T22:29:40.088668+0000 mgr.a (mgr.14152) 321 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:42.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:41 smithi133 bash[22229]: cluster 2024-04-19T22:29:40.088668+0000 mgr.a (mgr.14152) 321 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:42.991 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:43.998 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:43.998 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:43.999 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:43.999 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:43.999 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:44.021 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:43 smithi110 bash[21541]: cluster 2024-04-19T22:29:42.089207+0000 mgr.a (mgr.14152) 322 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:44.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:43 smithi164 bash[22220]: cluster 2024-04-19T22:29:42.089207+0000 mgr.a (mgr.14152) 322 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:44.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:43 smithi133 bash[22229]: cluster 2024-04-19T22:29:42.089207+0000 mgr.a (mgr.14152) 322 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:46.056 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:45 smithi110 bash[21541]: cluster 2024-04-19T22:29:44.089721+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:46.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:45 smithi164 bash[22220]: cluster 2024-04-19T22:29:44.089721+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:46.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:45 smithi133 bash[22229]: cluster 2024-04-19T22:29:44.089721+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:48.001 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:47 smithi110 bash[21541]: cluster 2024-04-19T22:29:46.090231+0000 mgr.a (mgr.14152) 324 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:48.106 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:47 smithi164 bash[22220]: cluster 2024-04-19T22:29:46.090231+0000 mgr.a (mgr.14152) 324 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:48.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:47 smithi133 bash[22229]: cluster 2024-04-19T22:29:46.090231+0000 mgr.a (mgr.14152) 324 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:49.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:48 smithi110 bash[21541]: audit 2024-04-19T22:29:47.905759+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:48 smithi110 bash[21541]: audit 2024-04-19T22:29:47.912276+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.146 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:48 smithi110 bash[21541]: audit 2024-04-19T22:29:47.918233+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:48 smithi110 bash[21541]: cluster 2024-04-19T22:29:48.090647+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:49.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:48 smithi133 bash[22229]: audit 2024-04-19T22:29:47.905759+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:48 smithi133 bash[22229]: audit 2024-04-19T22:29:47.912276+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:48 smithi133 bash[22229]: audit 2024-04-19T22:29:47.918233+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.152 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:48 smithi133 bash[22229]: cluster 2024-04-19T22:29:48.090647+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:49.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:48 smithi164 bash[22220]: audit 2024-04-19T22:29:47.905759+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:48 smithi164 bash[22220]: audit 2024-04-19T22:29:47.912276+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:48 smithi164 bash[22220]: audit 2024-04-19T22:29:47.918233+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:49.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:48 smithi164 bash[22220]: cluster 2024-04-19T22:29:48.090647+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:50.241 INFO:teuthology.orchestra.run.smithi110.stdout:55834574905 2024-04-19T22:29:50.242 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-19T22:29:50.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:50 smithi164 bash[22220]: audit 2024-04-19T22:29:50.040727+0000 mon.a (mon.0) 894 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:29:50.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:50 smithi164 bash[22220]: audit 2024-04-19T22:29:50.046864+0000 mon.a (mon.0) 895 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:29:50.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:50 smithi164 bash[22220]: audit 2024-04-19T22:29:50.047892+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:29:50.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:50 smithi164 bash[22220]: audit 2024-04-19T22:29:50.054930+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:50.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:50 smithi110 bash[21541]: audit 2024-04-19T22:29:50.040727+0000 mon.a (mon.0) 894 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:29:50.396 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:50 smithi110 bash[21541]: audit 2024-04-19T22:29:50.046864+0000 mon.a (mon.0) 895 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:29:50.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:50 smithi110 bash[21541]: audit 2024-04-19T22:29:50.047892+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:29:50.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:50 smithi110 bash[21541]: audit 2024-04-19T22:29:50.054930+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:50.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:50 smithi133 bash[22229]: audit 2024-04-19T22:29:50.040727+0000 mon.a (mon.0) 894 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:29:50.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:50 smithi133 bash[22229]: audit 2024-04-19T22:29:50.046864+0000 mon.a (mon.0) 895 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:29:50.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:50 smithi133 bash[22229]: audit 2024-04-19T22:29:50.047892+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:29:50.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:50 smithi133 bash[22229]: audit 2024-04-19T22:29:50.054930+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:51.276 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:51 smithi110 bash[21541]: cluster 2024-04-19T22:29:50.091084+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:51.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:51 smithi164 bash[22220]: cluster 2024-04-19T22:29:50.091084+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:51.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:51 smithi133 bash[22229]: cluster 2024-04-19T22:29:50.091084+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:52.645 INFO:teuthology.orchestra.run.smithi110.stdout:77309411376 2024-04-19T22:29:52.645 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-19T22:29:53.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:53 smithi133 bash[22229]: cluster 2024-04-19T22:29:52.091645+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:53.356 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:53 smithi164 bash[22220]: cluster 2024-04-19T22:29:52.091645+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:53.371 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:53 smithi110 bash[21541]: cluster 2024-04-19T22:29:52.091645+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:54.397 INFO:teuthology.orchestra.run.smithi110.stdout:34359738435 2024-04-19T22:29:54.397 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-19T22:29:54.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:54 smithi164 bash[22220]: audit 2024-04-19T22:29:53.365909+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:54 smithi164 bash[22220]: audit 2024-04-19T22:29:53.371879+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:54 smithi164 bash[22220]: audit 2024-04-19T22:29:53.378718+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:54 smithi110 bash[21541]: audit 2024-04-19T22:29:53.365909+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:54 smithi110 bash[21541]: audit 2024-04-19T22:29:53.371879+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:54 smithi110 bash[21541]: audit 2024-04-19T22:29:53.378718+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:54 smithi133 bash[22229]: audit 2024-04-19T22:29:53.365909+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:54 smithi133 bash[22229]: audit 2024-04-19T22:29:53.371879+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:54 smithi133 bash[22229]: audit 2024-04-19T22:29:53.378718+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:29:54.679 INFO:teuthology.orchestra.run.smithi110.stdout:150323855387 2024-04-19T22:29:54.679 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-19T22:29:55.487 INFO:teuthology.orchestra.run.smithi110.stdout:111669149732 2024-04-19T22:29:55.488 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-19T22:29:55.609 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:55 smithi110 bash[21541]: cluster 2024-04-19T22:29:54.092265+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:55.610 INFO:teuthology.orchestra.run.smithi110.stdout:184683593743 2024-04-19T22:29:55.610 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-19T22:29:55.653 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:55 smithi133 bash[22229]: cluster 2024-04-19T22:29:54.092265+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:55.856 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:55 smithi164 bash[22220]: cluster 2024-04-19T22:29:54.092265+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:57.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:57 smithi164 bash[22220]: cluster 2024-04-19T22:29:56.092711+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:57.646 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:57 smithi110 bash[21541]: cluster 2024-04-19T22:29:56.092711+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:57.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:57 smithi133 bash[22229]: cluster 2024-04-19T22:29:56.092711+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:58.935 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:58.987 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:58.987 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:58.987 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:29:59.606 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:29:59 smithi164 bash[22220]: cluster 2024-04-19T22:29:58.093242+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:59.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:29:59 smithi110 bash[21541]: cluster 2024-04-19T22:29:58.093242+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:29:59.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:29:59 smithi133 bash[22229]: cluster 2024-04-19T22:29:58.093242+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:01.098 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:00 smithi110 bash[21541]: audit 2024-04-19T22:29:59.731087+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.099 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:00 smithi110 bash[21541]: audit 2024-04-19T22:29:59.737173+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.099 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:00 smithi110 bash[21541]: audit 2024-04-19T22:29:59.742588+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.099 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:00 smithi110 bash[21541]: cluster 2024-04-19T22:30:00.000155+0000 mon.a (mon.0) 904 : cluster 1 overall HEALTH_OK 2024-04-19T22:30:01.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:00 smithi164 bash[22220]: audit 2024-04-19T22:29:59.731087+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:00 smithi164 bash[22220]: audit 2024-04-19T22:29:59.737173+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:00 smithi164 bash[22220]: audit 2024-04-19T22:29:59.742588+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:00 smithi164 bash[22220]: cluster 2024-04-19T22:30:00.000155+0000 mon.a (mon.0) 904 : cluster 1 overall HEALTH_OK 2024-04-19T22:30:01.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:00 smithi133 bash[22229]: audit 2024-04-19T22:29:59.731087+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:00 smithi133 bash[22229]: audit 2024-04-19T22:29:59.737173+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:00 smithi133 bash[22229]: audit 2024-04-19T22:29:59.742588+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:01.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:00 smithi133 bash[22229]: cluster 2024-04-19T22:30:00.000155+0000 mon.a (mon.0) 904 : cluster 1 overall HEALTH_OK 2024-04-19T22:30:01.755 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:01 smithi110 bash[21541]: cluster 2024-04-19T22:30:00.093707+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:02.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:01 smithi164 bash[22220]: cluster 2024-04-19T22:30:00.093707+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:02.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:01 smithi133 bash[22229]: cluster 2024-04-19T22:30:00.093707+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:03.712 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:30:03.712 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:30:04.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:03 smithi164 bash[22220]: cluster 2024-04-19T22:30:02.094254+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:04.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:03 smithi110 bash[21541]: cluster 2024-04-19T22:30:02.094254+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:04.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:03 smithi133 bash[22229]: cluster 2024-04-19T22:30:02.094254+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:04.316 INFO:teuthology.orchestra.run.smithi110.stdout:55834574908 2024-04-19T22:30:05.069 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:04 smithi164 bash[22220]: audit 2024-04-19T22:30:04.340961+0000 mon.a (mon.0) 905 : audit 0 from='client.? 172.21.15.110:0/313658299' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T22:30:05.147 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:04 smithi110 bash[21541]: audit 2024-04-19T22:30:04.340961+0000 mon.a (mon.0) 905 : audit 0 from='client.? 172.21.15.110:0/313658299' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T22:30:05.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:04 smithi133 bash[22229]: audit 2024-04-19T22:30:04.340961+0000 mon.a (mon.0) 905 : audit 0 from='client.? 172.21.15.110:0/313658299' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T22:30:05.632 INFO:teuthology.orchestra.run.smithi110.stdout:34359738438 2024-04-19T22:30:05.765 INFO:teuthology.orchestra.run.smithi110.stdout:150323855389 2024-04-19T22:30:05.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:05 smithi110 bash[21541]: cluster 2024-04-19T22:30:04.094678+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:05.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:05 smithi110 bash[21541]: audit 2024-04-19T22:30:05.656728+0000 mon.a (mon.0) 906 : audit 0 from='client.? 172.21.15.110:0/2731264514' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T22:30:06.001 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574905 got 55834574908 for osd.1 2024-04-19T22:30:06.001 DEBUG:teuthology.parallel:result is None 2024-04-19T22:30:06.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:05 smithi164 bash[22220]: cluster 2024-04-19T22:30:04.094678+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:06.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:05 smithi164 bash[22220]: audit 2024-04-19T22:30:05.656728+0000 mon.a (mon.0) 906 : audit 0 from='client.? 172.21.15.110:0/2731264514' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T22:30:06.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:05 smithi133 bash[22229]: cluster 2024-04-19T22:30:04.094678+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:06.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:05 smithi133 bash[22229]: audit 2024-04-19T22:30:05.656728+0000 mon.a (mon.0) 906 : audit 0 from='client.? 172.21.15.110:0/2731264514' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T22:30:07.026 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:06 smithi110 bash[21541]: audit 2024-04-19T22:30:05.790446+0000 mon.a (mon.0) 907 : audit 0 from='client.? 172.21.15.110:0/2263298708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-19T22:30:07.027 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738435 got 34359738438 for osd.0 2024-04-19T22:30:07.027 DEBUG:teuthology.parallel:result is None 2024-04-19T22:30:07.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:06 smithi164 bash[22220]: audit 2024-04-19T22:30:05.790446+0000 mon.a (mon.0) 907 : audit 0 from='client.? 172.21.15.110:0/2263298708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-19T22:30:07.153 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:06 smithi133 bash[22229]: audit 2024-04-19T22:30:05.790446+0000 mon.a (mon.0) 907 : audit 0 from='client.? 172.21.15.110:0/2263298708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-19T22:30:07.154 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855387 got 150323855389 for osd.4 2024-04-19T22:30:07.154 DEBUG:teuthology.parallel:result is None 2024-04-19T22:30:07.537 INFO:teuthology.orchestra.run.smithi110.stdout:77309411379 2024-04-19T22:30:07.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:07 smithi110 bash[21541]: cluster 2024-04-19T22:30:06.095287+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:07.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:07 smithi110 bash[21541]: audit 2024-04-19T22:30:07.561759+0000 mon.a (mon.0) 908 : audit 0 from='client.? 172.21.15.110:0/80375443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T22:30:08.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:07 smithi164 bash[22220]: cluster 2024-04-19T22:30:06.095287+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:08.107 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:07 smithi164 bash[22220]: audit 2024-04-19T22:30:07.561759+0000 mon.a (mon.0) 908 : audit 0 from='client.? 172.21.15.110:0/80375443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T22:30:08.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:07 smithi133 bash[22229]: cluster 2024-04-19T22:30:06.095287+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:08.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:07 smithi133 bash[22229]: audit 2024-04-19T22:30:07.561759+0000 mon.a (mon.0) 908 : audit 0 from='client.? 172.21.15.110:0/80375443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T22:30:09.175 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411376 got 77309411379 for osd.2 2024-04-19T22:30:09.175 DEBUG:teuthology.parallel:result is None 2024-04-19T22:30:09.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:09 smithi164 bash[22220]: cluster 2024-04-19T22:30:08.095771+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:09.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:09 smithi164 bash[22220]: audit 2024-04-19T22:30:08.120887+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:09 smithi164 bash[22220]: audit 2024-04-19T22:30:08.129530+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:09 smithi164 bash[22220]: audit 2024-04-19T22:30:08.139463+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:09 smithi110 bash[21541]: cluster 2024-04-19T22:30:08.095771+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:09.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:09 smithi110 bash[21541]: audit 2024-04-19T22:30:08.120887+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:09 smithi110 bash[21541]: audit 2024-04-19T22:30:08.129530+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:09 smithi110 bash[21541]: audit 2024-04-19T22:30:08.139463+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:09 smithi133 bash[22229]: cluster 2024-04-19T22:30:08.095771+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:09 smithi133 bash[22229]: audit 2024-04-19T22:30:08.120887+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:09 smithi133 bash[22229]: audit 2024-04-19T22:30:08.129530+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:09.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:09 smithi133 bash[22229]: audit 2024-04-19T22:30:08.139463+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:10.408 INFO:teuthology.orchestra.run.smithi110.stdout:111669149735 2024-04-19T22:30:10.516 INFO:teuthology.orchestra.run.smithi110.stdout:184683593747 2024-04-19T22:30:11.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:11 smithi164 bash[22220]: cluster 2024-04-19T22:30:10.096343+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:11.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:11 smithi164 bash[22220]: audit 2024-04-19T22:30:10.431914+0000 mon.a (mon.0) 912 : audit 0 from='client.? 172.21.15.110:0/2498606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-19T22:30:11.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:11 smithi164 bash[22220]: audit 2024-04-19T22:30:10.541304+0000 mon.a (mon.0) 913 : audit 0 from='client.? 172.21.15.110:0/814562829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-19T22:30:11.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:11 smithi110 bash[21541]: cluster 2024-04-19T22:30:10.096343+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:11.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:11 smithi110 bash[21541]: audit 2024-04-19T22:30:10.431914+0000 mon.a (mon.0) 912 : audit 0 from='client.? 172.21.15.110:0/2498606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-19T22:30:11.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:11 smithi110 bash[21541]: audit 2024-04-19T22:30:10.541304+0000 mon.a (mon.0) 913 : audit 0 from='client.? 172.21.15.110:0/814562829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-19T22:30:11.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:11 smithi133 bash[22229]: cluster 2024-04-19T22:30:10.096343+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:11.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:11 smithi133 bash[22229]: audit 2024-04-19T22:30:10.431914+0000 mon.a (mon.0) 912 : audit 0 from='client.? 172.21.15.110:0/2498606' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-19T22:30:11.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:11 smithi133 bash[22229]: audit 2024-04-19T22:30:10.541304+0000 mon.a (mon.0) 913 : audit 0 from='client.? 172.21.15.110:0/814562829' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-19T22:30:11.556 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149732 got 111669149735 for osd.3 2024-04-19T22:30:11.556 DEBUG:teuthology.parallel:result is None 2024-04-19T22:30:11.639 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593743 got 184683593747 for osd.5 2024-04-19T22:30:11.639 DEBUG:teuthology.parallel:result is None 2024-04-19T22:30:11.639 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-19T22:30:11.639 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-19T22:30:13.357 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:13 smithi164 bash[22220]: cluster 2024-04-19T22:30:12.096896+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:13.397 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:13 smithi110 bash[21541]: cluster 2024-04-19T22:30:12.096896+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:13.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:13 smithi133 bash[22229]: cluster 2024-04-19T22:30:12.096896+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:14.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:14 smithi164 bash[22220]: audit 2024-04-19T22:30:13.544400+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:14 smithi164 bash[22220]: audit 2024-04-19T22:30:13.553939+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:14 smithi164 bash[22220]: audit 2024-04-19T22:30:13.564463+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:14 smithi110 bash[21541]: audit 2024-04-19T22:30:13.544400+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:14 smithi110 bash[21541]: audit 2024-04-19T22:30:13.553939+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:14 smithi110 bash[21541]: audit 2024-04-19T22:30:13.564463+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:14 smithi133 bash[22229]: audit 2024-04-19T22:30:13.544400+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:14 smithi133 bash[22229]: audit 2024-04-19T22:30:13.553939+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:14.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:14 smithi133 bash[22229]: audit 2024-04-19T22:30:13.564463+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:15.588 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:15 smithi110 bash[21541]: cluster 2024-04-19T22:30:14.097477+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:15.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:15 smithi164 bash[22220]: cluster 2024-04-19T22:30:14.097477+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:15.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:15 smithi133 bash[22229]: cluster 2024-04-19T22:30:14.097477+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:16.448 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:30:17.851 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:17 smithi110 bash[21541]: cluster 2024-04-19T22:30:16.097939+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:17.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:17 smithi164 bash[22220]: cluster 2024-04-19T22:30:16.097939+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:17.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:17 smithi133 bash[22229]: cluster 2024-04-19T22:30:16.097939+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:19.304 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:30:19.306 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-04-19T22:30:19.647 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:19 smithi110 bash[21541]: cluster 2024-04-19T22:30:18.098284+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:19.857 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:19 smithi164 bash[22220]: cluster 2024-04-19T22:30:18.098284+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:19.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:19 smithi133 bash[22229]: cluster 2024-04-19T22:30:18.098284+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:19.995 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":302,"stamp":"2024-04-19T22:30:18.098122+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":174704,"kb_used_data":4236,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296208,"statfs":{"total":575970213888,"available":575791316992,"internally_reserved":0,"allocated":4337664,"data_stored":2774478,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.003133"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":262,"reported_epoch":47,"state":"active+clean","last_fresh":"2024-04-19T22:28:53.407244+0000","last_change":"2024-04-19T22:28:53.406426+0000","last_active":"2024-04-19T22:28:53.407244+0000","last_peered":"2024-04-19T22:28:53.407244+0000","last_clean":"2024-04-19T22:28:53.407244+0000","last_became_active":"2024-04-19T22:28:53.405332+0000","last_became_peered":"2024-04-19T22:28:53.405332+0000","last_unstale":"2024-04-19T22:28:53.407244+0000","last_undegraded":"2024-04-19T22:28:53.407244+0000","last_fullsized":"2024-04-19T22:28:53.407244+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-19T22:26:10.471606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-19T22:26:10.471606+0000","last_clean_scrub_stamp":"2024-04-19T22:26:10.471606+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-04-21T07:45:18.444735+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":43,"seq":184683593748,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28016,"kb_used_data":996,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717136,"statfs":{"total":95995035648,"available":95966347264,"internally_reserved":0,"allocated":1019904,"data_stored":757597,"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":35,"seq":150323855392,"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":416,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717712,"statfs":{"total":95995035648,"available":95966937088,"internally_reserved":0,"allocated":425984,"data_stored":167229,"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":26,"seq":111669149737,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28020,"kb_used_data":996,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717132,"statfs":{"total":95995035648,"available":95966343168,"internally_reserved":0,"allocated":1019904,"data_stored":757597,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":77309411381,"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":996,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712972,"statfs":{"total":95995035648,"available":95962083328,"internally_reserved":0,"allocated":1019904,"data_stored":757597,"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":34359738441,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31608,"kb_used_data":416,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713544,"statfs":{"total":95995035648,"available":95962669056,"internally_reserved":0,"allocated":425984,"data_stored":167229,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":55834574911,"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":416,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717712,"statfs":{"total":95995035648,"available":95966937088,"internally_reserved":0,"allocated":425984,"data_stored":167229,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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-04-19T22:30:19.996 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-19T22:30:20.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:20 smithi164 bash[22220]: audit 2024-04-19T22:30:19.326215+0000 mgr.a (mgr.14152) 341 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:20.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:20 smithi164 bash[22220]: audit 2024-04-19T22:30:19.952185+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:20 smithi164 bash[22220]: audit 2024-04-19T22:30:19.961123+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:20 smithi164 bash[22220]: audit 2024-04-19T22:30:19.971552+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:20 smithi110 bash[21541]: audit 2024-04-19T22:30:19.326215+0000 mgr.a (mgr.14152) 341 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:20.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:20 smithi110 bash[21541]: audit 2024-04-19T22:30:19.952185+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:20 smithi110 bash[21541]: audit 2024-04-19T22:30:19.961123+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:20 smithi110 bash[21541]: audit 2024-04-19T22:30:19.971552+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:20 smithi133 bash[22229]: audit 2024-04-19T22:30:19.326215+0000 mgr.a (mgr.14152) 341 : audit 0 from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:20.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:20 smithi133 bash[22229]: audit 2024-04-19T22:30:19.952185+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:20 smithi133 bash[22229]: audit 2024-04-19T22:30:19.961123+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:20.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:20 smithi133 bash[22229]: audit 2024-04-19T22:30:19.971552+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:21.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:21 smithi164 bash[22220]: cluster 2024-04-19T22:30:20.098678+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:21.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:21 smithi110 bash[21541]: cluster 2024-04-19T22:30:20.098678+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:21.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:21 smithi133 bash[22229]: cluster 2024-04-19T22:30:20.098678+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:23.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:23 smithi164 bash[22220]: cluster 2024-04-19T22:30:22.099216+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:23.897 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:23 smithi110 bash[21541]: cluster 2024-04-19T22:30:22.099216+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:23.903 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:23 smithi133 bash[22229]: cluster 2024-04-19T22:30:22.099216+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:24.647 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:30:25.754 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:25 smithi110 bash[21541]: cluster 2024-04-19T22:30:24.099780+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:25.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:25 smithi164 bash[22220]: cluster 2024-04-19T22:30:24.099780+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:25.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:25 smithi133 bash[22229]: cluster 2024-04-19T22:30:24.099780+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:27.259 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:30:27.262 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-04-19T22:30:27.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:27 smithi164 bash[22220]: cluster 2024-04-19T22:30:26.100310+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:27.867 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:27 smithi110 bash[21541]: cluster 2024-04-19T22:30:26.100310+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:27.869 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":306,"stamp":"2024-04-19T22:30:26.100030+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":174704,"kb_used_data":4236,"kb_used_omap":9,"kb_used_meta":170358,"kb_avail":562296208,"statfs":{"total":575970213888,"available":575791316992,"internally_reserved":0,"allocated":4337664,"data_stored":2774478,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":174447264},"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.002818"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":262,"reported_epoch":47,"state":"active+clean","last_fresh":"2024-04-19T22:28:53.407244+0000","last_change":"2024-04-19T22:28:53.406426+0000","last_active":"2024-04-19T22:28:53.407244+0000","last_peered":"2024-04-19T22:28:53.407244+0000","last_clean":"2024-04-19T22:28:53.407244+0000","last_became_active":"2024-04-19T22:28:53.405332+0000","last_became_peered":"2024-04-19T22:28:53.405332+0000","last_unstale":"2024-04-19T22:28:53.407244+0000","last_undegraded":"2024-04-19T22:28:53.407244+0000","last_fullsized":"2024-04-19T22:28:53.407244+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-19T22:26:10.471606+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-19T22:26:10.471606+0000","last_clean_scrub_stamp":"2024-04-19T22:26:10.471606+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-04-21T07:45:18.444735+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":43,"seq":184683593750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28016,"kb_used_data":996,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717136,"statfs":{"total":95995035648,"available":95966347264,"internally_reserved":0,"allocated":1019904,"data_stored":757597,"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":35,"seq":150323855393,"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":416,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717712,"statfs":{"total":95995035648,"available":95966937088,"internally_reserved":0,"allocated":425984,"data_stored":167229,"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":26,"seq":111669149739,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28020,"kb_used_data":996,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717132,"statfs":{"total":95995035648,"available":95966343168,"internally_reserved":0,"allocated":1019904,"data_stored":757597,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":77309411383,"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":996,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712972,"statfs":{"total":95995035648,"available":95962083328,"internally_reserved":0,"allocated":1019904,"data_stored":757597,"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":31608,"kb_used_data":416,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713544,"statfs":{"total":95995035648,"available":95962669056,"internally_reserved":0,"allocated":425984,"data_stored":167229,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":55834574913,"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":416,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717712,"statfs":{"total":95995035648,"available":95966937088,"internally_reserved":0,"allocated":425984,"data_stored":167229,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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-04-19T22:30:27.869 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-19T22:30:27.869 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-19T22:30:27.869 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-19T22:30:27.870 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- ceph health --format=json 2024-04-19T22:30:27.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:27 smithi133 bash[22229]: cluster 2024-04-19T22:30:26.100310+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:28.608 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:28 smithi164 bash[22220]: audit 2024-04-19T22:30:27.281693+0000 mgr.a (mgr.14152) 346 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:28.608 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:28 smithi164 bash[22220]: audit 2024-04-19T22:30:28.340652+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:28 smithi164 bash[22220]: audit 2024-04-19T22:30:28.349702+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:28 smithi164 bash[22220]: audit 2024-04-19T22:30:28.359952+0000 mon.a (mon.0) 922 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:28 smithi110 bash[21541]: audit 2024-04-19T22:30:27.281693+0000 mgr.a (mgr.14152) 346 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:28.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:28 smithi110 bash[21541]: audit 2024-04-19T22:30:28.340652+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:28 smithi110 bash[21541]: audit 2024-04-19T22:30:28.349702+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:28 smithi110 bash[21541]: audit 2024-04-19T22:30:28.359952+0000 mon.a (mon.0) 922 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:28 smithi133 bash[22229]: audit 2024-04-19T22:30:27.281693+0000 mgr.a (mgr.14152) 346 : audit 0 from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:28.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:28 smithi133 bash[22229]: audit 2024-04-19T22:30:28.340652+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:28 smithi133 bash[22229]: audit 2024-04-19T22:30:28.349702+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:28.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:28 smithi133 bash[22229]: audit 2024-04-19T22:30:28.359952+0000 mon.a (mon.0) 922 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:29.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:29 smithi164 bash[22220]: cluster 2024-04-19T22:30:28.100776+0000 mgr.a (mgr.14152) 347 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:29.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:29 smithi110 bash[21541]: cluster 2024-04-19T22:30:28.100776+0000 mgr.a (mgr.14152) 347 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:29.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:29 smithi133 bash[22229]: cluster 2024-04-19T22:30:28.100776+0000 mgr.a (mgr.14152) 347 : cluster 0 pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:31.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:31 smithi164 bash[22220]: cluster 2024-04-19T22:30:30.101169+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:31.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:31 smithi110 bash[21541]: cluster 2024-04-19T22:30:30.101169+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:31.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:31 smithi133 bash[22229]: cluster 2024-04-19T22:30:30.101169+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:32.603 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:30:33.728 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:33 smithi110 bash[21541]: cluster 2024-04-19T22:30:32.101709+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:33.858 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:33 smithi164 bash[22220]: cluster 2024-04-19T22:30:32.101709+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:33.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:33 smithi133 bash[22229]: cluster 2024-04-19T22:30:32.101709+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:35.108 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:34 smithi164 bash[22220]: audit 2024-04-19T22:30:33.703972+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.109 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:34 smithi164 bash[22220]: audit 2024-04-19T22:30:33.713455+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.109 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:34 smithi164 bash[22220]: audit 2024-04-19T22:30:33.724335+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:34 smithi110 bash[21541]: audit 2024-04-19T22:30:33.703972+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:34 smithi110 bash[21541]: audit 2024-04-19T22:30:33.713455+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:34 smithi110 bash[21541]: audit 2024-04-19T22:30:33.724335+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:34 smithi133 bash[22229]: audit 2024-04-19T22:30:33.703972+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:34 smithi133 bash[22229]: audit 2024-04-19T22:30:33.713455+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:34 smithi133 bash[22229]: audit 2024-04-19T22:30:33.724335+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:35.708 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-19T22:30:35.709 INFO:teuthology.orchestra.run.smithi110.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-19T22:30:35.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:35 smithi110 bash[21541]: cluster 2024-04-19T22:30:34.102192+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:35.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:35 smithi133 bash[22229]: cluster 2024-04-19T22:30:34.102192+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:36.109 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:35 smithi164 bash[22220]: cluster 2024-04-19T22:30:34.102192+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:36.651 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-19T22:30:36.652 INFO:tasks.cephadm:Setup complete, yielding 2024-04-19T22:30:36.652 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-19T22:30:36.662 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-04-19T22:30:36.662 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d0bf63dd179c05751e4be49477389aa290c73089 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 -- bash -c 'set -ex 2024-04-19T22:30:36.662 DEBUG:teuthology.orchestra.run.smithi110:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> for host in $HOSTNAMES; do 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # find the hostname for "host.c" which will have no mgr 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> if [ "$HAS_MGRS" == "false" ]; then 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> HOST_C="${host}" 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> fi 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> done 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # One last thing to worry about before draining the host 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # is that the teuthology test tends to put the explicit 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # hostnames in the placement for the mon service. 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # We want to make sure we can drain without providing 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # --force and there is a check for the host being removed 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # being listed explicitly in the placements. Therefore, 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> # we should remove it from the mon placement. 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> ceph orch ls mon --export > mon.yaml 2024-04-19T22:30:36.663 DEBUG:teuthology.orchestra.run.smithi110:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> ceph orch apply -i mon_adjusted.yaml 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> # now drain that host 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> ceph orch host drain $HOST_C --zap-osd-devices 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> # wait for drain to complete 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> sleep 15 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> done 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> # we want to check the ability to remove the host from 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> # the CRUSH map, so we should first verify the host is in 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> # the CRUSH map. 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> ceph osd getcrushmap -o compiled-crushmap 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-19T22:30:36.664 DEBUG:teuthology.orchestra.run.smithi110:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> exit 1 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> fi 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> # If the drain was successful, we should be able to remove the 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> # host without force with no issues. If there are still daemons 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> # we will get a response telling us to drain the host and a 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> # non-zero return code 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> ceph orch host rm $HOST_C --rm-crush-entry 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> sleep 30 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> ceph osd getcrushmap -o compiled-crushmap 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> crushtool -d compiled-crushmap -o crushmap.txt 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> CRUSH_MAP=$(cat crushmap.txt) 2024-04-19T22:30:36.665 DEBUG:teuthology.orchestra.run.smithi110:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-04-19T22:30:36.666 DEBUG:teuthology.orchestra.run.smithi110:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-04-19T22:30:36.666 DEBUG:teuthology.orchestra.run.smithi110:> exit 1 2024-04-19T22:30:36.666 DEBUG:teuthology.orchestra.run.smithi110:> fi 2024-04-19T22:30:36.666 DEBUG:teuthology.orchestra.run.smithi110:> ' 2024-04-19T22:30:36.898 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:36 smithi110 bash[21541]: audit 2024-04-19T22:30:35.732247+0000 mon.a (mon.0) 926 : audit 0 from='client.? 172.21.15.110:0/865450376' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T22:30:37.108 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:36 smithi164 bash[22220]: audit 2024-04-19T22:30:35.732247+0000 mon.a (mon.0) 926 : audit 0 from='client.? 172.21.15.110:0/865450376' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T22:30:37.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:36 smithi133 bash[22229]: audit 2024-04-19T22:30:35.732247+0000 mon.a (mon.0) 926 : audit 0 from='client.? 172.21.15.110:0/865450376' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T22:30:38.108 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:37 smithi164 bash[22220]: cluster 2024-04-19T22:30:36.102766+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:38.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:37 smithi110 bash[21541]: cluster 2024-04-19T22:30:36.102766+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:38.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:37 smithi133 bash[22229]: cluster 2024-04-19T22:30:36.102766+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:40.108 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:39 smithi164 bash[22220]: cluster 2024-04-19T22:30:38.103346+0000 mgr.a (mgr.14152) 352 : cluster 0 pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:40.148 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:39 smithi110 bash[21541]: cluster 2024-04-19T22:30:38.103346+0000 mgr.a (mgr.14152) 352 : cluster 0 pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:40.154 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:39 smithi133 bash[22229]: cluster 2024-04-19T22:30:38.103346+0000 mgr.a (mgr.14152) 352 : cluster 0 pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:41.384 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T22:30:41.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:41 smithi110 bash[21541]: cluster 2024-04-19T22:30:40.103928+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:41.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:41 smithi110 bash[21541]: audit 2024-04-19T22:30:40.169399+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:41 smithi110 bash[21541]: audit 2024-04-19T22:30:40.175939+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.398 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:41 smithi110 bash[21541]: audit 2024-04-19T22:30:40.182536+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:41 smithi133 bash[22229]: cluster 2024-04-19T22:30:40.103928+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:41.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:41 smithi133 bash[22229]: audit 2024-04-19T22:30:40.169399+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:41 smithi133 bash[22229]: audit 2024-04-19T22:30:40.175939+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:41 smithi133 bash[22229]: audit 2024-04-19T22:30:40.182536+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:41 smithi164 bash[22220]: cluster 2024-04-19T22:30:40.103928+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:41.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:41 smithi164 bash[22220]: audit 2024-04-19T22:30:40.169399+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:41 smithi164 bash[22220]: audit 2024-04-19T22:30:40.175939+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:41.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:41 smithi164 bash[22220]: audit 2024-04-19T22:30:40.182536+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:43.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:43 smithi133 bash[22229]: cluster 2024-04-19T22:30:42.104602+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:43.526 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:43 smithi110 bash[21541]: cluster 2024-04-19T22:30:42.104602+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch host ls --format json 2024-04-19T22:30:43.593 INFO:teuthology.orchestra.run.smithi110.stderr:++ jq -r '.[] | .hostname' 2024-04-19T22:30:43.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:43 smithi164 bash[22220]: cluster 2024-04-19T22:30:42.104602+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:+ HOSTNAMES='smithi110 2024-04-19T22:30:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:smithi133 2024-04-19T22:30:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:smithi164' 2024-04-19T22:30:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:+ for host in $HOSTNAMES 2024-04-19T22:30:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch ps --hostname smithi110 --format json 2024-04-19T22:30:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-19T22:30:44.308 INFO:teuthology.orchestra.run.smithi110.stderr:+ HAS_MGRS=true 2024-04-19T22:30:44.308 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' true == false ']' 2024-04-19T22:30:44.308 INFO:teuthology.orchestra.run.smithi110.stderr:+ for host in $HOSTNAMES 2024-04-19T22:30:44.308 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch ps --hostname smithi133 --format json 2024-04-19T22:30:44.308 INFO:teuthology.orchestra.run.smithi110.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-19T22:30:44.675 INFO:teuthology.orchestra.run.smithi110.stderr:+ HAS_MGRS=true 2024-04-19T22:30:44.676 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' true == false ']' 2024-04-19T22:30:44.676 INFO:teuthology.orchestra.run.smithi110.stderr:+ for host in $HOSTNAMES 2024-04-19T22:30:44.676 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch ps --hostname smithi164 --format json 2024-04-19T22:30:44.676 INFO:teuthology.orchestra.run.smithi110.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-04-19T22:30:45.017 INFO:teuthology.orchestra.run.smithi110.stderr:+ HAS_MGRS=false 2024-04-19T22:30:45.017 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' false == false ']' 2024-04-19T22:30:45.017 INFO:teuthology.orchestra.run.smithi110.stderr:+ HOST_C=smithi164 2024-04-19T22:30:45.018 INFO:teuthology.orchestra.run.smithi110.stderr:+ ceph orch ls mon --export 2024-04-19T22:30:45.386 INFO:teuthology.orchestra.run.smithi110.stderr:+ sed /smithi164/d mon.yaml 2024-04-19T22:30:45.388 INFO:teuthology.orchestra.run.smithi110.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-04-19T22:30:45.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:45 smithi133 bash[22229]: audit 2024-04-19T22:30:43.961225+0000 mgr.a (mgr.14152) 355 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:45 smithi133 bash[22229]: cluster 2024-04-19T22:30:44.105016+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:45.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:45 smithi133 bash[22229]: audit 2024-04-19T22:30:44.314457+0000 mgr.a (mgr.14152) 357 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi110", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:45 smithi133 bash[22229]: audit 2024-04-19T22:30:44.675845+0000 mgr.a (mgr.14152) 358 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:45 smithi164 bash[22220]: audit 2024-04-19T22:30:43.961225+0000 mgr.a (mgr.14152) 355 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:45 smithi164 bash[22220]: cluster 2024-04-19T22:30:44.105016+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:45.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:45 smithi164 bash[22220]: audit 2024-04-19T22:30:44.314457+0000 mgr.a (mgr.14152) 357 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi110", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:45 smithi164 bash[22220]: audit 2024-04-19T22:30:44.675845+0000 mgr.a (mgr.14152) 358 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.648 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:45 smithi110 bash[21541]: audit 2024-04-19T22:30:43.961225+0000 mgr.a (mgr.14152) 355 : audit 0 from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:45 smithi110 bash[21541]: cluster 2024-04-19T22:30:44.105016+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:45.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:45 smithi110 bash[21541]: audit 2024-04-19T22:30:44.314457+0000 mgr.a (mgr.14152) 357 : audit 0 from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi110", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:45 smithi110 bash[21541]: audit 2024-04-19T22:30:44.675845+0000 mgr.a (mgr.14152) 358 : audit 0 from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi133", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T22:30:45.729 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2024-04-19T22:30:45.742 INFO:teuthology.orchestra.run.smithi110.stderr:+ ceph orch host drain smithi164 --zap-osd-devices 2024-04-19T22:30:46.609 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:46 smithi164 systemd[1]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-19T22:30:48.149 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cephadm 2024-04-19T22:30:45.820146+0000 mgr.a (mgr.14152) 363 : cephadm 1 Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cephadm 2024-04-19T22:30:45.820328+0000 mgr.a (mgr.14152) 364 : cephadm 1 Removing monitor c from monmap... 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: audit 2024-04-19T22:30:45.822649+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: audit 2024-04-19T22:30:45.828814+0000 mon.a (mon.0) 939 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: audit 2024-04-19T22:30:45.829999+0000 mon.a (mon.0) 940 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:45.836272+0000 mon.b (mon.1) 17 : cluster 1 mon.b calling monitor election 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:46.105473+0000 mgr.a (mgr.14152) 365 : cluster 0 pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.829448+0000 mon.a (mon.0) 941 : cluster 1 mon.a calling monitor election 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.849499+0000 mon.a (mon.0) 942 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856174+0000 mon.a (mon.0) 943 : cluster 0 monmap epoch 4 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856212+0000 mon.a (mon.0) 944 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856232+0000 mon.a (mon.0) 945 : cluster 0 last_changed 2024-04-19T22:30:45.820689+0000 2024-04-19T22:30:48.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856255+0000 mon.a (mon.0) 946 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856283+0000 mon.a (mon.0) 947 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856313+0000 mon.a (mon.0) 948 : cluster 0 election_strategy: 1 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856340+0000 mon.a (mon.0) 949 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.856366+0000 mon.a (mon.0) 950 : cluster 0 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.857362+0000 mon.a (mon.0) 951 : cluster 0 fsmap 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.857420+0000 mon.a (mon.0) 952 : cluster 0 osdmap e47: 6 total, 6 up, 6 in 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.858150+0000 mon.a (mon.0) 953 : cluster 0 mgrmap e15: a(active, since 9m), standbys: b 2024-04-19T22:30:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:47 smithi110 bash[21541]: cluster 2024-04-19T22:30:47.858418+0000 mon.a (mon.0) 954 : cluster 1 overall HEALTH_OK 2024-04-19T22:30:48.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cephadm 2024-04-19T22:30:45.820146+0000 mgr.a (mgr.14152) 363 : cephadm 1 Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-04-19T22:30:48.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cephadm 2024-04-19T22:30:45.820328+0000 mgr.a (mgr.14152) 364 : cephadm 1 Removing monitor c from monmap... 2024-04-19T22:30:48.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: audit 2024-04-19T22:30:45.822649+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-04-19T22:30:48.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: audit 2024-04-19T22:30:45.828814+0000 mon.a (mon.0) 939 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T22:30:48.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: audit 2024-04-19T22:30:45.829999+0000 mon.a (mon.0) 940 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T22:30:48.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:45.836272+0000 mon.b (mon.1) 17 : cluster 1 mon.b calling monitor election 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:46.105473+0000 mgr.a (mgr.14152) 365 : cluster 0 pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.829448+0000 mon.a (mon.0) 941 : cluster 1 mon.a calling monitor election 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.849499+0000 mon.a (mon.0) 942 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856174+0000 mon.a (mon.0) 943 : cluster 0 monmap epoch 4 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856212+0000 mon.a (mon.0) 944 : cluster 0 fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856232+0000 mon.a (mon.0) 945 : cluster 0 last_changed 2024-04-19T22:30:45.820689+0000 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856255+0000 mon.a (mon.0) 946 : cluster 0 created 2024-04-19T22:20:23.859562+0000 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856283+0000 mon.a (mon.0) 947 : cluster 0 min_mon_release 19 (squid) 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856313+0000 mon.a (mon.0) 948 : cluster 0 election_strategy: 1 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856340+0000 mon.a (mon.0) 949 : cluster 0 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.a 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.856366+0000 mon.a (mon.0) 950 : cluster 0 1: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.857362+0000 mon.a (mon.0) 951 : cluster 0 fsmap 2024-04-19T22:30:48.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.857420+0000 mon.a (mon.0) 952 : cluster 0 osdmap e47: 6 total, 6 up, 6 in 2024-04-19T22:30:48.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.858150+0000 mon.a (mon.0) 953 : cluster 0 mgrmap e15: a(active, since 9m), standbys: b 2024-04-19T22:30:48.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:47 smithi133 bash[22229]: cluster 2024-04-19T22:30:47.858418+0000 mon.a (mon.0) 954 : cluster 1 overall HEALTH_OK 2024-04-19T22:30:49.092 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled to remove the following daemons from host 'smithi164' 2024-04-19T22:30:49.093 INFO:teuthology.orchestra.run.smithi110.stdout:type id 2024-04-19T22:30:49.093 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------- --------------- 2024-04-19T22:30:49.093 INFO:teuthology.orchestra.run.smithi110.stdout:agent smithi164 2024-04-19T22:30:49.093 INFO:teuthology.orchestra.run.smithi110.stdout:mon c 2024-04-19T22:30:49.093 INFO:teuthology.orchestra.run.smithi110.stdout:osd 4 2024-04-19T22:30:49.093 INFO:teuthology.orchestra.run.smithi110.stdout:osd 5 2024-04-19T22:30:49.106 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch ps --hostname smithi164 2024-04-19T22:30:49.449 INFO:teuthology.orchestra.run.smithi110.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:agent.smithi164 smithi164 running 0s ago 8m - - 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:mon.c smithi164 running (7m) 0s ago 7m 33.9M 2048M 19.0.0-2401-gd0bf63dd 044b88a464c7 684c07a38970 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:osd.4 smithi164 running (3m) 0s ago 3m 44.7M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 eb999489bb3c 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:osd.5 smithi164 running (2m) 0s ago 2m 37.0M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 2c26f011a9e7 ' 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:agent.smithi164 smithi164 running 0s ago 8m - - 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:mon.c smithi164 running (7m) 0s ago 7m 33.9M 2048M 19.0.0-2401-gd0bf63dd 044b88a464c7 684c07a38970 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:osd.4 smithi164 running (3m) 0s ago 3m 44.7M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 eb999489bb3c 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:osd.5 smithi164 running (2m) 0s ago 2m 37.0M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 2c26f011a9e7 ' '!=' 'No daemons reported' ']' 2024-04-19T22:30:49.450 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 15 2024-04-19T22:30:49.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: cephadm 2024-04-19T22:30:47.860674+0000 mgr.a (mgr.14152) 366 : cephadm 1 Removing daemon mon.c from smithi164 -- ports [] 2024-04-19T22:30:49.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: cluster 2024-04-19T22:30:48.106049+0000 mgr.a (mgr.14152) 367 : cluster 0 pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:49.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: audit 2024-04-19T22:30:48.534292+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: audit 2024-04-19T22:30:48.543323+0000 mon.a (mon.0) 956 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: audit 2024-04-19T22:30:48.554018+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: audit 2024-04-19T22:30:49.104188+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: audit 2024-04-19T22:30:49.109618+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: audit 2024-04-19T22:30:49.111486+0000 mon.a (mon.0) 960 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-19T22:30:49.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:49 smithi110 bash[21541]: audit 2024-04-19T22:30:49.114003+0000 mon.a (mon.0) 961 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: cephadm 2024-04-19T22:30:47.860674+0000 mgr.a (mgr.14152) 366 : cephadm 1 Removing daemon mon.c from smithi164 -- ports [] 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: cluster 2024-04-19T22:30:48.106049+0000 mgr.a (mgr.14152) 367 : cluster 0 pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: audit 2024-04-19T22:30:48.534292+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: audit 2024-04-19T22:30:48.543323+0000 mon.a (mon.0) 956 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: audit 2024-04-19T22:30:48.554018+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: audit 2024-04-19T22:30:49.104188+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: audit 2024-04-19T22:30:49.109618+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: audit 2024-04-19T22:30:49.111486+0000 mon.a (mon.0) 960 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-19T22:30:49.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:49 smithi133 bash[22229]: audit 2024-04-19T22:30:49.114003+0000 mon.a (mon.0) 961 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-04-19T22:30:50.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:50 smithi110 bash[21541]: audit 2024-04-19T22:30:49.098854+0000 mgr.a (mgr.14152) 368 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi164", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:30:50.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:50 smithi110 bash[21541]: cephadm 2024-04-19T22:30:49.104732+0000 mgr.a (mgr.14152) 369 : cephadm 1 Added label _no_schedule to host smithi164 2024-04-19T22:30:50.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:50 smithi110 bash[21541]: cephadm 2024-04-19T22:30:49.110148+0000 mgr.a (mgr.14152) 370 : cephadm 1 Added label _no_conf_keyring to host smithi164 2024-04-19T22:30:50.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:50 smithi110 bash[21541]: cephadm 2024-04-19T22:30:49.112933+0000 mgr.a (mgr.14152) 371 : cephadm 1 osd.4 crush weight is 0.0872955322265625 2024-04-19T22:30:50.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:50 smithi110 bash[21541]: cephadm 2024-04-19T22:30:49.115204+0000 mgr.a (mgr.14152) 372 : cephadm 1 osd.5 crush weight is 0.0872955322265625 2024-04-19T22:30:50.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:50 smithi110 bash[21541]: audit 2024-04-19T22:30:49.444810+0000 mgr.a (mgr.14152) 373 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:30:50.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:50 smithi133 bash[22229]: audit 2024-04-19T22:30:49.098854+0000 mgr.a (mgr.14152) 368 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi164", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:30:50.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:50 smithi133 bash[22229]: cephadm 2024-04-19T22:30:49.104732+0000 mgr.a (mgr.14152) 369 : cephadm 1 Added label _no_schedule to host smithi164 2024-04-19T22:30:50.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:50 smithi133 bash[22229]: cephadm 2024-04-19T22:30:49.110148+0000 mgr.a (mgr.14152) 370 : cephadm 1 Added label _no_conf_keyring to host smithi164 2024-04-19T22:30:50.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:50 smithi133 bash[22229]: cephadm 2024-04-19T22:30:49.112933+0000 mgr.a (mgr.14152) 371 : cephadm 1 osd.4 crush weight is 0.0872955322265625 2024-04-19T22:30:50.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:50 smithi133 bash[22229]: cephadm 2024-04-19T22:30:49.115204+0000 mgr.a (mgr.14152) 372 : cephadm 1 osd.5 crush weight is 0.0872955322265625 2024-04-19T22:30:50.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:50 smithi133 bash[22229]: audit 2024-04-19T22:30:49.444810+0000 mgr.a (mgr.14152) 373 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:30:51.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:51 smithi110 bash[21541]: cluster 2024-04-19T22:30:50.106650+0000 mgr.a (mgr.14152) 374 : cluster 0 pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:51.904 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:51 smithi133 bash[22229]: cluster 2024-04-19T22:30:50.106650+0000 mgr.a (mgr.14152) 374 : cluster 0 pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:53.109 INFO:journalctl@ceph.mon.c.smithi164.stdout:Apr 19 22:30:53 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:30:53.110 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:30:52 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:30:53.110 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:30:52 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:30:53.882 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:53 smithi133 bash[22229]: cluster 2024-04-19T22:30:52.107251+0000 mgr.a (mgr.14152) 375 : cluster 0 pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:53.883 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:53 smithi133 bash[22229]: audit 2024-04-19T22:30:53.147678+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:53.883 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:53 smithi133 bash[22229]: audit 2024-04-19T22:30:53.155128+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:53.883 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:53 smithi133 bash[22229]: audit 2024-04-19T22:30:53.256282+0000 mon.a (mon.0) 964 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:30:53.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:53 smithi110 bash[21541]: cluster 2024-04-19T22:30:52.107251+0000 mgr.a (mgr.14152) 375 : cluster 0 pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:53.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:53 smithi110 bash[21541]: audit 2024-04-19T22:30:53.147678+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:53.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:53 smithi110 bash[21541]: audit 2024-04-19T22:30:53.155128+0000 mon.a (mon.0) 963 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:53.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:53 smithi110 bash[21541]: audit 2024-04-19T22:30:53.256282+0000 mon.a (mon.0) 964 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:30:55.149 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:54 smithi110 bash[21541]: audit 2024-04-19T22:30:53.883804+0000 mon.a (mon.0) 965 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:55.149 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:54 smithi110 bash[21541]: audit 2024-04-19T22:30:53.892830+0000 mon.a (mon.0) 966 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:55.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:54 smithi110 bash[21541]: audit 2024-04-19T22:30:53.902801+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:55.150 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:54 smithi110 bash[21541]: cluster 2024-04-19T22:30:54.107804+0000 mgr.a (mgr.14152) 376 : cluster 0 pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:55.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:54 smithi133 bash[22229]: audit 2024-04-19T22:30:53.883804+0000 mon.a (mon.0) 965 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:55.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:54 smithi133 bash[22229]: audit 2024-04-19T22:30:53.892830+0000 mon.a (mon.0) 966 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:55.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:54 smithi133 bash[22229]: audit 2024-04-19T22:30:53.902801+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:55.155 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:54 smithi133 bash[22229]: cluster 2024-04-19T22:30:54.107804+0000 mgr.a (mgr.14152) 376 : cluster 0 pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:57.891 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:57 smithi110 bash[21541]: cluster 2024-04-19T22:30:56.108442+0000 mgr.a (mgr.14152) 377 : cluster 0 pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:57.892 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:57 smithi110 bash[21541]: audit 2024-04-19T22:30:56.503672+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:57.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:57 smithi133 bash[22229]: cluster 2024-04-19T22:30:56.108442+0000 mgr.a (mgr.14152) 377 : cluster 0 pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:57.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:57 smithi133 bash[22229]: audit 2024-04-19T22:30:56.503672+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:59 smithi110 bash[21541]: cluster 2024-04-19T22:30:58.109023+0000 mgr.a (mgr.14152) 378 : cluster 0 pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:59.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:59 smithi110 bash[21541]: audit 2024-04-19T22:30:58.545728+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:59 smithi110 bash[21541]: audit 2024-04-19T22:30:58.551360+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:59 smithi110 bash[21541]: audit 2024-04-19T22:30:59.026116+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:30:59 smithi110 bash[21541]: audit 2024-04-19T22:30:59.034601+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:59 smithi133 bash[22229]: cluster 2024-04-19T22:30:58.109023+0000 mgr.a (mgr.14152) 378 : cluster 0 pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:30:59.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:59 smithi133 bash[22229]: audit 2024-04-19T22:30:58.545728+0000 mon.a (mon.0) 969 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:59 smithi133 bash[22229]: audit 2024-04-19T22:30:58.551360+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:59 smithi133 bash[22229]: audit 2024-04-19T22:30:59.026116+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:30:59.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:30:59 smithi133 bash[22229]: audit 2024-04-19T22:30:59.034601+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:01.650 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:01 smithi110 bash[21541]: cluster 2024-04-19T22:31:00.109572+0000 mgr.a (mgr.14152) 379 : cluster 0 pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:01.650 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:01 smithi110 bash[21541]: audit 2024-04-19T22:31:00.394339+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:01.650 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:01 smithi110 bash[21541]: audit 2024-04-19T22:31:00.403679+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:01.650 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:01 smithi110 bash[21541]: audit 2024-04-19T22:31:00.414129+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:01.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:01 smithi133 bash[22229]: cluster 2024-04-19T22:31:00.109572+0000 mgr.a (mgr.14152) 379 : cluster 0 pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:01.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:01 smithi133 bash[22229]: audit 2024-04-19T22:31:00.394339+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:01.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:01 smithi133 bash[22229]: audit 2024-04-19T22:31:00.403679+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:01.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:01 smithi133 bash[22229]: audit 2024-04-19T22:31:00.414129+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:03.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:03 smithi110 bash[21541]: cluster 2024-04-19T22:31:02.110131+0000 mgr.a (mgr.14152) 380 : cluster 0 pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:03.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:03 smithi133 bash[22229]: cluster 2024-04-19T22:31:02.110131+0000 mgr.a (mgr.14152) 380 : cluster 0 pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:04.454 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch ps --hostname smithi164 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:agent.smithi164 smithi164 running 6s ago 8m - - 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:osd.4 smithi164 running (3m) 6s ago 3m 44.9M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 eb999489bb3c 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:osd.5 smithi164 running (2m) 6s ago 2m 37.3M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 2c26f011a9e7 ' 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:agent.smithi164 smithi164 running 6s ago 8m - - 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:osd.4 smithi164 running (3m) 6s ago 3m 44.9M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 eb999489bb3c 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:osd.5 smithi164 running (2m) 6s ago 2m 37.3M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 2c26f011a9e7 ' '!=' 'No daemons reported' ']' 2024-04-19T22:31:04.842 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 15 2024-04-19T22:31:05.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:05 smithi110 bash[21541]: cluster 2024-04-19T22:31:04.110684+0000 mgr.a (mgr.14152) 381 : cluster 0 pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:05.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:05 smithi133 bash[22229]: cluster 2024-04-19T22:31:04.110684+0000 mgr.a (mgr.14152) 381 : cluster 0 pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:06.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:06 smithi110 bash[21541]: audit 2024-04-19T22:31:04.833230+0000 mgr.a (mgr.14152) 382 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:06.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:06 smithi133 bash[22229]: audit 2024-04-19T22:31:04.833230+0000 mgr.a (mgr.14152) 382 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:07.649 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:07 smithi110 bash[21541]: cluster 2024-04-19T22:31:06.111289+0000 mgr.a (mgr.14152) 383 : cluster 0 pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:07.655 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:07 smithi133 bash[22229]: cluster 2024-04-19T22:31:06.111289+0000 mgr.a (mgr.14152) 383 : cluster 0 pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:09.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:07.978638+0000 mgr.a (mgr.14152) 384 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:07.987028+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:07.995599+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:07.997372+0000 mon.a (mon.0) 978 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:07.999327+0000 mon.a (mon.0) 979 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.001891+0000 mgr.a (mgr.14152) 385 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.002528+0000 mgr.a (mgr.14152) 386 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.002902+0000 mgr.a (mgr.14152) 387 : cephadm 1 Removing smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cluster 2024-04-19T22:31:08.111683+0000 mgr.a (mgr.14152) 388 : cluster 0 pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.120672+0000 mgr.a (mgr.14152) 389 : cephadm 1 Removing smithi164:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:31:09.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.186928+0000 mgr.a (mgr.14152) 390 : cephadm 1 Removing smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.257832+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.263583+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.268060+0000 mgr.a (mgr.14152) 391 : cephadm 1 Updating smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.268916+0000 mgr.a (mgr.14152) 392 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.440669+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.447151+0000 mon.a (mon.0) 983 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.454318+0000 mon.a (mon.0) 984 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.460861+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.465691+0000 mon.a (mon.0) 986 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.466094+0000 mgr.a (mgr.14152) 393 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.468251+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.468569+0000 mgr.a (mgr.14152) 394 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.470869+0000 mon.a (mon.0) 988 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-19T22:31:09.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.471188+0000 mgr.a (mgr.14152) 395 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-19T22:31:09.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.473196+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-19T22:31:09.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.751049+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.759451+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: cephadm 2024-04-19T22:31:08.762393+0000 mgr.a (mgr.14152) 396 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:31:09.403 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:08 smithi110 bash[21541]: audit 2024-04-19T22:31:08.769682+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:07.978638+0000 mgr.a (mgr.14152) 384 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:31:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:07.987028+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:07.995599+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:07.997372+0000 mon.a (mon.0) 978 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:07.999327+0000 mon.a (mon.0) 979 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:31:09.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.001891+0000 mgr.a (mgr.14152) 385 : cephadm 1 Updating smithi110:/etc/ceph/ceph.conf 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.002528+0000 mgr.a (mgr.14152) 386 : cephadm 1 Updating smithi133:/etc/ceph/ceph.conf 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.002902+0000 mgr.a (mgr.14152) 387 : cephadm 1 Removing smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cluster 2024-04-19T22:31:08.111683+0000 mgr.a (mgr.14152) 388 : cluster 0 pgmap v327: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.120672+0000 mgr.a (mgr.14152) 389 : cephadm 1 Removing smithi164:/etc/ceph/ceph.client.admin.keyring 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.186928+0000 mgr.a (mgr.14152) 390 : cephadm 1 Removing smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.257832+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.263583+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.268060+0000 mgr.a (mgr.14152) 391 : cephadm 1 Updating smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.268916+0000 mgr.a (mgr.14152) 392 : cephadm 1 Updating smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.440669+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.447151+0000 mon.a (mon.0) 983 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.454318+0000 mon.a (mon.0) 984 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.460861+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.465691+0000 mon.a (mon.0) 986 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.466094+0000 mgr.a (mgr.14152) 393 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.468251+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.468569+0000 mgr.a (mgr.14152) 394 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.470869+0000 mon.a (mon.0) 988 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.471188+0000 mgr.a (mgr.14152) 395 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.473196+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.751049+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.759451+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: cephadm 2024-04-19T22:31:08.762393+0000 mgr.a (mgr.14152) 396 : cephadm 1 Detected new or changed devices on smithi164 2024-04-19T22:31:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:08 smithi133 bash[22229]: audit 2024-04-19T22:31:08.769682+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:09.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:09 smithi110 bash[21541]: debug 2024-04-19T22:31:09.470+0000 7f1a1b898700 -1 mon.a@0(leader).osd e48 definitely_dead 0 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: audit 2024-04-19T22:31:09.460069+0000 mon.a (mon.0) 993 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: cluster 2024-04-19T22:31:09.465127+0000 mon.a (mon.0) 994 : cluster 0 osdmap e48: 6 total, 6 up, 6 in 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: cephadm 2024-04-19T22:31:09.466367+0000 mgr.a (mgr.14152) 397 : cephadm 1 osd.5 weight is now 0.0 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: audit 2024-04-19T22:31:09.467211+0000 mon.a (mon.0) 995 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: audit 2024-04-19T22:31:09.467590+0000 mgr.a (mgr.14152) 398 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: audit 2024-04-19T22:31:09.470459+0000 mon.a (mon.0) 996 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: audit 2024-04-19T22:31:09.470824+0000 mgr.a (mgr.14152) 399 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-19T22:31:10.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:10 smithi110 bash[21541]: audit 2024-04-19T22:31:09.472984+0000 mon.a (mon.0) 997 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-19T22:31:10.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: audit 2024-04-19T22:31:09.460069+0000 mon.a (mon.0) 993 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-04-19T22:31:10.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: cluster 2024-04-19T22:31:09.465127+0000 mon.a (mon.0) 994 : cluster 0 osdmap e48: 6 total, 6 up, 6 in 2024-04-19T22:31:10.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: cephadm 2024-04-19T22:31:09.466367+0000 mgr.a (mgr.14152) 397 : cephadm 1 osd.5 weight is now 0.0 2024-04-19T22:31:10.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: audit 2024-04-19T22:31:09.467211+0000 mon.a (mon.0) 995 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:10.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: audit 2024-04-19T22:31:09.467590+0000 mgr.a (mgr.14152) 398 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:10.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: audit 2024-04-19T22:31:09.470459+0000 mon.a (mon.0) 996 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-19T22:31:10.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: audit 2024-04-19T22:31:09.470824+0000 mgr.a (mgr.14152) 399 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-04-19T22:31:10.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:10 smithi133 bash[22229]: audit 2024-04-19T22:31:09.472984+0000 mon.a (mon.0) 997 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-04-19T22:31:11.110 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:10 smithi164 systemd[1]: Stopping Ceph osd.4 for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:31:11.110 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:10 smithi164 bash[28768]: debug 2024-04-19T22:31:10.987+0000 7f1ee4499700 -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-04-19T22:31:11.110 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:10 smithi164 bash[28768]: debug 2024-04-19T22:31:10.987+0000 7f1ee4499700 -1 osd.4 49 *** Got signal Terminated *** 2024-04-19T22:31:11.111 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:10 smithi164 bash[28768]: debug 2024-04-19T22:31:10.987+0000 7f1ee4499700 -1 osd.4 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T22:31:11.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cluster 2024-04-19T22:31:10.112267+0000 mgr.a (mgr.14152) 400 : cluster 0 pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:11.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cluster 2024-04-19T22:31:10.460797+0000 mon.a (mon.0) 998 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-19T22:31:11.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: audit 2024-04-19T22:31:10.468240+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-19T22:31:11.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cluster 2024-04-19T22:31:10.474797+0000 mon.a (mon.0) 1000 : cluster 0 osdmap e49: 6 total, 5 up, 6 in 2024-04-19T22:31:11.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cephadm 2024-04-19T22:31:10.476474+0000 mgr.a (mgr.14152) 401 : cephadm 1 osd.4 now down 2024-04-19T22:31:11.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cephadm 2024-04-19T22:31:10.477071+0000 mgr.a (mgr.14152) 402 : cephadm 1 Removing daemon osd.4 from smithi164 -- ports [] 2024-04-19T22:31:11.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cluster 2024-04-19T22:31:10.753393+0000 osd.4 (osd.4) 3 : cluster 3 Monitor daemon marked osd.4 down, but it is still running 2024-04-19T22:31:11.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cluster 2024-04-19T22:31:10.753399+0000 osd.4 (osd.4) 4 : cluster 0 map e49 wrongly marked me down at e49 2024-04-19T22:31:11.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: cluster 2024-04-19T22:31:10.753538+0000 mon.a (mon.0) 1001 : cluster 1 osd.4 marked itself dead as of e49 2024-04-19T22:31:11.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: audit 2024-04-19T22:31:10.820826+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:11.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: audit 2024-04-19T22:31:10.829125+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:11.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:11 smithi110 bash[21541]: audit 2024-04-19T22:31:10.839180+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cluster 2024-04-19T22:31:10.112267+0000 mgr.a (mgr.14152) 400 : cluster 0 pgmap v329: 1 pgs: 1 active+clean; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cluster 2024-04-19T22:31:10.460797+0000 mon.a (mon.0) 998 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: audit 2024-04-19T22:31:10.468240+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cluster 2024-04-19T22:31:10.474797+0000 mon.a (mon.0) 1000 : cluster 0 osdmap e49: 6 total, 5 up, 6 in 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cephadm 2024-04-19T22:31:10.476474+0000 mgr.a (mgr.14152) 401 : cephadm 1 osd.4 now down 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cephadm 2024-04-19T22:31:10.477071+0000 mgr.a (mgr.14152) 402 : cephadm 1 Removing daemon osd.4 from smithi164 -- ports [] 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cluster 2024-04-19T22:31:10.753393+0000 osd.4 (osd.4) 3 : cluster 3 Monitor daemon marked osd.4 down, but it is still running 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cluster 2024-04-19T22:31:10.753399+0000 osd.4 (osd.4) 4 : cluster 0 map e49 wrongly marked me down at e49 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: cluster 2024-04-19T22:31:10.753538+0000 mon.a (mon.0) 1001 : cluster 1 osd.4 marked itself dead as of e49 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: audit 2024-04-19T22:31:10.820826+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:11.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: audit 2024-04-19T22:31:10.829125+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:11.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:11 smithi133 bash[22229]: audit 2024-04-19T22:31:10.839180+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:12.360 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:11 smithi164 bash[37901]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-4 2024-04-19T22:31:12.360 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:12 smithi164 bash[37965]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-4 2024-04-19T22:31:12.841 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:12 smithi133 bash[22229]: cluster 2024-04-19T22:31:11.475167+0000 mon.a (mon.0) 1005 : cluster 0 osdmap e50: 6 total, 5 up, 6 in 2024-04-19T22:31:12.899 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:12 smithi110 bash[21541]: cluster 2024-04-19T22:31:11.475167+0000 mon.a (mon.0) 1005 : cluster 0 osdmap e50: 6 total, 5 up, 6 in 2024-04-19T22:31:13.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:13 smithi110 bash[21541]: cluster 2024-04-19T22:31:12.112855+0000 mgr.a (mgr.14152) 403 : cluster 0 pgmap v332: 1 pgs: 1 unknown; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:13.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:13 smithi110 bash[21541]: cluster 2024-04-19T22:31:12.492267+0000 mon.a (mon.0) 1006 : cluster 0 osdmap e51: 6 total, 5 up, 6 in 2024-04-19T22:31:13.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:13 smithi133 bash[22229]: cluster 2024-04-19T22:31:12.112855+0000 mgr.a (mgr.14152) 403 : cluster 0 pgmap v332: 1 pgs: 1 unknown; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:13.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:13 smithi133 bash[22229]: cluster 2024-04-19T22:31:12.492267+0000 mon.a (mon.0) 1006 : cluster 0 osdmap e51: 6 total, 5 up, 6 in 2024-04-19T22:31:14.110 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:13 smithi164 systemd[1]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.4.service: Deactivated successfully. 2024-04-19T22:31:14.110 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:13 smithi164 systemd[1]: Stopped Ceph osd.4 for cb35fed0-fe9a-11ee-bc92-c7b262605968. 2024-04-19T22:31:14.110 INFO:journalctl@ceph.osd.4.smithi164.stdout:Apr 19 22:31:13 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:31:14.111 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:13 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:31:15.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cephadm 2024-04-19T22:31:14.101697+0000 mgr.a (mgr.14152) 404 : cephadm 1 Removing key for osd.4 2024-04-19T22:31:15.400 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: audit 2024-04-19T22:31:14.102147+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: audit 2024-04-19T22:31:14.102825+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: audit 2024-04-19T22:31:14.106490+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cephadm 2024-04-19T22:31:14.111942+0000 mgr.a (mgr.14152) 405 : cephadm 1 Successfully removed osd.4 on smithi164 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cluster 2024-04-19T22:31:14.113427+0000 mgr.a (mgr.14152) 406 : cluster 0 pgmap v334: 1 pgs: 1 unknown; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: audit 2024-04-19T22:31:14.116039+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: audit 2024-04-19T22:31:14.117053+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cluster 2024-04-19T22:31:14.118402+0000 mon.a (mon.0) 1012 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cluster 2024-04-19T22:31:14.118455+0000 mon.a (mon.0) 1013 : cluster 1 Cluster is now healthy 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: audit 2024-04-19T22:31:14.120472+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cluster 2024-04-19T22:31:14.125091+0000 mon.a (mon.0) 1015 : cluster 0 osdmap e52: 5 total, 5 up, 5 in 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cephadm 2024-04-19T22:31:14.127826+0000 mgr.a (mgr.14152) 407 : cephadm 1 Successfully purged osd.4 on smithi164 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cephadm 2024-04-19T22:31:14.128107+0000 mgr.a (mgr.14152) 408 : cephadm 1 Zapping devices for osd.4 on smithi164 2024-04-19T22:31:15.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: audit 2024-04-19T22:31:14.131566+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:15.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:15 smithi110 bash[21541]: cluster 2024-04-19T22:31:14.420142+0000 mon.a (mon.0) 1017 : cluster 0 osdmap e53: 5 total, 5 up, 5 in 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cephadm 2024-04-19T22:31:14.101697+0000 mgr.a (mgr.14152) 404 : cephadm 1 Removing key for osd.4 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: audit 2024-04-19T22:31:14.102147+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: audit 2024-04-19T22:31:14.102825+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: audit 2024-04-19T22:31:14.106490+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cephadm 2024-04-19T22:31:14.111942+0000 mgr.a (mgr.14152) 405 : cephadm 1 Successfully removed osd.4 on smithi164 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cluster 2024-04-19T22:31:14.113427+0000 mgr.a (mgr.14152) 406 : cluster 0 pgmap v334: 1 pgs: 1 unknown; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: audit 2024-04-19T22:31:14.116039+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:15.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: audit 2024-04-19T22:31:14.117053+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cluster 2024-04-19T22:31:14.118402+0000 mon.a (mon.0) 1012 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cluster 2024-04-19T22:31:14.118455+0000 mon.a (mon.0) 1013 : cluster 1 Cluster is now healthy 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: audit 2024-04-19T22:31:14.120472+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cluster 2024-04-19T22:31:14.125091+0000 mon.a (mon.0) 1015 : cluster 0 osdmap e52: 5 total, 5 up, 5 in 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cephadm 2024-04-19T22:31:14.127826+0000 mgr.a (mgr.14152) 407 : cephadm 1 Successfully purged osd.4 on smithi164 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cephadm 2024-04-19T22:31:14.128107+0000 mgr.a (mgr.14152) 408 : cephadm 1 Zapping devices for osd.4 on smithi164 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: audit 2024-04-19T22:31:14.131566+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:15.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:15 smithi133 bash[22229]: cluster 2024-04-19T22:31:14.420142+0000 mon.a (mon.0) 1017 : cluster 0 osdmap e53: 5 total, 5 up, 5 in 2024-04-19T22:31:16.558 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:16 smithi110 bash[21541]: cluster 2024-04-19T22:31:15.422100+0000 mon.a (mon.0) 1018 : cluster 0 osdmap e54: 5 total, 5 up, 5 in 2024-04-19T22:31:16.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:16 smithi133 bash[22229]: cluster 2024-04-19T22:31:15.422100+0000 mon.a (mon.0) 1018 : cluster 0 osdmap e54: 5 total, 5 up, 5 in 2024-04-19T22:31:17.659 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:17 smithi110 bash[21541]: cluster 2024-04-19T22:31:16.113979+0000 mgr.a (mgr.14152) 409 : cluster 0 pgmap v338: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:31:17.659 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:17 smithi110 bash[21541]: cluster 2024-04-19T22:31:16.429055+0000 mon.a (mon.0) 1019 : cluster 0 osdmap e55: 5 total, 5 up, 5 in 2024-04-19T22:31:17.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:17 smithi133 bash[22229]: cluster 2024-04-19T22:31:16.113979+0000 mgr.a (mgr.14152) 409 : cluster 0 pgmap v338: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:31:17.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:17 smithi133 bash[22229]: cluster 2024-04-19T22:31:16.429055+0000 mon.a (mon.0) 1019 : cluster 0 osdmap e55: 5 total, 5 up, 5 in 2024-04-19T22:31:18.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:18 smithi110 bash[21541]: cluster 2024-04-19T22:31:17.438804+0000 mon.a (mon.0) 1020 : cluster 0 osdmap e56: 5 total, 5 up, 5 in 2024-04-19T22:31:18.905 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:18 smithi133 bash[22229]: cluster 2024-04-19T22:31:17.438804+0000 mon.a (mon.0) 1020 : cluster 0 osdmap e56: 5 total, 5 up, 5 in 2024-04-19T22:31:19.842 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch ps --hostname smithi164 2024-04-19T22:31:19.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:19 smithi110 bash[21541]: cluster 2024-04-19T22:31:18.114622+0000 mgr.a (mgr.14152) 410 : cluster 0 pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:31:19.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:19 smithi133 bash[22229]: cluster 2024-04-19T22:31:18.114622+0000 mgr.a (mgr.14152) 410 : cluster 0 pgmap v341: 1 pgs: 1 remapped+peering; 577 KiB data, 145 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:31:20.216 INFO:teuthology.orchestra.run.smithi110.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-19T22:31:20.217 INFO:teuthology.orchestra.run.smithi110.stderr:agent.smithi164 smithi164 running 9s ago 8m - - 2024-04-19T22:31:20.217 INFO:teuthology.orchestra.run.smithi110.stderr:osd.5 smithi164 running (2m) 9s ago 2m 37.2M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 2c26f011a9e7 ' 2024-04-19T22:31:20.217 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-19T22:31:20.217 INFO:teuthology.orchestra.run.smithi110.stderr:agent.smithi164 smithi164 running 9s ago 8m - - 2024-04-19T22:31:20.217 INFO:teuthology.orchestra.run.smithi110.stderr:osd.5 smithi164 running (2m) 9s ago 2m 37.2M 19.8G 19.0.0-2401-gd0bf63dd 044b88a464c7 2c26f011a9e7 ' '!=' 'No daemons reported' ']' 2024-04-19T22:31:20.217 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 15 2024-04-19T22:31:21.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:21 smithi110 bash[21541]: cluster 2024-04-19T22:31:20.115061+0000 mgr.a (mgr.14152) 411 : cluster 0 pgmap v342: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:31:21.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:21 smithi110 bash[21541]: audit 2024-04-19T22:31:20.220197+0000 mgr.a (mgr.14152) 412 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:21.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:21 smithi110 bash[21541]: audit 2024-04-19T22:31:20.577831+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:21.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:21 smithi110 bash[21541]: audit 2024-04-19T22:31:20.585882+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:21.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:21 smithi110 bash[21541]: audit 2024-04-19T22:31:20.594829+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:21.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:21 smithi133 bash[22229]: cluster 2024-04-19T22:31:20.115061+0000 mgr.a (mgr.14152) 411 : cluster 0 pgmap v342: 1 pgs: 1 remapped+peering; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-19T22:31:21.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:21 smithi133 bash[22229]: audit 2024-04-19T22:31:20.220197+0000 mgr.a (mgr.14152) 412 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:21.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:21 smithi133 bash[22229]: audit 2024-04-19T22:31:20.577831+0000 mon.a (mon.0) 1021 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:21.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:21 smithi133 bash[22229]: audit 2024-04-19T22:31:20.585882+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:21.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:21 smithi133 bash[22229]: audit 2024-04-19T22:31:20.594829+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:23.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:23 smithi110 bash[21541]: debug 2024-04-19T22:31:23.422+0000 7f1a1b898700 -1 mon.a@0(leader).osd e56 definitely_dead 0 2024-04-19T22:31:23.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:23 smithi110 bash[21541]: cluster 2024-04-19T22:31:22.115567+0000 mgr.a (mgr.14152) 413 : cluster 0 pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-19T22:31:23.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:23 smithi110 bash[21541]: audit 2024-04-19T22:31:23.418016+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:23.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:23 smithi110 bash[21541]: audit 2024-04-19T22:31:23.421118+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-19T22:31:23.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:23 smithi110 bash[21541]: audit 2024-04-19T22:31:23.423844+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-19T22:31:23.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:23 smithi133 bash[22229]: cluster 2024-04-19T22:31:22.115567+0000 mgr.a (mgr.14152) 413 : cluster 0 pgmap v343: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-19T22:31:23.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:23 smithi133 bash[22229]: audit 2024-04-19T22:31:23.418016+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:23.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:23 smithi133 bash[22229]: audit 2024-04-19T22:31:23.421118+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-19T22:31:23.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:23 smithi133 bash[22229]: audit 2024-04-19T22:31:23.423844+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-04-19T22:31:24.361 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:24 smithi164 systemd[1]: Stopping Ceph osd.5 for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:31:24.361 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:24 smithi164 bash[32564]: debug 2024-04-19T22:31:24.139+0000 7fc9d7623700 -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-04-19T22:31:24.361 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:24 smithi164 bash[32564]: debug 2024-04-19T22:31:24.139+0000 7fc9d7623700 -1 osd.5 56 *** Got signal Terminated *** 2024-04-19T22:31:24.361 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:24 smithi164 bash[32564]: debug 2024-04-19T22:31:24.139+0000 7fc9d7623700 -1 osd.5 56 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T22:31:24.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: cephadm 2024-04-19T22:31:23.417293+0000 mgr.a (mgr.14152) 414 : cephadm 1 Successfully zapped devices for osd.4 on smithi164 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: audit 2024-04-19T22:31:23.418424+0000 mgr.a (mgr.14152) 415 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: audit 2024-04-19T22:31:23.421500+0000 mgr.a (mgr.14152) 416 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: cluster 2024-04-19T22:31:23.578615+0000 mon.a (mon.0) 1027 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: cluster 2024-04-19T22:31:23.578665+0000 mon.a (mon.0) 1028 : cluster 3 Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: audit 2024-04-19T22:31:23.587173+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: cluster 2024-04-19T22:31:23.592153+0000 mon.a (mon.0) 1030 : cluster 0 osdmap e57: 5 total, 4 up, 5 in 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: cephadm 2024-04-19T22:31:23.593278+0000 mgr.a (mgr.14152) 417 : cephadm 1 osd.5 now down 2024-04-19T22:31:24.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:24 smithi110 bash[21541]: cephadm 2024-04-19T22:31:23.593873+0000 mgr.a (mgr.14152) 418 : cephadm 1 Removing daemon osd.5 from smithi164 -- ports [] 2024-04-19T22:31:24.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: cephadm 2024-04-19T22:31:23.417293+0000 mgr.a (mgr.14152) 414 : cephadm 1 Successfully zapped devices for osd.4 on smithi164 2024-04-19T22:31:24.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: audit 2024-04-19T22:31:23.418424+0000 mgr.a (mgr.14152) 415 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-04-19T22:31:24.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: audit 2024-04-19T22:31:23.421500+0000 mgr.a (mgr.14152) 416 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-04-19T22:31:24.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: cluster 2024-04-19T22:31:23.578615+0000 mon.a (mon.0) 1027 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2024-04-19T22:31:24.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: cluster 2024-04-19T22:31:23.578665+0000 mon.a (mon.0) 1028 : cluster 3 Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-04-19T22:31:24.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: audit 2024-04-19T22:31:23.587173+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-04-19T22:31:24.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: cluster 2024-04-19T22:31:23.592153+0000 mon.a (mon.0) 1030 : cluster 0 osdmap e57: 5 total, 4 up, 5 in 2024-04-19T22:31:24.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: cephadm 2024-04-19T22:31:23.593278+0000 mgr.a (mgr.14152) 417 : cephadm 1 osd.5 now down 2024-04-19T22:31:24.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:24 smithi133 bash[22229]: cephadm 2024-04-19T22:31:23.593873+0000 mgr.a (mgr.14152) 418 : cephadm 1 Removing daemon osd.5 from smithi164 -- ports [] 2024-04-19T22:31:25.611 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:25 smithi164 bash[38492]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-5 2024-04-19T22:31:25.611 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:25 smithi164 bash[38557]: Error response from daemon: No such container: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-5 2024-04-19T22:31:25.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:25 smithi110 bash[21541]: cluster 2024-04-19T22:31:24.116148+0000 mgr.a (mgr.14152) 419 : cluster 0 pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-04-19T22:31:25.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:25 smithi133 bash[22229]: cluster 2024-04-19T22:31:24.116148+0000 mgr.a (mgr.14152) 419 : cluster 0 pgmap v345: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 75 KiB/s, 0 objects/s recovering 2024-04-19T22:31:27.361 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:26 smithi164 systemd[1]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.5.service: Deactivated successfully. 2024-04-19T22:31:27.361 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:26 smithi164 systemd[1]: Stopped Ceph osd.5 for cb35fed0-fe9a-11ee-bc92-c7b262605968. 2024-04-19T22:31:27.361 INFO:journalctl@ceph.osd.5.smithi164.stdout:Apr 19 22:31:27 smithi164 systemd[1]: /etc/systemd/system/ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: cluster 2024-04-19T22:31:26.116664+0000 mgr.a (mgr.14152) 420 : cluster 0 pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: audit 2024-04-19T22:31:27.318895+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: audit 2024-04-19T22:31:27.321598+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: audit 2024-04-19T22:31:27.327505+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: cluster 2024-04-19T22:31:27.328685+0000 mon.a (mon.0) 1034 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: cluster 2024-04-19T22:31:27.328737+0000 mon.a (mon.0) 1035 : cluster 1 Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: cluster 2024-04-19T22:31:27.328767+0000 mon.a (mon.0) 1036 : cluster 1 Cluster is now healthy 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: audit 2024-04-19T22:31:27.330781+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-19T22:31:27.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:27 smithi110 bash[21541]: cluster 2024-04-19T22:31:27.335654+0000 mon.a (mon.0) 1038 : cluster 0 osdmap e58: 4 total, 4 up, 4 in 2024-04-19T22:31:27.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: cluster 2024-04-19T22:31:26.116664+0000 mgr.a (mgr.14152) 420 : cluster 0 pgmap v346: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail; 66 KiB/s, 0 objects/s recovering 2024-04-19T22:31:27.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: audit 2024-04-19T22:31:27.318895+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-04-19T22:31:27.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: audit 2024-04-19T22:31:27.321598+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-04-19T22:31:27.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: audit 2024-04-19T22:31:27.327505+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T22:31:27.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: cluster 2024-04-19T22:31:27.328685+0000 mon.a (mon.0) 1034 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-19T22:31:27.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: cluster 2024-04-19T22:31:27.328737+0000 mon.a (mon.0) 1035 : cluster 1 Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-04-19T22:31:27.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: cluster 2024-04-19T22:31:27.328767+0000 mon.a (mon.0) 1036 : cluster 1 Cluster is now healthy 2024-04-19T22:31:27.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: audit 2024-04-19T22:31:27.330781+0000 mon.a (mon.0) 1037 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-04-19T22:31:27.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:27 smithi133 bash[22229]: cluster 2024-04-19T22:31:27.335654+0000 mon.a (mon.0) 1038 : cluster 0 osdmap e58: 4 total, 4 up, 4 in 2024-04-19T22:31:28.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:28 smithi110 bash[21541]: cephadm 2024-04-19T22:31:27.318321+0000 mgr.a (mgr.14152) 421 : cephadm 1 Removing key for osd.5 2024-04-19T22:31:28.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:28 smithi110 bash[21541]: cephadm 2024-04-19T22:31:27.326781+0000 mgr.a (mgr.14152) 422 : cephadm 1 Successfully removed osd.5 on smithi164 2024-04-19T22:31:28.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:28 smithi110 bash[21541]: cephadm 2024-04-19T22:31:27.336947+0000 mgr.a (mgr.14152) 423 : cephadm 1 Successfully purged osd.5 on smithi164 2024-04-19T22:31:28.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:28 smithi110 bash[21541]: cephadm 2024-04-19T22:31:27.337206+0000 mgr.a (mgr.14152) 424 : cephadm 1 Zapping devices for osd.5 on smithi164 2024-04-19T22:31:28.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:28 smithi133 bash[22229]: cephadm 2024-04-19T22:31:27.318321+0000 mgr.a (mgr.14152) 421 : cephadm 1 Removing key for osd.5 2024-04-19T22:31:28.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:28 smithi133 bash[22229]: cephadm 2024-04-19T22:31:27.326781+0000 mgr.a (mgr.14152) 422 : cephadm 1 Successfully removed osd.5 on smithi164 2024-04-19T22:31:28.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:28 smithi133 bash[22229]: cephadm 2024-04-19T22:31:27.336947+0000 mgr.a (mgr.14152) 423 : cephadm 1 Successfully purged osd.5 on smithi164 2024-04-19T22:31:28.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:28 smithi133 bash[22229]: cephadm 2024-04-19T22:31:27.337206+0000 mgr.a (mgr.14152) 424 : cephadm 1 Zapping devices for osd.5 on smithi164 2024-04-19T22:31:29.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:29 smithi110 bash[21541]: cluster 2024-04-19T22:31:28.117250+0000 mgr.a (mgr.14152) 425 : cluster 0 pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-19T22:31:29.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:29 smithi110 bash[21541]: audit 2024-04-19T22:31:29.577618+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:29.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:29 smithi110 bash[21541]: audit 2024-04-19T22:31:29.585051+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:29.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:29 smithi110 bash[21541]: audit 2024-04-19T22:31:29.594232+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:29.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:29 smithi133 bash[22229]: cluster 2024-04-19T22:31:28.117250+0000 mgr.a (mgr.14152) 425 : cluster 0 pgmap v348: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-19T22:31:29.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:29 smithi133 bash[22229]: audit 2024-04-19T22:31:29.577618+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:29.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:29 smithi133 bash[22229]: audit 2024-04-19T22:31:29.585051+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:29.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:29 smithi133 bash[22229]: audit 2024-04-19T22:31:29.594232+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:31.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:31 smithi110 bash[21541]: cluster 2024-04-19T22:31:30.117841+0000 mgr.a (mgr.14152) 426 : cluster 0 pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:31.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:31 smithi133 bash[22229]: cluster 2024-04-19T22:31:30.117841+0000 mgr.a (mgr.14152) 426 : cluster 0 pgmap v349: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:33.890 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:33 smithi133 bash[22229]: cluster 2024-04-19T22:31:32.118525+0000 mgr.a (mgr.14152) 427 : cluster 0 pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:33.890 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:33 smithi133 bash[22229]: audit 2024-04-19T22:31:33.073327+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:33.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:33 smithi110 bash[21541]: cluster 2024-04-19T22:31:32.118525+0000 mgr.a (mgr.14152) 427 : cluster 0 pgmap v350: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:33.900 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:33 smithi110 bash[21541]: audit 2024-04-19T22:31:33.073327+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: cephadm 2024-04-19T22:31:33.066741+0000 mgr.a (mgr.14152) 428 : cephadm 1 Successfully zapped devices for osd.5 on smithi164 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: cephadm 2024-04-19T22:31:33.076639+0000 mgr.a (mgr.14152) 429 : cephadm 1 Removing daemon agent.smithi164 from smithi164 -- ports [] 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: cephadm 2024-04-19T22:31:33.794126+0000 mgr.a (mgr.14152) 430 : cephadm 1 Removing key for client.agent.smithi164 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:33.794782+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi164"}]: dispatch 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:33.797526+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi164"}]': finished 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:33.809103+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:33.816070+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:33.924475+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:31:34.902 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:34.311878+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.902 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:34.320117+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.902 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:34.330239+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.902 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:34.453614+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.902 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:34 smithi110 bash[21541]: audit 2024-04-19T22:31:34.459869+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: cephadm 2024-04-19T22:31:33.066741+0000 mgr.a (mgr.14152) 428 : cephadm 1 Successfully zapped devices for osd.5 on smithi164 2024-04-19T22:31:34.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: cephadm 2024-04-19T22:31:33.076639+0000 mgr.a (mgr.14152) 429 : cephadm 1 Removing daemon agent.smithi164 from smithi164 -- ports [] 2024-04-19T22:31:34.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: cephadm 2024-04-19T22:31:33.794126+0000 mgr.a (mgr.14152) 430 : cephadm 1 Removing key for client.agent.smithi164 2024-04-19T22:31:34.906 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:33.794782+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi164"}]: dispatch 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:33.797526+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi164"}]': finished 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:33.809103+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:33.816070+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:33.924475+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:34.311878+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:34.320117+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:34.330239+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:34.453614+0000 mon.a (mon.0) 1051 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:34.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:34 smithi133 bash[22229]: audit 2024-04-19T22:31:34.459869+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:35.220 INFO:teuthology.orchestra.run.smithi110.stderr:++ ceph orch ps --hostname smithi164 2024-04-19T22:31:35.587 INFO:teuthology.orchestra.run.smithi110.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-04-19T22:31:35.587 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-04-19T22:31:35.587 INFO:teuthology.orchestra.run.smithi110.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-19T22:31:35.905 INFO:teuthology.orchestra.run.smithi110.stderr:17 2024-04-19T22:31:35.915 INFO:teuthology.orchestra.run.smithi110.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-19T22:31:35.933 INFO:teuthology.orchestra.run.smithi110.stderr:++ cat crushmap.txt 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:+ CRUSH_MAP='# begin crush map 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable choose_local_tries 0 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable choose_local_fallback_tries 0 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable choose_total_tries 50 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable chooseleaf_descend_once 1 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable chooseleaf_vary_r 1 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable chooseleaf_stable 1 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable straw_calc_version 1 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:tunable allowed_bucket_algs 54 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:# devices 2024-04-19T22:31:35.935 INFO:teuthology.orchestra.run.smithi110.stderr:device 0 osd.0 class ssd 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:device 1 osd.1 class ssd 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:device 2 osd.2 class ssd 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:device 3 osd.3 class ssd 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:# types 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 0 osd 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 1 host 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 2 chassis 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 3 rack 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 4 row 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 5 pdu 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 6 pod 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 7 room 2024-04-19T22:31:35.936 INFO:teuthology.orchestra.run.smithi110.stderr:type 8 datacenter 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr:type 9 zone 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr:type 10 region 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr:type 11 root 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr:# buckets 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr:host smithi110 { 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: id -3 # do not change unnecessarily 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: id -4 class ssd # do not change unnecessarily 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: # weight 0.17459 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: alg straw2 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: hash 0 # rjenkins1 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.0 weight 0.08730 2024-04-19T22:31:35.937 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.1 weight 0.08730 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr:host smithi133 { 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: id -5 # do not change unnecessarily 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: id -6 class ssd # do not change unnecessarily 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: # weight 0.17459 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: alg straw2 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: hash 0 # rjenkins1 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.2 weight 0.08730 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.3 weight 0.08730 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr:host smithi164 { 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: id -7 # do not change unnecessarily 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: id -8 class ssd # do not change unnecessarily 2024-04-19T22:31:35.938 INFO:teuthology.orchestra.run.smithi110.stderr: # weight 0.00000 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: alg straw2 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: hash 0 # rjenkins1 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr:root default { 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: id -1 # do not change unnecessarily 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: id -2 class ssd # do not change unnecessarily 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: # weight 0.34918 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: alg straw2 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: hash 0 # rjenkins1 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: item smithi110 weight 0.17459 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: item smithi133 weight 0.17459 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: item smithi164 weight 0.00000 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:31:35.939 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr:# rules 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr:rule replicated_rule { 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr: id 0 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr: type replicated 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr: step take default 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr: step choose firstn 0 type osd 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr: step emit 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr:# end crush map' 2024-04-19T22:31:35.940 INFO:teuthology.orchestra.run.smithi110.stderr:+ grep -q smithi164 2024-04-19T22:31:35.941 INFO:teuthology.orchestra.run.smithi110.stderr:+ ceph orch host rm smithi164 --rm-crush-entry 2024-04-19T22:31:36.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:35 smithi133 bash[22229]: cluster 2024-04-19T22:31:34.119084+0000 mgr.a (mgr.14152) 431 : cluster 0 pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:36.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:35 smithi133 bash[22229]: audit 2024-04-19T22:31:35.509928+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:36.056 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:35 smithi133 bash[22229]: audit 2024-04-19T22:31:35.516455+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:36.070 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:35 smithi110 bash[21541]: cluster 2024-04-19T22:31:34.119084+0000 mgr.a (mgr.14152) 431 : cluster 0 pgmap v351: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:36.070 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:35 smithi110 bash[21541]: audit 2024-04-19T22:31:35.509928+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:36.071 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:35 smithi110 bash[21541]: audit 2024-04-19T22:31:35.516455+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:36.826 INFO:teuthology.orchestra.run.smithi110.stdout:Removed host 'smithi164' 2024-04-19T22:31:36.841 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 30 2024-04-19T22:31:37.081 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21541]: audit 2024-04-19T22:31:35.589347+0000 mgr.a (mgr.14152) 432 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:37.081 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21541]: audit 2024-04-19T22:31:35.923228+0000 mon.a (mon.0) 1055 : audit 0 from='client.? 172.21.15.110:0/2415184780' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-19T22:31:37.081 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21541]: audit 2024-04-19T22:31:36.277475+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi164"}]: dispatch 2024-04-19T22:31:37.081 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21541]: audit 2024-04-19T22:31:36.511324+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:37.081 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: debug 2024-04-19T22:31:36.842+0000 7fe207d91700 -1 log_channel(cephadm) log [ERR] : host smithi164 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-04-19T22:31:37.081 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: Traceback (most recent call last): 2024-04-19T22:31:37.081 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1530, in _run_cephadm_json 2024-04-19T22:31:37.082 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: return json.loads(''.join(out)) 2024-04-19T22:31:37.082 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-04-19T22:31:37.082 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: return _default_decoder.decode(s) 2024-04-19T22:31:37.082 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-04-19T22:31:37.082 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-04-19T22:31:37.082 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-04-19T22:31:37.082 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: debug 2024-04-19T22:31:36.882+0000 7fe2105a2700 -1 log_channel(cephadm) log [ERR] : executing refresh((['smithi110', 'smithi133', 'smithi164'],)) failed. 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: Traceback (most recent call last): 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: return f(*arg) 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: host = self._get_stored_name(host) 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: self.assert_host(host) 2024-04-19T22:31:37.083 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-04-19T22:31:37.084 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: raise OrchestratorError('host %s does not exist' % host) 2024-04-19T22:31:37.084 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:31:36 smithi110 bash[21795]: orchestrator._interface.OrchestratorError: host smithi164 does not exist 2024-04-19T22:31:37.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:36 smithi133 bash[22229]: audit 2024-04-19T22:31:35.589347+0000 mgr.a (mgr.14152) 432 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi164", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:37.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:36 smithi133 bash[22229]: audit 2024-04-19T22:31:35.923228+0000 mon.a (mon.0) 1055 : audit 0 from='client.? 172.21.15.110:0/2415184780' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-19T22:31:37.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:36 smithi133 bash[22229]: audit 2024-04-19T22:31:36.277475+0000 mon.a (mon.0) 1056 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi164"}]: dispatch 2024-04-19T22:31:37.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:36 smithi133 bash[22229]: audit 2024-04-19T22:31:36.511324+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:38.120 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: cluster 2024-04-19T22:31:36.119443+0000 mgr.a (mgr.14152) 433 : cluster 0 pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:38.120 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.276756+0000 mgr.a (mgr.14152) 434 : audit 0 from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi164", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:38.120 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.823367+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi164"}]': finished 2024-04-19T22:31:38.120 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: cluster 2024-04-19T22:31:36.826153+0000 mon.a (mon.0) 1059 : cluster 0 osdmap e59: 4 total, 4 up, 4 in 2024-04-19T22:31:38.120 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.836744+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:38.120 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.837302+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi164"}]: dispatch 2024-04-19T22:31:38.120 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.844096+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi164"}]': finished 2024-04-19T22:31:38.121 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.885869+0000 mon.a (mon.0) 1063 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:31:38.121 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.887869+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:38.121 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.888638+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:31:38.121 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.893898+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:38.121 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.944234+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:31:38.121 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.944940+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:31:38.121 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:37 smithi110 bash[21541]: audit 2024-04-19T22:31:36.945546+0000 mon.a (mon.0) 1069 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: cluster 2024-04-19T22:31:36.119443+0000 mgr.a (mgr.14152) 433 : cluster 0 pgmap v352: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.276756+0000 mgr.a (mgr.14152) 434 : audit 0 from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi164", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.823367+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi164"}]': finished 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: cluster 2024-04-19T22:31:36.826153+0000 mon.a (mon.0) 1059 : cluster 0 osdmap e59: 4 total, 4 up, 4 in 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.836744+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.837302+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi164"}]: dispatch 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.844096+0000 mon.a (mon.0) 1062 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi164"}]': finished 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.885869+0000 mon.a (mon.0) 1063 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.887869+0000 mon.a (mon.0) 1064 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.888638+0000 mon.a (mon.0) 1065 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T22:31:38.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.893898+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:38.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.944234+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:31:38.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.944940+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:31:38.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:37 smithi133 bash[22229]: audit 2024-04-19T22:31:36.945546+0000 mon.a (mon.0) 1069 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: cephadm 2024-04-19T22:31:36.847423+0000 mgr.a (mgr.14152) 435 : cephadm 4 host smithi164 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: Traceback (most recent call last): 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1530, in _run_cephadm_json 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: return json.loads(''.join(out)) 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: return _default_decoder.decode(s) 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-04-19T22:31:39.072 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: cephadm 2024-04-19T22:31:36.847839+0000 mgr.a (mgr.14152) 436 : cephadm 1 Removed host smithi164 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: cephadm 2024-04-19T22:31:36.885180+0000 mgr.a (mgr.14152) 437 : cephadm 4 executing refresh((['smithi110', 'smithi133', 'smithi164'],)) failed. 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: Traceback (most recent call last): 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: return f(*arg) 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-04-19T22:31:39.073 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: host = self._get_stored_name(host) 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: self.assert_host(host) 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: raise OrchestratorError('host %s does not exist' % host) 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: orchestrator._interface.OrchestratorError: host smithi164 does not exist 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: cluster 2024-04-19T22:31:36.890264+0000 mgr.a (mgr.14152) 438 : cluster 0 pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: cephadm 2024-04-19T22:31:36.943885+0000 mgr.a (mgr.14152) 439 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: cephadm 2024-04-19T22:31:36.946316+0000 mgr.a (mgr.14152) 440 : cephadm 1 Reconfiguring daemon mon.a on smithi110 2024-04-19T22:31:39.074 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:38 smithi110 bash[21541]: cluster 2024-04-19T22:31:37.842186+0000 mon.a (mon.0) 1070 : cluster 3 Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-19T22:31:39.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: cephadm 2024-04-19T22:31:36.847423+0000 mgr.a (mgr.14152) 435 : cephadm 4 host smithi164 `cephadm ceph-volume` failed: Cannot decode JSON: 2024-04-19T22:31:39.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: Traceback (most recent call last): 2024-04-19T22:31:39.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1530, in _run_cephadm_json 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: return json.loads(''.join(out)) 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/lib64/python3.6/json/__init__.py", line 354, in loads 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: return _default_decoder.decode(s) 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/lib64/python3.6/json/decoder.py", line 339, in decode 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/lib64/python3.6/json/decoder.py", line 357, in raw_decode 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: raise JSONDecodeError("Expecting value", s, err.value) from None 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: cephadm 2024-04-19T22:31:36.847839+0000 mgr.a (mgr.14152) 436 : cephadm 1 Removed host smithi164 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: cephadm 2024-04-19T22:31:36.885180+0000 mgr.a (mgr.14152) 437 : cephadm 4 executing refresh((['smithi110', 'smithi133', 'smithi164'],)) failed. 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: Traceback (most recent call last): 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 97, in do_work 2024-04-19T22:31:39.158 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: return f(*arg) 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 316, in refresh 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: and not self.mgr.inventory.has_label(host, SpecialHostLabels.NO_MEMORY_AUTOTUNE) 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 168, in has_label 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: host = self._get_stored_name(host) 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 105, in _get_stored_name 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: self.assert_host(host) 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: File "/usr/share/ceph/mgr/cephadm/inventory.py", line 124, in assert_host 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: raise OrchestratorError('host %s does not exist' % host) 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: orchestrator._interface.OrchestratorError: host smithi164 does not exist 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: cluster 2024-04-19T22:31:36.890264+0000 mgr.a (mgr.14152) 438 : cluster 0 pgmap v354: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:39.159 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: cephadm 2024-04-19T22:31:36.943885+0000 mgr.a (mgr.14152) 439 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-04-19T22:31:39.160 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: cephadm 2024-04-19T22:31:36.946316+0000 mgr.a (mgr.14152) 440 : cephadm 1 Reconfiguring daemon mon.a on smithi110 2024-04-19T22:31:39.160 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:38 smithi133 bash[22229]: cluster 2024-04-19T22:31:37.842186+0000 mon.a (mon.0) 1070 : cluster 3 Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: cluster 2024-04-19T22:31:38.890663+0000 mgr.a (mgr.14152) 441 : cluster 0 pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: audit 2024-04-19T22:31:38.894149+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: audit 2024-04-19T22:31:38.900255+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: cephadm 2024-04-19T22:31:38.914593+0000 mgr.a (mgr.14152) 442 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: audit 2024-04-19T22:31:38.915261+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: audit 2024-04-19T22:31:38.916519+0000 mon.a (mon.0) 1074 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: audit 2024-04-19T22:31:38.917685+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:40.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:39 smithi110 bash[21541]: cephadm 2024-04-19T22:31:38.918999+0000 mgr.a (mgr.14152) 443 : cephadm 1 Reconfiguring daemon mgr.a on smithi110 2024-04-19T22:31:40.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: cluster 2024-04-19T22:31:38.890663+0000 mgr.a (mgr.14152) 441 : cluster 0 pgmap v355: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:40.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: audit 2024-04-19T22:31:38.894149+0000 mon.a (mon.0) 1071 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:40.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: audit 2024-04-19T22:31:38.900255+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:40.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: cephadm 2024-04-19T22:31:38.914593+0000 mgr.a (mgr.14152) 442 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-04-19T22:31:40.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: audit 2024-04-19T22:31:38.915261+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:31:40.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: audit 2024-04-19T22:31:38.916519+0000 mon.a (mon.0) 1074 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:31:40.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: audit 2024-04-19T22:31:38.917685+0000 mon.a (mon.0) 1075 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:40.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:39 smithi133 bash[22229]: cephadm 2024-04-19T22:31:38.918999+0000 mgr.a (mgr.14152) 443 : cephadm 1 Reconfiguring daemon mgr.a on smithi110 2024-04-19T22:31:41.964 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:41 smithi110 bash[21541]: audit 2024-04-19T22:31:40.720971+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:41.964 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:41 smithi110 bash[21541]: audit 2024-04-19T22:31:40.725778+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:41.964 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:41 smithi110 bash[21541]: audit 2024-04-19T22:31:40.730826+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:42.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:41 smithi133 bash[22229]: audit 2024-04-19T22:31:40.720971+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:42.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:41 smithi133 bash[22229]: audit 2024-04-19T22:31:40.725778+0000 mon.a (mon.0) 1077 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:42.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:41 smithi133 bash[22229]: audit 2024-04-19T22:31:40.730826+0000 mon.a (mon.0) 1078 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:42.998 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:42 smithi110 bash[21541]: cluster 2024-04-19T22:31:40.891187+0000 mgr.a (mgr.14152) 444 : cluster 0 pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:42.999 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:42 smithi110 bash[21541]: audit 2024-04-19T22:31:42.545505+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:42.999 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:42 smithi110 bash[21541]: audit 2024-04-19T22:31:42.554710+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:42.999 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:42 smithi110 bash[21541]: audit 2024-04-19T22:31:42.593000+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T22:31:42.999 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:42 smithi110 bash[21541]: audit 2024-04-19T22:31:42.594701+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:43.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:42 smithi133 bash[22229]: cluster 2024-04-19T22:31:40.891187+0000 mgr.a (mgr.14152) 444 : cluster 0 pgmap v356: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:43.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:42 smithi133 bash[22229]: audit 2024-04-19T22:31:42.545505+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:43.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:42 smithi133 bash[22229]: audit 2024-04-19T22:31:42.554710+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:43.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:42 smithi133 bash[22229]: audit 2024-04-19T22:31:42.593000+0000 mon.a (mon.0) 1081 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T22:31:43.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:42 smithi133 bash[22229]: audit 2024-04-19T22:31:42.594701+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:44.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:43 smithi110 bash[21541]: cephadm 2024-04-19T22:31:42.592302+0000 mgr.a (mgr.14152) 445 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-04-19T22:31:44.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:43 smithi110 bash[21541]: cephadm 2024-04-19T22:31:42.597470+0000 mgr.a (mgr.14152) 446 : cephadm 1 Reconfiguring daemon osd.0 on smithi110 2024-04-19T22:31:44.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:43 smithi133 bash[22229]: cephadm 2024-04-19T22:31:42.592302+0000 mgr.a (mgr.14152) 445 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-04-19T22:31:44.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:43 smithi133 bash[22229]: cephadm 2024-04-19T22:31:42.597470+0000 mgr.a (mgr.14152) 446 : cephadm 1 Reconfiguring daemon osd.0 on smithi110 2024-04-19T22:31:44.979 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:44 smithi110 bash[21541]: cluster 2024-04-19T22:31:42.891731+0000 mgr.a (mgr.14152) 447 : cluster 0 pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:44.979 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:44 smithi110 bash[21541]: audit 2024-04-19T22:31:44.536345+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:44.979 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:44 smithi110 bash[21541]: audit 2024-04-19T22:31:44.541616+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:44.979 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:44 smithi110 bash[21541]: audit 2024-04-19T22:31:44.566399+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T22:31:44.980 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:44 smithi110 bash[21541]: audit 2024-04-19T22:31:44.567955+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:45.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:44 smithi133 bash[22229]: cluster 2024-04-19T22:31:42.891731+0000 mgr.a (mgr.14152) 447 : cluster 0 pgmap v357: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:45.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:44 smithi133 bash[22229]: audit 2024-04-19T22:31:44.536345+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:45.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:44 smithi133 bash[22229]: audit 2024-04-19T22:31:44.541616+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:45.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:44 smithi133 bash[22229]: audit 2024-04-19T22:31:44.566399+0000 mon.a (mon.0) 1085 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T22:31:45.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:44 smithi133 bash[22229]: audit 2024-04-19T22:31:44.567955+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:45.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:45 smithi110 bash[21541]: cephadm 2024-04-19T22:31:44.565835+0000 mgr.a (mgr.14152) 448 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-04-19T22:31:45.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:45 smithi110 bash[21541]: cephadm 2024-04-19T22:31:44.570572+0000 mgr.a (mgr.14152) 449 : cephadm 1 Reconfiguring daemon osd.1 on smithi110 2024-04-19T22:31:46.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:45 smithi133 bash[22229]: cephadm 2024-04-19T22:31:44.565835+0000 mgr.a (mgr.14152) 448 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-04-19T22:31:46.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:45 smithi133 bash[22229]: cephadm 2024-04-19T22:31:44.570572+0000 mgr.a (mgr.14152) 449 : cephadm 1 Reconfiguring daemon osd.1 on smithi110 2024-04-19T22:31:47.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:46 smithi110 bash[21541]: cluster 2024-04-19T22:31:44.892293+0000 mgr.a (mgr.14152) 450 : cluster 0 pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:47.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:46 smithi110 bash[21541]: audit 2024-04-19T22:31:46.464646+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:47.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:46 smithi110 bash[21541]: audit 2024-04-19T22:31:46.472379+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:47.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:46 smithi110 bash[21541]: audit 2024-04-19T22:31:46.489752+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:31:47.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:46 smithi110 bash[21541]: audit 2024-04-19T22:31:46.491379+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:31:47.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:46 smithi110 bash[21541]: audit 2024-04-19T22:31:46.492934+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:47.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:46 smithi133 bash[22229]: cluster 2024-04-19T22:31:44.892293+0000 mgr.a (mgr.14152) 450 : cluster 0 pgmap v358: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:47.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:46 smithi133 bash[22229]: audit 2024-04-19T22:31:46.464646+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:47.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:46 smithi133 bash[22229]: audit 2024-04-19T22:31:46.472379+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:47.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:46 smithi133 bash[22229]: audit 2024-04-19T22:31:46.489752+0000 mon.a (mon.0) 1089 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T22:31:47.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:46 smithi133 bash[22229]: audit 2024-04-19T22:31:46.491379+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T22:31:47.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:46 smithi133 bash[22229]: audit 2024-04-19T22:31:46.492934+0000 mon.a (mon.0) 1091 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:48.093 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:47 smithi133 bash[22229]: cephadm 2024-04-19T22:31:46.489151+0000 mgr.a (mgr.14152) 451 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-19T22:31:48.093 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:47 smithi133 bash[22229]: cephadm 2024-04-19T22:31:46.494792+0000 mgr.a (mgr.14152) 452 : cephadm 1 Reconfiguring daemon mon.b on smithi133 2024-04-19T22:31:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:47 smithi110 bash[21541]: cephadm 2024-04-19T22:31:46.489151+0000 mgr.a (mgr.14152) 451 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-19T22:31:48.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:47 smithi110 bash[21541]: cephadm 2024-04-19T22:31:46.494792+0000 mgr.a (mgr.14152) 452 : cephadm 1 Reconfiguring daemon mon.b on smithi133 2024-04-19T22:31:49.089 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:48 smithi133 bash[22229]: cluster 2024-04-19T22:31:46.892812+0000 mgr.a (mgr.14152) 453 : cluster 0 pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:49.089 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:48 smithi133 bash[22229]: audit 2024-04-19T22:31:48.621020+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:49.089 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:48 smithi133 bash[22229]: audit 2024-04-19T22:31:48.630145+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:49.089 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:48 smithi133 bash[22229]: audit 2024-04-19T22:31:48.665526+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:31:49.089 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:48 smithi133 bash[22229]: audit 2024-04-19T22:31:48.667646+0000 mon.a (mon.0) 1095 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:31:49.089 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:48 smithi133 bash[22229]: audit 2024-04-19T22:31:48.669498+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:49.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:48 smithi110 bash[21541]: cluster 2024-04-19T22:31:46.892812+0000 mgr.a (mgr.14152) 453 : cluster 0 pgmap v359: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:49.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:48 smithi110 bash[21541]: audit 2024-04-19T22:31:48.621020+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:49.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:48 smithi110 bash[21541]: audit 2024-04-19T22:31:48.630145+0000 mon.a (mon.0) 1093 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:49.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:48 smithi110 bash[21541]: audit 2024-04-19T22:31:48.665526+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T22:31:49.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:48 smithi110 bash[21541]: audit 2024-04-19T22:31:48.667646+0000 mon.a (mon.0) 1095 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T22:31:49.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:48 smithi110 bash[21541]: audit 2024-04-19T22:31:48.669498+0000 mon.a (mon.0) 1096 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:49 smithi133 bash[22229]: cephadm 2024-04-19T22:31:48.664816+0000 mgr.a (mgr.14152) 454 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-04-19T22:31:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:49 smithi133 bash[22229]: cephadm 2024-04-19T22:31:48.671791+0000 mgr.a (mgr.14152) 455 : cephadm 1 Reconfiguring daemon mgr.b on smithi133 2024-04-19T22:31:50.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:49 smithi110 bash[21541]: cephadm 2024-04-19T22:31:48.664816+0000 mgr.a (mgr.14152) 454 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-04-19T22:31:50.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:49 smithi110 bash[21541]: cephadm 2024-04-19T22:31:48.671791+0000 mgr.a (mgr.14152) 455 : cephadm 1 Reconfiguring daemon mgr.b on smithi133 2024-04-19T22:31:51.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:50 smithi110 bash[21541]: cluster 2024-04-19T22:31:48.893350+0000 mgr.a (mgr.14152) 456 : cluster 0 pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:51.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:50 smithi110 bash[21541]: audit 2024-04-19T22:31:50.736697+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:51.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:50 smithi110 bash[21541]: audit 2024-04-19T22:31:50.745927+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:51.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:50 smithi133 bash[22229]: cluster 2024-04-19T22:31:48.893350+0000 mgr.a (mgr.14152) 456 : cluster 0 pgmap v360: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:51.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:50 smithi133 bash[22229]: audit 2024-04-19T22:31:50.736697+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:51.157 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:50 smithi133 bash[22229]: audit 2024-04-19T22:31:50.745927+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:52.115 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:51 smithi133 bash[22229]: cephadm 2024-04-19T22:31:50.791433+0000 mgr.a (mgr.14152) 457 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-04-19T22:31:52.115 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:51 smithi133 bash[22229]: audit 2024-04-19T22:31:50.792178+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T22:31:52.115 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:51 smithi133 bash[22229]: audit 2024-04-19T22:31:50.794031+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:52.116 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:51 smithi133 bash[22229]: cephadm 2024-04-19T22:31:50.796990+0000 mgr.a (mgr.14152) 458 : cephadm 1 Reconfiguring daemon osd.2 on smithi133 2024-04-19T22:31:52.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:51 smithi110 bash[21541]: cephadm 2024-04-19T22:31:50.791433+0000 mgr.a (mgr.14152) 457 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-04-19T22:31:52.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:51 smithi110 bash[21541]: audit 2024-04-19T22:31:50.792178+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T22:31:52.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:51 smithi110 bash[21541]: audit 2024-04-19T22:31:50.794031+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:52.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:51 smithi110 bash[21541]: cephadm 2024-04-19T22:31:50.796990+0000 mgr.a (mgr.14152) 458 : cephadm 1 Reconfiguring daemon osd.2 on smithi133 2024-04-19T22:31:53.151 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:52 smithi110 bash[21541]: cluster 2024-04-19T22:31:50.893865+0000 mgr.a (mgr.14152) 459 : cluster 0 pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:53.156 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:52 smithi133 bash[22229]: cluster 2024-04-19T22:31:50.893865+0000 mgr.a (mgr.14152) 459 : cluster 0 pgmap v361: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:54.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:54 smithi110 bash[21541]: cluster 2024-04-19T22:31:52.894441+0000 mgr.a (mgr.14152) 460 : cluster 0 pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:54.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:54 smithi110 bash[21541]: audit 2024-04-19T22:31:53.038658+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:54.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:54 smithi110 bash[21541]: audit 2024-04-19T22:31:53.047639+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:54.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:54 smithi110 bash[21541]: cephadm 2024-04-19T22:31:53.067176+0000 mgr.a (mgr.14152) 461 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-04-19T22:31:54.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:54 smithi110 bash[21541]: audit 2024-04-19T22:31:53.067836+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-19T22:31:54.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:54 smithi110 bash[21541]: audit 2024-04-19T22:31:53.069680+0000 mon.a (mon.0) 1104 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:54.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:54 smithi110 bash[21541]: cephadm 2024-04-19T22:31:53.072445+0000 mgr.a (mgr.14152) 462 : cephadm 1 Reconfiguring daemon osd.3 on smithi133 2024-04-19T22:31:54.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:54 smithi133 bash[22229]: cluster 2024-04-19T22:31:52.894441+0000 mgr.a (mgr.14152) 460 : cluster 0 pgmap v362: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:54.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:54 smithi133 bash[22229]: audit 2024-04-19T22:31:53.038658+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:54.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:54 smithi133 bash[22229]: audit 2024-04-19T22:31:53.047639+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:54.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:54 smithi133 bash[22229]: cephadm 2024-04-19T22:31:53.067176+0000 mgr.a (mgr.14152) 461 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2024-04-19T22:31:54.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:54 smithi133 bash[22229]: audit 2024-04-19T22:31:53.067836+0000 mon.a (mon.0) 1103 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-19T22:31:54.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:54 smithi133 bash[22229]: audit 2024-04-19T22:31:53.069680+0000 mon.a (mon.0) 1104 : audit 0 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T22:31:54.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:54 smithi133 bash[22229]: cephadm 2024-04-19T22:31:53.072445+0000 mgr.a (mgr.14152) 462 : cephadm 1 Reconfiguring daemon osd.3 on smithi133 2024-04-19T22:31:55.804 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:55 smithi133 bash[22229]: audit 2024-04-19T22:31:54.537457+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:55.804 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:55 smithi133 bash[22229]: audit 2024-04-19T22:31:54.546913+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:55.805 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:55 smithi133 bash[22229]: audit 2024-04-19T22:31:54.557407+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:55.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:55 smithi110 bash[21541]: audit 2024-04-19T22:31:54.537457+0000 mon.a (mon.0) 1105 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:55.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:55 smithi110 bash[21541]: audit 2024-04-19T22:31:54.546913+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:55.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:55 smithi110 bash[21541]: audit 2024-04-19T22:31:54.557407+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:56.887 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:56 smithi133 bash[22229]: cluster 2024-04-19T22:31:54.894985+0000 mgr.a (mgr.14152) 463 : cluster 0 pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:56.887 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:56 smithi133 bash[22229]: audit 2024-04-19T22:31:56.390339+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:56.887 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:56 smithi133 bash[22229]: audit 2024-04-19T22:31:56.399333+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:56.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:56 smithi110 bash[21541]: cluster 2024-04-19T22:31:54.894985+0000 mgr.a (mgr.14152) 463 : cluster 0 pgmap v363: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:56.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:56 smithi110 bash[21541]: audit 2024-04-19T22:31:56.390339+0000 mon.a (mon.0) 1108 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:56.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:56 smithi110 bash[21541]: audit 2024-04-19T22:31:56.399333+0000 mon.a (mon.0) 1109 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:31:58.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:31:58 smithi110 bash[21541]: cluster 2024-04-19T22:31:56.895546+0000 mgr.a (mgr.14152) 464 : cluster 0 pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:31:58.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:31:58 smithi133 bash[22229]: cluster 2024-04-19T22:31:56.895546+0000 mgr.a (mgr.14152) 464 : cluster 0 pgmap v364: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:00.901 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:00 smithi110 bash[21541]: cluster 2024-04-19T22:31:58.896146+0000 mgr.a (mgr.14152) 465 : cluster 0 pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:00.907 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:00 smithi133 bash[22229]: cluster 2024-04-19T22:31:58.896146+0000 mgr.a (mgr.14152) 465 : cluster 0 pgmap v365: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:02.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:01 smithi110 bash[21541]: cluster 2024-04-19T22:32:00.896569+0000 mgr.a (mgr.14152) 466 : cluster 0 pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:02.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:01 smithi110 bash[21541]: audit 2024-04-19T22:32:00.931872+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:32:02.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:01 smithi110 bash[21541]: audit 2024-04-19T22:32:00.940882+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:32:02.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:01 smithi110 bash[21541]: audit 2024-04-19T22:32:00.951169+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:32:02.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:01 smithi133 bash[22229]: cluster 2024-04-19T22:32:00.896569+0000 mgr.a (mgr.14152) 466 : cluster 0 pgmap v366: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:02.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:01 smithi133 bash[22229]: audit 2024-04-19T22:32:00.931872+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:32:02.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:01 smithi133 bash[22229]: audit 2024-04-19T22:32:00.940882+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:32:02.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:01 smithi133 bash[22229]: audit 2024-04-19T22:32:00.951169+0000 mon.a (mon.0) 1112 : audit 1 from='mgr.14152 172.21.15.110:0/2698674306' entity='mgr.a' 2024-04-19T22:32:04.402 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:03 smithi110 bash[21541]: cluster 2024-04-19T22:32:02.897083+0000 mgr.a (mgr.14152) 467 : cluster 0 pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:04.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:03 smithi133 bash[22229]: cluster 2024-04-19T22:32:02.897083+0000 mgr.a (mgr.14152) 467 : cluster 0 pgmap v367: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:06.401 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:05 smithi110 bash[21541]: cluster 2024-04-19T22:32:04.897752+0000 mgr.a (mgr.14152) 468 : cluster 0 pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:06.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:05 smithi133 bash[22229]: cluster 2024-04-19T22:32:04.897752+0000 mgr.a (mgr.14152) 468 : cluster 0 pgmap v368: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:06.844 INFO:teuthology.orchestra.run.smithi110.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-04-19T22:32:07.179 INFO:teuthology.orchestra.run.smithi110.stderr:18 2024-04-19T22:32:07.189 INFO:teuthology.orchestra.run.smithi110.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-04-19T22:32:07.207 INFO:teuthology.orchestra.run.smithi110.stderr:++ cat crushmap.txt 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:+ CRUSH_MAP='# begin crush map 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable choose_local_tries 0 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable choose_local_fallback_tries 0 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable choose_total_tries 50 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable chooseleaf_descend_once 1 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable chooseleaf_vary_r 1 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable chooseleaf_stable 1 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable straw_calc_version 1 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:tunable allowed_bucket_algs 54 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:32:07.209 INFO:teuthology.orchestra.run.smithi110.stderr:# devices 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:device 0 osd.0 class ssd 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:device 1 osd.1 class ssd 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:device 2 osd.2 class ssd 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:device 3 osd.3 class ssd 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:# types 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 0 osd 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 1 host 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 2 chassis 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 3 rack 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 4 row 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 5 pdu 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 6 pod 2024-04-19T22:32:07.210 INFO:teuthology.orchestra.run.smithi110.stderr:type 7 room 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr:type 8 datacenter 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr:type 9 zone 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr:type 10 region 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr:type 11 root 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr:# buckets 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr:host smithi110 { 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: id -3 # do not change unnecessarily 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: id -4 class ssd # do not change unnecessarily 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: # weight 0.17459 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: alg straw2 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: hash 0 # rjenkins1 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.0 weight 0.08730 2024-04-19T22:32:07.211 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.1 weight 0.08730 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr:host smithi133 { 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: id -5 # do not change unnecessarily 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: id -6 class ssd # do not change unnecessarily 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: # weight 0.17459 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: alg straw2 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: hash 0 # rjenkins1 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.2 weight 0.08730 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: item osd.3 weight 0.08730 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr:root default { 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: id -1 # do not change unnecessarily 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: id -2 class ssd # do not change unnecessarily 2024-04-19T22:32:07.212 INFO:teuthology.orchestra.run.smithi110.stderr: # weight 0.34918 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: alg straw2 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: hash 0 # rjenkins1 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: item smithi110 weight 0.17459 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: item smithi133 weight 0.17459 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr:# rules 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr:rule replicated_rule { 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: id 0 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: type replicated 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: step take default 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: step choose firstn 0 type osd 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr: step emit 2024-04-19T22:32:07.213 INFO:teuthology.orchestra.run.smithi110.stderr:} 2024-04-19T22:32:07.214 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:32:07.214 INFO:teuthology.orchestra.run.smithi110.stderr:# end crush map' 2024-04-19T22:32:07.214 INFO:teuthology.orchestra.run.smithi110.stderr:+ grep -q smithi164 2024-04-19T22:32:07.875 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-19T22:32:07.883 INFO:tasks.cephadm:Teardown begin 2024-04-19T22:32:07.884 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:32:07.897 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:32:07.912 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:32:07.926 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-19T22:32:07.926 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T22:32:07.944 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T22:32:07.959 DEBUG:teuthology.orchestra.run.smithi164:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T22:32:07.974 INFO:tasks.cephadm:Stopping all daemons... 2024-04-19T22:32:07.975 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-19T22:32:07.975 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a 2024-04-19T22:32:08.126 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:07 smithi110 bash[21541]: cluster 2024-04-19T22:32:06.898418+0000 mgr.a (mgr.14152) 469 : cluster 0 pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:08.126 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:07 smithi110 bash[21541]: audit 2024-04-19T22:32:07.196321+0000 mon.a (mon.0) 1113 : audit 0 from='client.? 172.21.15.110:0/2855577186' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-19T22:32:08.126 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:08 smithi110 systemd[1]: Stopping Ceph mon.a for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:08.126 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:08 smithi110 bash[21541]: debug 2024-04-19T22:32:08.141+0000 7f1a210a3700 -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-04-19T22:32:08.202 INFO:journalctl@ceph.mon.a.smithi110.stdout:Apr 19 22:32:08 smithi110 bash[21541]: debug 2024-04-19T22:32:08.141+0000 7f1a210a3700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-04-19T22:32:08.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:07 smithi133 bash[22229]: cluster 2024-04-19T22:32:06.898418+0000 mgr.a (mgr.14152) 469 : cluster 0 pgmap v369: 1 pgs: 1 active+clean; 577 KiB data, 118 MiB used, 357 GiB / 358 GiB avail 2024-04-19T22:32:08.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:07 smithi133 bash[22229]: audit 2024-04-19T22:32:07.196321+0000 mon.a (mon.0) 1113 : audit 0 from='client.? 172.21.15.110:0/2855577186' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-04-19T22:32:08.943 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.a.service' 2024-04-19T22:32:08.973 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:08.973 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-19T22:32:08.973 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-19T22:32:08.973 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.b 2024-04-19T22:32:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:09 smithi133 systemd[1]: Stopping Ceph mon.b for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:09.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:09 smithi133 bash[22229]: debug 2024-04-19T22:32:09.245+0000 7f830ff11700 -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-04-19T22:32:09.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:Apr 19 22:32:09 smithi133 bash[22229]: debug 2024-04-19T22:32:09.245+0000 7f830ff11700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-04-19T22:32:10.225 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.b.service' 2024-04-19T22:32:10.256 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:10.257 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-19T22:32:10.257 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-19T22:32:10.257 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.c 2024-04-19T22:32:10.289 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mon.c.service' 2024-04-19T22:32:10.452 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:10.452 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-19T22:32:10.452 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-19T22:32:10.452 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.a 2024-04-19T22:32:10.835 INFO:journalctl@ceph.mgr.a.smithi110.stdout:Apr 19 22:32:10 smithi110 systemd[1]: Stopping Ceph mgr.a for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:11.329 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.a.service' 2024-04-19T22:32:11.351 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:11.351 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-19T22:32:11.351 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-19T22:32:11.351 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.b 2024-04-19T22:32:11.657 INFO:journalctl@ceph.mgr.b.smithi133.stdout:Apr 19 22:32:11 smithi133 systemd[1]: Stopping Ceph mgr.b for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:12.410 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@mgr.b.service' 2024-04-19T22:32:12.435 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:12.435 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-19T22:32:12.435 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-19T22:32:12.436 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.0 2024-04-19T22:32:12.902 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:32:12 smithi110 systemd[1]: Stopping Ceph osd.0 for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:12.902 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:32:12 smithi110 bash[31773]: debug 2024-04-19T22:32:12.597+0000 7f93075a8700 -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-04-19T22:32:12.902 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:32:12 smithi110 bash[31773]: debug 2024-04-19T22:32:12.597+0000 7f93075a8700 -1 osd.0 59 *** Got signal Terminated *** 2024-04-19T22:32:12.902 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:32:12 smithi110 bash[31773]: debug 2024-04-19T22:32:12.597+0000 7f93075a8700 -1 osd.0 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T22:32:18.896 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:32:18 smithi110 bash[46774]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-0 2024-04-19T22:32:18.896 INFO:journalctl@ceph.osd.0.smithi110.stdout:Apr 19 22:32:18 smithi110 bash[46921]: Error response from daemon: No such container: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-0 2024-04-19T22:32:21.009 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.0.service' 2024-04-19T22:32:21.031 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:21.031 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-19T22:32:21.031 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-19T22:32:21.031 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.1 2024-04-19T22:32:21.202 INFO:journalctl@ceph.osd.1.smithi110.stdout:Apr 19 22:32:21 smithi110 systemd[1]: Stopping Ceph osd.1 for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:21.402 INFO:journalctl@ceph.osd.1.smithi110.stdout:Apr 19 22:32:21 smithi110 bash[35610]: debug 2024-04-19T22:32:21.217+0000 7f5c71da4700 -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-04-19T22:32:21.402 INFO:journalctl@ceph.osd.1.smithi110.stdout:Apr 19 22:32:21 smithi110 bash[35610]: debug 2024-04-19T22:32:21.217+0000 7f5c71da4700 -1 osd.1 59 *** Got signal Terminated *** 2024-04-19T22:32:21.402 INFO:journalctl@ceph.osd.1.smithi110.stdout:Apr 19 22:32:21 smithi110 bash[35610]: debug 2024-04-19T22:32:21.217+0000 7f5c71da4700 -1 osd.1 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T22:32:27.507 INFO:journalctl@ceph.osd.1.smithi110.stdout:Apr 19 22:32:27 smithi110 bash[47162]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-1 2024-04-19T22:32:27.508 INFO:journalctl@ceph.osd.1.smithi110.stdout:Apr 19 22:32:27 smithi110 bash[47434]: Error response from daemon: No such container: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-1 2024-04-19T22:32:28.997 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.1.service' 2024-04-19T22:32:29.033 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:29.033 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-19T22:32:29.034 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-19T22:32:29.034 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.2 2024-04-19T22:32:29.408 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:32:29 smithi133 systemd[1]: Stopping Ceph osd.2 for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:29.408 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:32:29 smithi133 bash[27484]: debug 2024-04-19T22:32:29.189+0000 7f97d6118700 -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-04-19T22:32:29.409 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:32:29 smithi133 bash[27484]: debug 2024-04-19T22:32:29.189+0000 7f97d6118700 -1 osd.2 59 *** Got signal Terminated *** 2024-04-19T22:32:29.409 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:32:29 smithi133 bash[27484]: debug 2024-04-19T22:32:29.189+0000 7f97d6118700 -1 osd.2 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T22:32:35.382 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:32:35 smithi133 bash[36947]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-2 2024-04-19T22:32:35.733 INFO:journalctl@ceph.osd.2.smithi133.stdout:Apr 19 22:32:35 smithi133 bash[37023]: Error response from daemon: No such container: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-2 2024-04-19T22:32:37.644 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.2.service' 2024-04-19T22:32:37.672 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:37.673 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-19T22:32:37.673 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-19T22:32:37.673 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.3 2024-04-19T22:32:37.908 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:37 smithi133 systemd[1]: Stopping Ceph osd.3 for cb35fed0-fe9a-11ee-bc92-c7b262605968... 2024-04-19T22:32:38.408 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:37 smithi133 bash[31394]: debug 2024-04-19T22:32:37.925+0000 7f1fabee1700 -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-04-19T22:32:38.409 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:37 smithi133 bash[31394]: debug 2024-04-19T22:32:37.925+0000 7f1fabee1700 -1 osd.3 59 *** Got signal Terminated *** 2024-04-19T22:32:38.409 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:37 smithi133 bash[31394]: debug 2024-04-19T22:32:37.925+0000 7f1fabee1700 -1 osd.3 59 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T22:32:41.908 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:41 smithi133 bash[31394]: debug 2024-04-19T22:32:41.445+0000 7f1fa84d5700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-04-19T22:32:17.068940+0000 front 2024-04-19T22:32:17.069040+0000 (oldest deadline 2024-04-19T22:32:40.568769+0000) 2024-04-19T22:32:42.908 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:42 smithi133 bash[31394]: debug 2024-04-19T22:32:42.473+0000 7f1fa84d5700 -1 osd.3 59 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2024-04-19T22:32:17.068940+0000 front 2024-04-19T22:32:17.069040+0000 (oldest deadline 2024-04-19T22:32:40.568769+0000) 2024-04-19T22:32:43.985 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:43 smithi133 bash[37234]: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-3 2024-04-19T22:32:44.408 INFO:journalctl@ceph.osd.3.smithi133.stdout:Apr 19 22:32:44 smithi133 bash[37487]: Error response from daemon: No such container: ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968-osd-3 2024-04-19T22:32:45.577 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.3.service' 2024-04-19T22:32:45.608 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:45.609 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-19T22:32:45.609 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-19T22:32:45.609 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.4 2024-04-19T22:32:45.633 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.4.service' 2024-04-19T22:32:45.700 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:45.700 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-19T22:32:45.700 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-19T22:32:45.701 DEBUG:teuthology.orchestra.run.smithi164:> sudo systemctl stop ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.5 2024-04-19T22:32:45.772 DEBUG:teuthology.orchestra.run.smithi164:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cb35fed0-fe9a-11ee-bc92-c7b262605968@osd.5.service' 2024-04-19T22:32:45.856 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T22:32:45.856 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-19T22:32:45.857 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T22:32:46.023 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:32:48.706 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T22:32:48.872 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:32:51.563 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T22:32:51.724 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:32:53.212 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:32:53.226 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:32:53.240 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T22:32:53.253 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-19T22:32:53.254 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi110/crash 2024-04-19T22:32:53.255 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash -- . 2024-04-19T22:32:53.281 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T22:32:53.281 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-04-19T22:32:53.283 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi133/crash 2024-04-19T22:32:53.284 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash -- . 2024-04-19T22:32:53.296 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T22:32:53.296 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-04-19T22:32:53.298 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi164/crash 2024-04-19T22:32:53.299 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash -- . 2024-04-19T22:32:53.310 INFO:teuthology.orchestra.run.smithi164.stderr:tar: /var/lib/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T22:32:53.310 INFO:teuthology.orchestra.run.smithi164.stderr:tar: Error is not recoverable: exiting now 2024-04-19T22:32:53.311 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-19T22:32:53.311 DEBUG:teuthology.orchestra.run.smithi110:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-19T22:32:53.339 INFO:tasks.cephadm:Compressing logs... 2024-04-19T22:32:53.340 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-19T22:32:53.382 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-19T22:32:53.384 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-04-19T22:32:53.391 INFO:teuthology.orchestra.run.smithi110.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T22:32:53.394 INFO:teuthology.orchestra.run.smithi133.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T22:32:53.395 INFO:teuthology.orchestra.run.smithi164.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T22:32:53.402 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T22:32:53.402 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.2.log 2024-04-19T22:32:53.406 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.0.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.a.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.1.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr: 80.4% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T22:32:53.407 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log: /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mgr.a.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.3.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log: 79.1% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.3.log: /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mgr.b.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr: 86.4% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr: 86.2%gzip -- replaced with /var/log/ceph/cephadm.log.gz -5 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr: --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.b.log 2024-04-19T22:32:53.408 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mgr.b.log: /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log: /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.b.log: 90.4% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T22:32:53.409 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log: /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mgr.a.log: 86.6% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T22:32:53.409 INFO:teuthology.orchestra.run.smithi110.stderr: 90.3% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T22:32:53.410 INFO:teuthology.orchestra.run.smithi110.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T22:32:53.412 INFO:teuthology.orchestra.run.smithi133.stderr: 91.8% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mgr.b.log.gz 2024-04-19T22:32:53.425 INFO:teuthology.orchestra.run.smithi133.stderr: 91.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T22:32:53.427 INFO:teuthology.orchestra.run.smithi110.stderr: 91.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T22:32:53.463 INFO:teuthology.orchestra.run.smithi110.stderr: 93.3% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.1.log.gz 2024-04-19T22:32:53.464 INFO:teuthology.orchestra.run.smithi110.stderr: 93.1% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.0.log.gz 2024-04-19T22:32:53.475 INFO:teuthology.orchestra.run.smithi133.stderr: 92.9% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.3.log.gz 2024-04-19T22:32:53.481 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T22:32:53.481 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T22:32:53.481 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.5.log 2024-04-19T22:32:53.482 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log: 79.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T22:32:53.482 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log 2024-04-19T22:32:53.483 INFO:teuthology.orchestra.run.smithi164.stderr:gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T22:32:53.483 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.5.log: /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.c.log 2024-04-19T22:32:53.483 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T22:32:53.484 INFO:teuthology.orchestra.run.smithi164.stderr: 86.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T22:32:53.484 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.4.log 2024-04-19T22:32:53.485 INFO:teuthology.orchestra.run.smithi164.stderr:/var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log: /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.4.log: 85.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T22:32:53.486 INFO:teuthology.orchestra.run.smithi164.stderr: 90.5% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T22:32:53.490 INFO:teuthology.orchestra.run.smithi133.stderr: 93.3% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.2.log.gz 2024-04-19T22:32:53.515 INFO:teuthology.orchestra.run.smithi164.stderr: 91.8% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T22:32:53.527 INFO:teuthology.orchestra.run.smithi164.stderr: 92.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.5.log.gz 2024-04-19T22:32:53.528 INFO:teuthology.orchestra.run.smithi133.stderr: 92.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.b.log.gz 2024-04-19T22:32:53.530 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-04-19T22:32:53.530 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.144s 2024-04-19T22:32:53.530 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.313s 2024-04-19T22:32:53.530 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.029s 2024-04-19T22:32:53.531 INFO:teuthology.orchestra.run.smithi164.stderr: 92.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-osd.4.log.gz 2024-04-19T22:32:53.537 INFO:teuthology.orchestra.run.smithi110.stderr: 87.7% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mgr.a.log.gz 2024-04-19T22:32:53.592 INFO:teuthology.orchestra.run.smithi164.stderr: 93.1% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.c.log.gz 2024-04-19T22:32:53.593 INFO:teuthology.orchestra.run.smithi164.stderr: 2024-04-19T22:32:53.593 INFO:teuthology.orchestra.run.smithi164.stderr:real 0m0.205s 2024-04-19T22:32:53.593 INFO:teuthology.orchestra.run.smithi164.stderr:user 0m0.235s 2024-04-19T22:32:53.593 INFO:teuthology.orchestra.run.smithi164.stderr:sys 0m0.026s 2024-04-19T22:32:53.772 INFO:teuthology.orchestra.run.smithi110.stderr: 91.3% -- replaced with /var/log/ceph/cb35fed0-fe9a-11ee-bc92-c7b262605968/ceph-mon.a.log.gz 2024-04-19T22:32:53.774 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-19T22:32:53.774 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m0.390s 2024-04-19T22:32:53.774 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m0.648s 2024-04-19T22:32:53.774 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.027s 2024-04-19T22:32:53.774 INFO:tasks.cephadm:Archiving logs... 2024-04-19T22:32:53.775 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi110/log 2024-04-19T22:32:53.776 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T22:32:53.940 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi133/log 2024-04-19T22:32:53.941 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T22:32:54.006 DEBUG:teuthology.misc:Transferring archived files from smithi164:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi164/log 2024-04-19T22:32:54.007 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T22:32:54.051 INFO:tasks.cephadm:Removing cluster... 2024-04-19T22:32:54.052 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 --force 2024-04-19T22:32:54.216 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:32:55.546 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 --force 2024-04-19T22:32:55.716 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:32:57.042 DEBUG:teuthology.orchestra.run.smithi164:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cb35fed0-fe9a-11ee-bc92-c7b262605968 --force 2024-04-19T22:32:57.210 INFO:teuthology.orchestra.run.smithi164.stdout:Deleting cluster with fsid: cb35fed0-fe9a-11ee-bc92-c7b262605968 2024-04-19T22:32:58.536 INFO:tasks.cephadm:Removing cephadm ... 2024-04-19T22:32:58.537 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T22:32:58.544 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T22:32:58.551 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T22:32:58.556 INFO:tasks.cephadm:Teardown complete 2024-04-19T22:32:58.557 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-19T22:32:58.566 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-04-19T22:32:58.566 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T22:32:58.586 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T22:32:58.593 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-04-19T22:32:58.683 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-19T22:32:58.692 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-19T22:32:58.693 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T22:32:58.696 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T22:32:58.698 DEBUG:teuthology.orchestra.run.smithi164:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T22:32:58.708 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T22:32:58.708 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2024-04-19T22:32:58.708 INFO:teuthology.orchestra.run.smithi110.stdout:*hv01.front.sepi 44.4.53.2 2 u 59 64 377 0.074 -3.906 0.983 2024-04-19T22:32:58.708 INFO:teuthology.orchestra.run.smithi110.stdout:+hv02.front.sepi 63.231.80.2 3 u 63 64 377 0.065 -0.872 0.865 2024-04-19T22:32:58.708 INFO:teuthology.orchestra.run.smithi110.stdout:+hv03.front.sepi 74.6.168.72 3 u 1 64 377 0.102 -3.451 0.741 2024-04-19T22:32:58.708 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-19T22:32:58.710 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T22:32:58.710 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-04-19T22:32:58.710 INFO:teuthology.orchestra.run.smithi133.stdout:*hv01.front.sepi 44.4.53.2 2 u 54 64 377 0.057 -5.965 0.917 2024-04-19T22:32:58.710 INFO:teuthology.orchestra.run.smithi133.stdout:+hv02.front.sepi 63.231.80.2 3 u 55 64 377 0.076 -3.901 0.872 2024-04-19T22:32:58.710 INFO:teuthology.orchestra.run.smithi133.stdout:+hv03.front.sepi 74.6.168.72 3 u 61 64 377 0.120 -5.893 1.155 2024-04-19T22:32:58.710 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-19T22:32:58.711 INFO:teuthology.orchestra.run.smithi164.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T22:32:58.712 INFO:teuthology.orchestra.run.smithi164.stdout:============================================================================== 2024-04-19T22:32:58.712 INFO:teuthology.orchestra.run.smithi164.stdout:*hv01.front.sepi 44.4.53.2 2 u 62 64 377 0.079 -4.248 1.064 2024-04-19T22:32:58.712 INFO:teuthology.orchestra.run.smithi164.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 64 377 0.083 -2.263 0.770 2024-04-19T22:32:58.712 INFO:teuthology.orchestra.run.smithi164.stdout:+hv03.front.sepi 74.6.168.72 3 u 53 64 377 0.100 -3.654 0.953 2024-04-19T22:32:58.712 INFO:teuthology.orchestra.run.smithi164.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-19T22:32:58.713 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T22:32:58.722 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T22:32:58.723 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T22:32:58.732 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T22:32:58.743 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T22:32:58.752 INFO:teuthology.task.internal:Duration was 1420.694412 seconds 2024-04-19T22:32:58.752 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T22:32:58.761 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T22:32:58.761 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T22:32:58.764 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T22:32:58.766 DEBUG:teuthology.orchestra.run.smithi164:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T22:32:58.803 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T22:32:58.804 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-04-19T22:32:58.804 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-19T22:32:58.850 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-04-19T22:32:58.850 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-19T22:32:58.860 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi164.front.sepia.ceph.com 2024-04-19T22:32:58.860 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-04-19T22:32:58.870 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T22:32:58.870 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T22:32:58.894 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T22:32:58.905 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T22:32:58.944 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T22:32:58.944 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T22:32:58.974 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T22:32:58.981 DEBUG:teuthology.orchestra.run.smithi164:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T22:32:59.067 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T22:32:59.077 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T22:32:59.077 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T22:32:59.089 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T22:32:59.101 DEBUG:teuthology.orchestra.run.smithi164:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T22:32:59.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T22:32:59.124 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-19T22:32:59.134 DEBUG:teuthology.orchestra.run.smithi133:> 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-04-19T22:32:59.143 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-04-19T22:32:59.144 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-04-19T22:32:59.154 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-04-19T22:32:59.164 INFO:teuthology.orchestra.run.smithi164.stdout:kernel.core_pattern = core 2024-04-19T22:32:59.267 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T22:32:59.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T22:32:59.272 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T22:32:59.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T22:32:59.278 DEBUG:teuthology.orchestra.run.smithi164:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T22:32:59.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T22:32:59.317 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T22:32:59.327 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T22:32:59.328 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi110 2024-04-19T22:32:59.328 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T22:32:59.355 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi133 2024-04-19T22:32:59.355 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T22:32:59.379 DEBUG:teuthology.misc:Transferring archived files from smithi164:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663864/remote/smithi164 2024-04-19T22:32:59.379 DEBUG:teuthology.orchestra.run.smithi164:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T22:32:59.402 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T22:32:59.402 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T22:32:59.405 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T22:32:59.417 DEBUG:teuthology.orchestra.run.smithi164:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T22:32:59.444 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T22:32:59.454 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T22:32:59.454 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T22:32:59.464 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T22:32:59.464 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T22:32:59.466 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T22:32:59.469 DEBUG:teuthology.orchestra.run.smithi164:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T22:32:59.471 INFO:teuthology.orchestra.run.smithi110.stdout: 658627 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 22:32 /home/ubuntu/cephtest 2024-04-19T22:32:59.472 INFO:teuthology.orchestra.run.smithi133.stdout: 658636 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 22:32 /home/ubuntu/cephtest 2024-04-19T22:32:59.492 INFO:teuthology.orchestra.run.smithi164.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 22:32 /home/ubuntu/cephtest 2024-04-19T22:32:59.494 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T22:32:59.504 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T22:32:59.528 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_host_drain} duration: 1420.6944117546082 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-04-19T22:32:59.528 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T22:32:59.599 INFO:teuthology.run:pass