2024-04-24T17:01:01.266 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T17:01:01.267 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} --archive /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837 --owner scheduled_adking@teuthology --verbose --name adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/orig.config.yaml 2024-04-24T17:01:01.297 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:01:01.389 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837 branch: wip-adk-testing-2024-04-24-0937 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7671837' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-04-24-0937 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: 5904d29475f5be602879d9fb26280e89b808d5cc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5904d29475f5be602879d9fb26280e89b808d5cc workunit: branch: wip-adk-testing-2024-04-24-0937 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 2532 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-24-0937 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5904d29475f5be602879d9fb26280e89b808d5cc targets: smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCKKo41PJcN2bMbBSDrNIYFRrvzRQj353RbwB/uHA0RhsrWIUHjq2aLyBv2rH70Lwfa+FVY9N/dAXPERC1R9T44= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEVyAqNYvvijPJbZGRxuC4VPwtWYZFIoVCmbPJgPYnN8E+Ox4lvCnWQxZwDvIPB8KakYWfLANj+C7EV97iIxNSo= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIs7ibJjQ8M3TKgQxenJkMBKfNKZWvcAa/z72+oCYlJdocYM84cRUSvbQqMfg90X6NR3XCluH9yoOssx+VqVR3E= 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-24_15:49:18 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-24T17:01:01.390 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa; will attempt to use it 2024-04-24T17:01:01.393 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks 2024-04-24T17:01:01.393 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T17:01:01.395 INFO:teuthology.task.internal:Checking packages... 2024-04-24T17:01:01.419 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5904d29475f5be602879d9fb26280e89b808d5cc' 2024-04-24T17:01:01.419 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T17:01:01.419 INFO:teuthology.packaging:ref: None 2024-04-24T17:01:01.419 INFO:teuthology.packaging:tag: None 2024-04-24T17:01:01.419 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-24-0937 2024-04-24T17:01:01.419 INFO:teuthology.packaging:sha1: 5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:01:01.419 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-04-24-0937 2024-04-24T17:01:01.567 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:01:01.568 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T17:01:01.583 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T17:01:01.583 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T17:01:01.636 INFO:teuthology.task.internal:Saving configuration 2024-04-24T17:01:01.651 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T17:01:01.664 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:01:01.686 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837', '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-24 16:54:58.752413', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID/Fb7JWKKQ94UyZ/HYABybpoYB4RQqT+lc3raYaIUQF'} 2024-04-24T17:01:01.706 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837', '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-24 16:54:58.753926', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8cgtGBz23sEcxb9QzvONA1oIqunWyBFSXZq+nqyOcf'} 2024-04-24T17:01:01.727 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837', '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-24 16:54:58.755470', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPE82FDd5mbHkw72ykXDoLL2Do1bt8jQkKHUQgsStjO4'} 2024-04-24T17:01:01.727 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T17:01:01.733 INFO:teuthology.task.internal:roles: ubuntu@smithi047.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-24T17:01:01.733 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-24T17:01:01.733 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-24T17:01:01.733 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T17:01:01.854 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa3944dbf70>, signals=[15]) 2024-04-24T17:01:01.854 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T17:01:01.861 INFO:teuthology.task.internal:Opening connections... 2024-04-24T17:01:01.862 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-04-24T17:01:01.864 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:01:01.995 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2024-04-24T17:01:01.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:01:02.080 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2024-04-24T17:01:02.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:01:02.159 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T17:01:02.166 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-04-24T17:01:02.171 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-04-24T17:01:02.172 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="Ubuntu" 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="22.04" 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_CODENAME=jammy 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:ID=ubuntu 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE=debian 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:01:02.218 INFO:teuthology.orchestra.run.smithi047.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:01:02.219 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:01:02.219 INFO:teuthology.orchestra.run.smithi047.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:01:02.219 INFO:teuthology.orchestra.run.smithi047.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:01:02.219 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-04-24T17:01:02.239 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2024-04-24T17:01:02.244 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2024-04-24T17:01:02.244 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2024-04-24T17:01:02.292 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:01:02.292 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Ubuntu" 2024-04-24T17:01:02.292 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="22.04" 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_CODENAME=jammy 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:ID=ubuntu 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE=debian 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:01:02.293 INFO:teuthology.orchestra.run.smithi163.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:01:02.293 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2024-04-24T17:01:02.322 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2024-04-24T17:01:02.328 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2024-04-24T17:01:02.328 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2024-04-24T17:01:02.377 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:01:02.377 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2024-04-24T17:01:02.377 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="22.04" 2024-04-24T17:01:02.377 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:01:02.377 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=jammy 2024-04-24T17:01:02.377 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2024-04-24T17:01:02.377 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2024-04-24T17:01:02.378 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:01:02.378 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:01:02.378 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:01:02.378 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:01:02.378 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:01:02.378 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2024-04-24T17:01:02.397 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T17:01:02.405 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T17:01:02.422 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T17:01:02.423 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:01:02.425 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:01:02.428 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:01:02.433 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T17:01:02.447 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T17:01:02.447 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:01:02.471 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:01:02.474 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:01:02.600 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T17:01:02.674 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T17:01:02.688 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T17:01:02.688 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-24T17:01:02.689 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:01:02.689 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:01:02.689 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:01:02.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:01:02.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:01:02.696 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:01:02.696 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-04-24T17:01:02.697 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-04-24T17:01:02.697 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-04-24T17:01:02.741 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-56-generic 2024-04-24T17:01:02.741 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.15.0-56-generic 2024-04-24T17:01:02.741 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-04-24T17:01:02.743 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-56-generic 2024-04-24T17:01:02.743 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.15.0-56-generic 2024-04-24T17:01:02.743 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-04-24T17:01:02.744 INFO:teuthology.orchestra.run.smithi163.stdout:5.15.0-56-generic 2024-04-24T17:01:02.744 INFO:teuthology.task.kernel:Running kernel on smithi163: 5.15.0-56-generic 2024-04-24T17:01:02.744 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get clean 2024-04-24T17:01:02.869 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-04-24T17:01:02.881 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-04-24T17:01:02.884 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get update 2024-04-24T17:01:03.009 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:01:03.021 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:01:03.023 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:01:03.028 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:01:03.028 INFO:teuthology.orchestra.run.smithi163.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:01:03.028 INFO:teuthology.orchestra.run.smithi163.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:01:03.054 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:01:03.113 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:01:03.126 INFO:teuthology.orchestra.run.smithi163.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:01:03.144 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:01:03.250 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:01:03.264 INFO:teuthology.orchestra.run.smithi163.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:01:03.297 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:01:03.344 INFO:teuthology.orchestra.run.smithi163.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:01:03.421 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:01:03.424 INFO:teuthology.orchestra.run.smithi163.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:01:03.537 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:01:03.554 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:01:03.563 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:01:03.580 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:01:03.581 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:01:03.592 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:01:03.607 INFO:teuthology.orchestra.run.smithi163.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:01:03.622 INFO:teuthology.orchestra.run.smithi163.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:01:03.627 INFO:teuthology.orchestra.run.smithi163.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:01:03.631 INFO:teuthology.orchestra.run.smithi163.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:01:03.650 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:01:03.701 INFO:teuthology.orchestra.run.smithi163.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:01:03.736 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:01:03.737 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:01:03.737 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:01:03.738 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:01:03.741 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:01:03.748 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:01:03.749 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:01:03.768 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:01:03.771 INFO:teuthology.orchestra.run.smithi163.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:01:03.774 INFO:teuthology.orchestra.run.smithi163.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:01:03.777 INFO:teuthology.orchestra.run.smithi163.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:01:03.798 INFO:teuthology.orchestra.run.smithi163.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:01:03.798 INFO:teuthology.orchestra.run.smithi163.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:01:03.799 INFO:teuthology.orchestra.run.smithi163.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:01:03.799 INFO:teuthology.orchestra.run.smithi163.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:01:03.806 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:01:03.809 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:01:03.809 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:01:03.809 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:01:03.810 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:01:03.834 INFO:teuthology.orchestra.run.smithi163.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:01:03.840 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:01:03.840 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:01:03.841 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:01:03.843 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:01:03.856 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:01:03.856 INFO:teuthology.orchestra.run.smithi163.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:01:03.860 INFO:teuthology.orchestra.run.smithi163.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:01:03.861 INFO:teuthology.orchestra.run.smithi163.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:01:03.862 INFO:teuthology.orchestra.run.smithi163.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:01:03.862 INFO:teuthology.orchestra.run.smithi163.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:01:03.863 INFO:teuthology.orchestra.run.smithi163.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:01:03.875 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:01:03.881 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:01:03.887 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:01:03.888 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:01:03.888 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:01:03.888 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:01:03.889 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:01:03.889 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:01:03.904 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:01:03.915 INFO:teuthology.orchestra.run.smithi163.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:01:03.922 INFO:teuthology.orchestra.run.smithi163.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:01:03.922 INFO:teuthology.orchestra.run.smithi163.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:01:03.924 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:01:03.946 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:01:03.953 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:01:03.954 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:01:03.954 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:01:03.956 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:01:03.956 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:01:03.957 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:01:03.958 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:01:03.961 INFO:teuthology.orchestra.run.smithi163.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:01:03.976 INFO:teuthology.orchestra.run.smithi163.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:01:03.981 INFO:teuthology.orchestra.run.smithi163.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:01:03.981 INFO:teuthology.orchestra.run.smithi163.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:01:03.983 INFO:teuthology.orchestra.run.smithi163.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:01:03.983 INFO:teuthology.orchestra.run.smithi163.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:01:03.984 INFO:teuthology.orchestra.run.smithi163.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:01:03.988 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:01:03.989 INFO:teuthology.orchestra.run.smithi163.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:01:03.989 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:01:03.989 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:01:03.990 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:01:03.991 INFO:teuthology.orchestra.run.smithi163.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:01:04.007 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:01:04.008 INFO:teuthology.orchestra.run.smithi163.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:01:04.009 INFO:teuthology.orchestra.run.smithi163.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:01:04.009 INFO:teuthology.orchestra.run.smithi163.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:01:04.010 INFO:teuthology.orchestra.run.smithi163.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:01:04.011 INFO:teuthology.orchestra.run.smithi163.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:01:04.013 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:01:04.013 INFO:teuthology.orchestra.run.smithi163.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:01:04.013 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:01:04.073 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:01:04.078 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:01:04.078 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:01:04.079 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:01:04.087 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:01:04.100 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:01:04.107 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:01:04.108 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:01:04.110 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:01:04.123 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:01:04.128 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:01:04.128 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:01:04.149 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:01:04.158 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:01:04.160 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:01:04.162 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:01:04.163 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:01:04.163 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:01:04.164 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:01:04.171 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:01:04.171 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:01:04.186 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:01:04.196 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:01:04.198 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:01:04.198 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:01:04.199 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:01:04.200 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:01:04.200 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:01:04.215 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:01:09.195 INFO:teuthology.orchestra.run.smithi163.stdout:Fetched 13.3 MB in 2s (6,479 kB/s) 2024-04-24T17:01:09.496 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 13.3 MB in 2s (6,403 kB/s) 2024-04-24T17:01:09.540 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 13.3 MB in 2s (6,374 kB/s) 2024-04-24T17:01:10.532 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2024-04-24T17:01:10.549 DEBUG:teuthology.orchestra.run.smithi163:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:01:10.600 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2024-04-24T17:01:10.777 INFO:teuthology.orchestra.run.smithi163.stdout:Building dependency tree... 2024-04-24T17:01:10.778 INFO:teuthology.orchestra.run.smithi163.stdout:Reading state information... 2024-04-24T17:01:10.812 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-04-24T17:01:10.829 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:01:10.879 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-24T17:01:10.891 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-04-24T17:01:10.897 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:01:10.934 INFO:teuthology.orchestra.run.smithi163.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:01:10.934 INFO:teuthology.orchestra.run.smithi163.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:01:10.934 INFO:teuthology.orchestra.run.smithi163.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:01:10.934 INFO:teuthology.orchestra.run.smithi163.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:01:10.935 INFO:teuthology.orchestra.run.smithi163.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:01:10.935 INFO:teuthology.orchestra.run.smithi163.stdout: python2.7-minimal 2024-04-24T17:01:10.935 INFO:teuthology.orchestra.run.smithi163.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:01:10.936 INFO:teuthology.orchestra.run.smithi163.stdout:The following additional packages will be installed: 2024-04-24T17:01:10.936 INFO:teuthology.orchestra.run.smithi163.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:01:10.936 INFO:teuthology.orchestra.run.smithi163.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:01:10.936 INFO:teuthology.orchestra.run.smithi163.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:01:10.937 INFO:teuthology.orchestra.run.smithi163.stdout:Suggested packages: 2024-04-24T17:01:10.937 INFO:teuthology.orchestra.run.smithi163.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:01:10.937 INFO:teuthology.orchestra.run.smithi163.stdout:Recommended packages: 2024-04-24T17:01:10.937 INFO:teuthology.orchestra.run.smithi163.stdout: thermald 2024-04-24T17:01:10.949 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-24T17:01:10.981 INFO:teuthology.orchestra.run.smithi163.stdout:The following NEW packages will be installed: 2024-04-24T17:01:10.982 INFO:teuthology.orchestra.run.smithi163.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:01:10.982 INFO:teuthology.orchestra.run.smithi163.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:01:10.982 INFO:teuthology.orchestra.run.smithi163.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:01:10.983 INFO:teuthology.orchestra.run.smithi163.stdout:The following packages will be upgraded: 2024-04-24T17:01:10.983 INFO:teuthology.orchestra.run.smithi163.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:01:11.090 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-04-24T17:01:11.090 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-04-24T17:01:11.132 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-04-24T17:01:11.132 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-04-24T17:01:11.190 INFO:teuthology.orchestra.run.smithi163.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:01:11.190 INFO:teuthology.orchestra.run.smithi163.stdout:Need to get 113 MB of archives. 2024-04-24T17:01:11.190 INFO:teuthology.orchestra.run.smithi163.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:01:11.190 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:11.266 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:01:11.266 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:01:11.266 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:01:11.267 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:01:11.267 INFO:teuthology.orchestra.run.smithi194.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:01:11.267 INFO:teuthology.orchestra.run.smithi194.stdout: python2.7-minimal 2024-04-24T17:01:11.267 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:01:11.268 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-04-24T17:01:11.268 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:01:11.268 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:01:11.269 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:01:11.270 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-04-24T17:01:11.270 INFO:teuthology.orchestra.run.smithi194.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:01:11.270 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-04-24T17:01:11.270 INFO:teuthology.orchestra.run.smithi194.stdout: thermald 2024-04-24T17:01:11.293 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:01:11.293 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:01:11.293 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:01:11.293 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:01:11.294 INFO:teuthology.orchestra.run.smithi047.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:01:11.294 INFO:teuthology.orchestra.run.smithi047.stdout: python2.7-minimal 2024-04-24T17:01:11.294 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:01:11.295 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-04-24T17:01:11.295 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:01:11.295 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:01:11.295 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:01:11.296 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-04-24T17:01:11.296 INFO:teuthology.orchestra.run.smithi047.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:01:11.296 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-04-24T17:01:11.296 INFO:teuthology.orchestra.run.smithi047.stdout: thermald 2024-04-24T17:01:11.331 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-04-24T17:01:11.331 INFO:teuthology.orchestra.run.smithi194.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:01:11.332 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:01:11.332 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:01:11.333 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages will be upgraded: 2024-04-24T17:01:11.333 INFO:teuthology.orchestra.run.smithi194.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:01:11.348 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-04-24T17:01:11.348 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:01:11.348 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:01:11.348 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:01:11.349 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages will be upgraded: 2024-04-24T17:01:11.350 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:01:11.394 INFO:teuthology.orchestra.run.smithi194.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:01:11.394 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 113 MB of archives. 2024-04-24T17:01:11.394 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:01:11.394 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:11.530 INFO:teuthology.orchestra.run.smithi047.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:01:11.530 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 113 MB of archives. 2024-04-24T17:01:11.530 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:01:11.530 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:11.930 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:12.083 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:12.991 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:13.390 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:13.390 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:13.390 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:13.661 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:13.672 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:13.746 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:13.921 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:14.141 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 113 MB in 2s (47.1 MB/s) 2024-04-24T17:01:14.327 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:01:14.355 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:16.237 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:16.241 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:16.373 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:18.260 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:18.261 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:18.344 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:18.474 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:01:18.495 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:18.581 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:19.027 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:01:19.047 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:19.081 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:19.085 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:19.205 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:19.229 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:19.230 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:19.230 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:19.581 INFO:teuthology.orchestra.run.smithi163.stdout:Fetched 113 MB in 8s (13.8 MB/s) 2024-04-24T17:01:19.793 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:01:19.887 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:19.987 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:20.396 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 113 MB in 9s (13.1 MB/s) 2024-04-24T17:01:20.592 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:01:21.910 INFO:teuthology.orchestra.run.smithi163.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-24T17:01:21.914 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:21.992 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:22.524 INFO:teuthology.orchestra.run.smithi047.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-24T17:01:22.528 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:22.614 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:24.171 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:01:24.183 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:24.264 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:24.640 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:01:24.663 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:24.741 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:01:24.762 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:24.799 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:24.866 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:25.535 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:01:25.556 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:25.593 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:25.634 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:25.734 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:26.060 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:26.163 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:26.482 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:01:26.505 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:01:26.549 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:01:31.852 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:31.878 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:31.977 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:31.996 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:32.289 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:32.314 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:01:32.333 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:32.335 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:32.373 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:32.425 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:32.456 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:32.728 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:01:32.751 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:01:32.751 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:01:32.763 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:01:32.795 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:01:32.801 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:01:34.867 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:34.973 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:35.272 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:01:35.394 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:35.520 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:01:35.623 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:36.924 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:01:36.924 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:01:36.924 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:01:36.924 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:01:37.083 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:39.069 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:39.267 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:01:39.305 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:39.351 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:39.378 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:01:39.414 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:01:39.453 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:40.711 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:01:40.820 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:01:40.930 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:40.985 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:01:40.986 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:01:41.987 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:42.110 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:42.284 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:01:42.408 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:01:42.426 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:01:42.531 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:42.649 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:01:42.766 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:01:42.777 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:42.887 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:42.988 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:01:43.091 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:44.104 INFO:teuthology.orchestra.run.smithi163.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:01:44.104 INFO:teuthology.orchestra.run.smithi163.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:01:44.105 INFO:teuthology.orchestra.run.smithi163.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:01:44.105 INFO:teuthology.orchestra.run.smithi163.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:01:44.262 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:44.673 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:01:44.673 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:01:44.673 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:01:44.673 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:01:45.285 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:46.006 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:46.746 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:47.381 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:01:47.499 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:01:47.625 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:47.695 INFO:teuthology.orchestra.run.smithi163.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:01:47.696 INFO:teuthology.orchestra.run.smithi163.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:01:48.171 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:01:48.272 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:01:48.373 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:01:48.430 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:01:48.430 INFO:teuthology.orchestra.run.smithi047.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:01:55.352 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:01:55.352 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:01:55.367 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:01:55.387 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2024-04-24T17:01:55.654 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:01:55.673 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:01:55.990 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:01:55.996 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:01:56.067 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:01:56.074 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:01:56.226 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:01:56.226 INFO:teuthology.orchestra.run.smithi194.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:01:56.227 INFO:teuthology.orchestra.run.smithi194.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:01:56.261 INFO:teuthology.orchestra.run.smithi194.stdout:done 2024-04-24T17:01:56.727 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.105.102 2024-04-24T17:01:56.748 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:56.749 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:56.749 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-04-24T17:01:56.749 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-04-24T17:01:56.749 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:01:56.749 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-04-24T17:01:56.749 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:01:56.749 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:01:56.749 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:01:56.749 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-24T17:01:56.750 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:01:56.750 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2024-04-24T17:01:56.959 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-04-24T17:01:57.139 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:01:57.163 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:01:57.199 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:01:57.618 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:01:58.712 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-04-24T17:01:58.730 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:01:58.790 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-04-24T17:01:58.978 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-04-24T17:01:58.979 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-04-24T17:01:59.133 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:01:59.133 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:01:59.133 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:01:59.133 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:01:59.133 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:01:59.134 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:01:59.134 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:01:59.134 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:01:59.173 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:01:59.174 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic 2024-04-24T17:01:59.189 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 21 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.105.102 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.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-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2024-04-24T17:01:59.190 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:01:59.191 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2024-04-24T17:01:59.191 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2024-04-24T17:01:59.236 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.f8CEKCg12b 2024-04-24T17:01:59.236 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.f8CEKCg12b 2024-04-24T17:01:59.292 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.f8CEKCg12b 2024-04-24T17:01:59.421 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.f8CEKCg12b is 10KB 2024-04-24T17:01:59.434 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.f8CEKCg12b 2024-04-24T17:01:59.440 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:01:59.495 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:01:59.495 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:01:59.495 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:01:59.563 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:01:59.564 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2024-04-24T17:02:00.699 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:02:00.700 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:02:00.702 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2024-04-24T17:02:00.873 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:02:00.878 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:02:01.093 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:02:01.097 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:02:01.133 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:02:01.138 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:02:01.248 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:02:01.248 INFO:teuthology.orchestra.run.smithi194.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:02:01.248 INFO:teuthology.orchestra.run.smithi194.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:02:01.268 INFO:teuthology.orchestra.run.smithi194.stderr:done 2024-04-24T17:02:01.277 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2024-04-24T17:02:02.110 INFO:teuthology.orchestra.run.smithi163.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:02:02.110 INFO:teuthology.orchestra.run.smithi163.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:02:02.137 INFO:teuthology.orchestra.run.smithi163.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:02:02.147 INFO:teuthology.orchestra.run.smithi163.stdout:Generating grub configuration file ... 2024-04-24T17:02:02.421 INFO:teuthology.orchestra.run.smithi163.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:02:02.440 INFO:teuthology.orchestra.run.smithi163.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:02:02.741 INFO:teuthology.orchestra.run.smithi163.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:02:02.747 INFO:teuthology.orchestra.run.smithi163.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:02:02.823 INFO:teuthology.orchestra.run.smithi163.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:02:02.828 INFO:teuthology.orchestra.run.smithi163.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:02:02.987 INFO:teuthology.orchestra.run.smithi163.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:02:02.988 INFO:teuthology.orchestra.run.smithi163.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:02:02.988 INFO:teuthology.orchestra.run.smithi163.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:02:03.025 INFO:teuthology.orchestra.run.smithi163.stdout:done 2024-04-24T17:02:03.065 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:02:03.065 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:02:03.075 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:02:03.095 INFO:teuthology.orchestra.run.smithi047.stdout:Generating grub configuration file ... 2024-04-24T17:02:03.351 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:02:03.369 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:02:03.466 DEBUG:teuthology.orchestra.run.smithi163:> dpkg -s linux-image-generic 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Package: linux-image-generic 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Status: install ok installed 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Priority: optional 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Section: kernel 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Installed-Size: 21 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: amd64 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Source: linux-meta 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Version: 5.15.0.105.102 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.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-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.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-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Recommends: thermald 2024-04-24T17:02:03.487 INFO:teuthology.orchestra.run.smithi163.stdout:Description: Generic Linux kernel image 2024-04-24T17:02:03.488 INFO:teuthology.orchestra.run.smithi163.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:02:03.488 INFO:teuthology.orchestra.run.smithi163.stdout: available. 2024-04-24T17:02:03.488 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:02:03.488 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:02:03.488 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:02:03.488 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-24T17:02:03.488 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi163.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:02:03.488 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get clean 2024-04-24T17:02:03.651 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:02:03.657 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get update 2024-04-24T17:02:03.657 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:02:03.728 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:02:03.733 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:02:03.835 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:02:03.859 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:02:03.873 INFO:teuthology.orchestra.run.smithi047.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:02:03.873 INFO:teuthology.orchestra.run.smithi047.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:02:03.874 INFO:teuthology.orchestra.run.smithi047.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:02:03.901 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:02:03.917 INFO:teuthology.orchestra.run.smithi047.stdout:done 2024-04-24T17:02:04.340 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:02:04.376 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-04-24T17:02:04.502 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.105.102 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.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-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.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-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:02:04.503 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-04-24T17:02:04.504 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:02:04.504 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:02:04.504 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:02:04.504 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-24T17:02:04.504 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:02:04.504 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-04-24T17:02:04.653 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-04-24T17:02:04.797 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:02:04.797 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:02:04.820 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:02:04.856 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:02:05.518 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2024-04-24T17:02:05.535 DEBUG:teuthology.orchestra.run.smithi163:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:02:05.588 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2024-04-24T17:02:05.765 INFO:teuthology.orchestra.run.smithi163.stdout:Building dependency tree... 2024-04-24T17:02:05.766 INFO:teuthology.orchestra.run.smithi163.stdout:Reading state information... 2024-04-24T17:02:05.920 INFO:teuthology.orchestra.run.smithi163.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:02:05.920 INFO:teuthology.orchestra.run.smithi163.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:02:05.920 INFO:teuthology.orchestra.run.smithi163.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:02:05.920 INFO:teuthology.orchestra.run.smithi163.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:02:05.920 INFO:teuthology.orchestra.run.smithi163.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:02:05.920 INFO:teuthology.orchestra.run.smithi163.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:02:05.921 INFO:teuthology.orchestra.run.smithi163.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:02:05.921 INFO:teuthology.orchestra.run.smithi163.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:02:05.959 INFO:teuthology.orchestra.run.smithi163.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:02:05.961 DEBUG:teuthology.orchestra.run.smithi163:> dpkg -s linux-image-generic 2024-04-24T17:02:06.017 INFO:teuthology.orchestra.run.smithi163.stdout:Package: linux-image-generic 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Status: install ok installed 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Priority: optional 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Section: kernel 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Installed-Size: 21 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: amd64 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Source: linux-meta 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Version: 5.15.0.105.102 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.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-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.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-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Recommends: thermald 2024-04-24T17:02:06.018 INFO:teuthology.orchestra.run.smithi163.stdout:Description: Generic Linux kernel image 2024-04-24T17:02:06.019 INFO:teuthology.orchestra.run.smithi163.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:02:06.019 INFO:teuthology.orchestra.run.smithi163.stdout: available. 2024-04-24T17:02:06.019 DEBUG:teuthology.orchestra.run.smithi163:> mktemp 2024-04-24T17:02:06.068 INFO:teuthology.orchestra.run.smithi163.stdout:/tmp/tmp.9SLAMh70DR 2024-04-24T17:02:06.068 DEBUG:teuthology.orchestra.run.smithi163:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9SLAMh70DR 2024-04-24T17:02:06.123 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0666 /tmp/tmp.9SLAMh70DR 2024-04-24T17:02:06.209 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-24T17:02:06.229 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:02:06.235 DEBUG:teuthology.orchestra.remote:smithi163:/tmp/tmp.9SLAMh70DR is 10KB 2024-04-24T17:02:06.248 DEBUG:teuthology.orchestra.run.smithi163:> rm -fr /tmp/tmp.9SLAMh70DR 2024-04-24T17:02:06.254 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:02:06.295 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-24T17:02:06.307 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:02:06.308 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:02:06.308 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:02:06.375 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:02:06.375 DEBUG:teuthology.orchestra.run.smithi163:> sudo update-grub 2024-04-24T17:02:06.500 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-04-24T17:02:06.501 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-04-24T17:02:06.687 INFO:teuthology.orchestra.run.smithi047.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:02:06.687 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:02:06.687 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:02:06.687 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:02:06.687 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:02:06.688 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:02:06.688 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:02:06.688 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:02:06.731 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:02:06.733 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-04-24T17:02:06.749 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.105.102 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.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-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.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-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-04-24T17:02:06.750 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:02:06.751 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-04-24T17:02:06.751 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-04-24T17:02:06.797 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.EI6KseqZK5 2024-04-24T17:02:06.797 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EI6KseqZK5 2024-04-24T17:02:06.854 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.EI6KseqZK5 2024-04-24T17:02:06.968 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.EI6KseqZK5 is 10KB 2024-04-24T17:02:06.982 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.EI6KseqZK5 2024-04-24T17:02:06.987 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:02:07.045 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:02:07.045 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:02:07.045 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:02:07.112 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:02:07.112 DEBUG:teuthology.orchestra.run.smithi047:> sudo update-grub 2024-04-24T17:02:07.542 INFO:teuthology.orchestra.run.smithi163.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:02:07.543 INFO:teuthology.orchestra.run.smithi163.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:02:07.546 INFO:teuthology.orchestra.run.smithi163.stderr:Generating grub configuration file ... 2024-04-24T17:02:07.710 INFO:teuthology.orchestra.run.smithi163.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:02:07.715 INFO:teuthology.orchestra.run.smithi163.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:02:07.945 INFO:teuthology.orchestra.run.smithi163.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:02:07.956 INFO:teuthology.orchestra.run.smithi163.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:02:07.986 INFO:teuthology.orchestra.run.smithi163.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:02:07.991 INFO:teuthology.orchestra.run.smithi163.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:02:08.089 INFO:teuthology.orchestra.run.smithi163.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:02:08.089 INFO:teuthology.orchestra.run.smithi163.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:02:08.089 INFO:teuthology.orchestra.run.smithi163.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:02:08.109 INFO:teuthology.orchestra.run.smithi163.stderr:done 2024-04-24T17:02:08.117 DEBUG:teuthology.orchestra.run.smithi163:> sudo shutdown -r now 2024-04-24T17:02:08.306 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:02:08.307 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:02:08.309 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-04-24T17:02:08.510 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:02:08.516 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:02:08.758 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:02:08.764 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:02:08.810 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:02:08.814 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:02:08.981 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:02:08.981 INFO:teuthology.orchestra.run.smithi047.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:02:08.981 INFO:teuthology.orchestra.run.smithi047.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:02:08.998 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-04-24T17:02:09.009 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-04-24T17:02:31.299 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-24T17:02:31.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-24T17:02:31.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:02:38.124 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-24T17:02:38.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:02:38.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:02:39.013 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-24T17:02:39.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-24T17:02:39.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:02:49.634 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-04-24T17:02:56.542 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-24T17:02:57.566 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-04-24T17:02:58.637 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-24T17:02:58.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:03:01.698 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-04-24T17:03:05.546 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:03:05.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:03:06.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-24T17:03:06.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:03:08.606 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-24T17:03:13.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-24T17:03:13.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:03:20.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:03:20.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:03:23.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-24T17:03:32.127 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2024-04-24T17:03:38.682 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:03:38.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:03:47.134 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-24T17:03:47.135 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:03:47.481 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-04-24T17:03:48.227 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-24T17:03:48.227 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-24T17:03:48.227 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-04-24T17:03:48.275 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-105-generic 2024-04-24T17:03:48.275 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:03:48.276 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:03:48.276 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:03:49.276 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-24T17:03:49.276 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:03:49.415 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2024-04-24T17:03:49.440 DEBUG:teuthology.parallel:result is None 2024-04-24T17:03:57.214 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2024-04-24T17:04:06.572 DEBUG:teuthology.orchestra.remote:timed out 2024-04-24T17:04:15.215 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:04:15.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:04:15.481 DEBUG:teuthology.orchestra.run.smithi163:> true 2024-04-24T17:04:16.085 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:04:16.086 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-24T17:04:16.086 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-04-24T17:04:16.132 INFO:teuthology.orchestra.run.smithi163.stdout:5.15.0-105-generic 2024-04-24T17:04:16.133 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:04:16.133 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:04:16.133 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:04:17.133 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T17:04:17.134 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:04:17.453 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2024-04-24T17:04:17.486 DEBUG:teuthology.parallel:result is None 2024-04-24T17:04:18.573 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-24T17:04:18.574 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:04:18.763 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-04-24T17:04:19.343 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-24T17:04:19.344 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-24T17:04:19.344 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-04-24T17:04:19.395 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-105-generic 2024-04-24T17:04:19.395 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:04:19.395 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:04:19.395 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:04:20.396 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T17:04:20.396 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:04:20.464 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-04-24T17:04:20.486 DEBUG:teuthology.parallel:result is None 2024-04-24T17:04:20.486 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T17:04:20.493 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T17:04:20.494 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:04:20.496 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:04:20.499 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:04:20.506 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T17:04:20.550 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T17:04:20.577 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T17:04:20.578 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:04:20.581 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:04:20.583 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:04:20.695 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T17:04:20.702 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T17:04:20.702 DEBUG:teuthology.orchestra.run.smithi047:> 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-24T17:04:20.705 DEBUG:teuthology.orchestra.run.smithi163:> 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-24T17:04:20.707 DEBUG:teuthology.orchestra.run.smithi194:> 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-24T17:04:20.721 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:04:20.727 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:04:20.731 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:04:20.735 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:04:20.746 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:04:20.755 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:04:20.757 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T17:04:20.764 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T17:04:20.764 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:04:20.775 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:04:20.781 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:04:20.810 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T17:04:20.820 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T17:04:20.820 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:04:20.831 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:04:20.837 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:04:20.858 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:04:20.883 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:04:20.931 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:04:20.931 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:04:20.993 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:04:20.999 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:04:21.046 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:04:21.046 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:04:21.114 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:04:21.119 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:04:21.167 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:04:21.167 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:04:21.226 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-04-24T17:04:21.229 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2024-04-24T17:04:21.232 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2024-04-24T17:04:21.302 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T17:04:21.310 INFO:teuthology.task.internal:Starting timer... 2024-04-24T17:04:21.310 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T17:04:21.331 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T17:04:21.363 DEBUG:teuthology.task.selinux:Excluding smithi047: OS 'ubuntu' does not support SELinux 2024-04-24T17:04:21.364 DEBUG:teuthology.task.selinux:Excluding smithi163: OS 'ubuntu' does not support SELinux 2024-04-24T17:04:21.364 DEBUG:teuthology.task.selinux:Excluding smithi194: OS 'ubuntu' does not support SELinux 2024-04-24T17:04:21.364 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T17:04:21.364 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-24T17:04:21.364 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T17:04:21.364 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T17:04:21.396 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T17:04:21.411 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-24T17:04:21.412 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi047.front.sepia.ceph.com,smithi163.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-24T17:11:34.675 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi047.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2024-04-24T17:11:34.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-24T17:11:34.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:11:34.757 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-04-24T17:11:34.838 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-04-24T17:11:34.839 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:11:34.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:11:34.922 DEBUG:teuthology.orchestra.run.smithi163:> true 2024-04-24T17:11:35.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-24T17:11:35.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-24T17:11:35.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:11:35.079 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-04-24T17:11:35.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-04-24T17:11:35.158 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T17:11:35.169 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T17:11:35.169 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:11:35.170 DEBUG:teuthology.orchestra.run.smithi047:> 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-24T17:11:35.172 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:11:35.172 DEBUG:teuthology.orchestra.run.smithi163:> 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-24T17:11:35.174 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:11:35.175 DEBUG:teuthology.orchestra.run.smithi194:> 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-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Command line: ntpd -gq 2024-04-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: ---------------------------------------------------- 2024-04-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: corporation. Support and training for ntp-4 are 2024-04-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: available at https://www.nwtime.org/support 2024-04-24T17:11:35.201 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: ---------------------------------------------------- 2024-04-24T17:11:35.202 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: proto: precision = 0.058 usec (-24) 2024-04-24T17:11:35.202 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: basedate set to 2022-02-04 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi163.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Command line: ntpd -gq 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: ---------------------------------------------------- 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:11:35.203 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: corporation. Support and training for ntp-4 are 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: available at https://www.nwtime.org/support 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: ---------------------------------------------------- 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: proto: precision = 0.047 usec (-24) 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: basedate set to 2022-02-04 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:11:35.204 INFO:teuthology.orchestra.run.smithi047.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:11:35.205 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:11:35.205 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:11:35.205 INFO:teuthology.orchestra.run.smithi163.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:11:35.206 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:11:35.206 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Listen normally on 3 ens1f0 172.21.15.47:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Listen normally on 4 lo [::1]:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:148e%4]:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:35 ntpd[17126]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Listen normally on 3 enp3s0f1 172.21.15.163:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Listen normally on 4 lo [::1]:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7d5b%5]:123 2024-04-24T17:11:35.207 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:35 ntpd[17274]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Command line: ntpd -gq 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: ---------------------------------------------------- 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: corporation. Support and training for ntp-4 are 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: available at https://www.nwtime.org/support 2024-04-24T17:11:35.223 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: ---------------------------------------------------- 2024-04-24T17:11:35.224 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: proto: precision = 0.043 usec (-24) 2024-04-24T17:11:35.224 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: basedate set to 2022-02-04 2024-04-24T17:11:35.224 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:11:35.224 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:11:35.224 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:11:35.224 INFO:teuthology.orchestra.run.smithi194.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:11:35.224 INFO:teuthology.orchestra.run.smithi194.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:11:35.225 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:11:35.225 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:11:35.225 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:11:35.225 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Listen normally on 3 enp3s0f1 172.21.15.194:123 2024-04-24T17:11:35.225 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Listen normally on 4 lo [::1]:123 2024-04-24T17:11:35.226 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea5%5]:123 2024-04-24T17:11:35.226 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:35 ntpd[17262]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:11:36.202 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:36 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:36.202 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:36 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:36.202 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:36 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:36.202 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:36 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:36.202 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:36 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:36.202 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:36 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:36.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:36.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:36.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:36.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:36.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:36.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:36.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:36.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:36 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:37.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:37 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:37.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:37 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:37.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:37 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:37.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:37 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:37.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:37 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:37.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:37 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:37.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:37 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:37.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:37 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:37.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:37 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:38.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:38 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:38.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:38 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:38.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:38 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:38 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:38 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:38.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:38 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:38.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:38 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:38.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:38 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:39.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:39 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:39 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:39 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:39 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:39 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:39.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:39 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:39.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:39 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:39 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:39 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:39 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:39 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:39.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:39 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:39.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:39.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:39.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:39.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:39 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:40.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:40.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:40 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:40.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.204 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:40.205 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:40 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:40.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:40 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:40 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:40 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:40.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:40 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:40.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:40 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:40.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:40 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:41.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:41 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:41 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:41 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:41 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:41 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:41.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:41 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:41.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:41 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:41 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:41 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:41 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:41 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:41.203 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:41 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:41.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:41.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:41.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:41.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:41 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:42.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:42.204 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:42 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:42.206 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.206 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.206 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.206 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.206 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.206 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.206 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:42.207 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:42.207 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.207 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.207 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:42.207 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:42.207 INFO:teuthology.orchestra.run.smithi047.stdout:24 Apr 17:11:42 ntpd[17126]: ntpd: time slew -0.001106 s 2024-04-24T17:11:42.207 INFO:teuthology.orchestra.run.smithi047.stdout:ntpd: time slew -0.001106s 2024-04-24T17:11:42.208 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:11:42.208 INFO:teuthology.orchestra.run.smithi047.stderr:24 Apr 17:11:42 ntpd[17126]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:11:42.223 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:42.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:42.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:42.224 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:42.224 INFO:teuthology.orchestra.run.smithi194.stdout:24 Apr 17:11:42 ntpd[17262]: ntpd: time slew -0.000947 s 2024-04-24T17:11:42.224 INFO:teuthology.orchestra.run.smithi194.stdout:ntpd: time slew -0.000947s 2024-04-24T17:11:42.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:11:42.225 INFO:teuthology.orchestra.run.smithi194.stderr:24 Apr 17:11:42 ntpd[17262]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:11:42.260 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:11:42.260 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-04-24T17:11:42.260 INFO:teuthology.orchestra.run.smithi047.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:42.260 INFO:teuthology.orchestra.run.smithi047.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:42.260 INFO:teuthology.orchestra.run.smithi047.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:42.260 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:42.275 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:11:42.275 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-04-24T17:11:42.275 INFO:teuthology.orchestra.run.smithi194.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:42.275 INFO:teuthology.orchestra.run.smithi194.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:42.275 INFO:teuthology.orchestra.run.smithi194.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:42.275 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stdout:24 Apr 17:11:43 ntpd[17274]: ntpd: time slew -0.000656 s 2024-04-24T17:11:43.202 INFO:teuthology.orchestra.run.smithi163.stdout:ntpd: time slew -0.000656s 2024-04-24T17:11:43.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:11:43.203 INFO:teuthology.orchestra.run.smithi163.stderr:24 Apr 17:11:43 ntpd[17274]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:11:43.252 INFO:teuthology.orchestra.run.smithi163.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:11:43.252 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================== 2024-04-24T17:11:43.252 INFO:teuthology.orchestra.run.smithi163.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:43.252 INFO:teuthology.orchestra.run.smithi163.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:43.252 INFO:teuthology.orchestra.run.smithi163.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:43.252 INFO:teuthology.orchestra.run.smithi163.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:11:43.253 INFO:teuthology.run_tasks:Running task install... 2024-04-24T17:11:43.262 DEBUG:teuthology.task.install:project ceph 2024-04-24T17:11:43.263 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'}} 2024-04-24T17:11:43.263 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'} 2024-04-24T17:11:43.263 INFO:teuthology.task.install:Using flavor: default 2024-04-24T17:11:43.268 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-24T17:11:43.268 INFO:teuthology.task.install:extra packages: [] 2024-04-24T17:11:43.269 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-key list | grep Ceph 2024-04-24T17:11:43.269 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-key list | grep Ceph 2024-04-24T17:11:43.270 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-key list | grep Ceph 2024-04-24T17:11:43.329 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T17:11:43.335 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T17:11:43.353 INFO:teuthology.orchestra.run.smithi163.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T17:11:43.357 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T17:11:43.357 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T17:11:43.358 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-24T17:11:43.358 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:11:43.364 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T17:11:43.365 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T17:11:43.365 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-24T17:11:43.366 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:11:43.381 INFO:teuthology.orchestra.run.smithi163.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T17:11:43.381 INFO:teuthology.orchestra.run.smithi163.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T17:11:43.382 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-24T17:11:43.382 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:11:43.508 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/ 2024-04-24T17:11:43.509 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:11:43.512 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/ 2024-04-24T17:11:43.512 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:11:43.608 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/ 2024-04-24T17:11:43.608 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:11:43.621 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:11:43.621 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T17:11:43.640 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2024-04-24T17:11:43.695 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:11:43.695 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T17:11:43.709 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-04-24T17:11:43.720 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:11:43.720 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T17:11:43.734 DEBUG:teuthology.orchestra.run.smithi163:> sudo apt-get update 2024-04-24T17:11:43.859 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T17:11:43.880 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-24T17:11:43.903 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T17:11:43.934 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:11:43.934 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:11:43.935 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-24T17:11:43.937 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:11:43.937 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T17:11:43.951 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:11:43.951 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:11:43.958 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-24T17:11:43.959 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:11:43.963 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,397 B] 2024-04-24T17:11:43.963 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:11:43.980 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T17:11:43.980 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:11:43.983 INFO:teuthology.orchestra.run.smithi163.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:11:44.001 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-24T17:11:44.007 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:11:44.031 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:11:44.031 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,397 B] 2024-04-24T17:11:44.043 INFO:teuthology.orchestra.run.smithi163.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T17:11:44.088 INFO:teuthology.orchestra.run.smithi163.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-24T17:11:44.088 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:11:44.153 INFO:teuthology.orchestra.run.smithi163.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T17:11:44.209 INFO:teuthology.orchestra.run.smithi163.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-24T17:11:44.283 INFO:teuthology.orchestra.run.smithi163.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,397 B] 2024-04-24T17:11:44.287 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 28.5 kB in 0s (60.6 kB/s) 2024-04-24T17:11:44.321 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 28.5 kB in 0s (66.6 kB/s) 2024-04-24T17:11:44.359 INFO:teuthology.orchestra.run.smithi163.stdout:Fetched 28.5 kB in 0s (64.2 kB/s) 2024-04-24T17:11:45.219 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-04-24T17:11:45.234 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3285-g5904d294-1jammy cephadm=19.0.0-3285-g5904d294-1jammy ceph-mds=19.0.0-3285-g5904d294-1jammy ceph-mgr=19.0.0-3285-g5904d294-1jammy ceph-common=19.0.0-3285-g5904d294-1jammy ceph-fuse=19.0.0-3285-g5904d294-1jammy ceph-test=19.0.0-3285-g5904d294-1jammy ceph-volume=19.0.0-3285-g5904d294-1jammy radosgw=19.0.0-3285-g5904d294-1jammy python3-rados=19.0.0-3285-g5904d294-1jammy python3-rgw=19.0.0-3285-g5904d294-1jammy python3-cephfs=19.0.0-3285-g5904d294-1jammy python3-rbd=19.0.0-3285-g5904d294-1jammy libcephfs2=19.0.0-3285-g5904d294-1jammy libcephfs-dev=19.0.0-3285-g5904d294-1jammy librados2=19.0.0-3285-g5904d294-1jammy librbd1=19.0.0-3285-g5904d294-1jammy rbd-fuse=19.0.0-3285-g5904d294-1jammy 2024-04-24T17:11:45.296 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2024-04-24T17:11:45.324 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-24T17:11:45.341 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3285-g5904d294-1jammy cephadm=19.0.0-3285-g5904d294-1jammy ceph-mds=19.0.0-3285-g5904d294-1jammy ceph-mgr=19.0.0-3285-g5904d294-1jammy ceph-common=19.0.0-3285-g5904d294-1jammy ceph-fuse=19.0.0-3285-g5904d294-1jammy ceph-test=19.0.0-3285-g5904d294-1jammy ceph-volume=19.0.0-3285-g5904d294-1jammy radosgw=19.0.0-3285-g5904d294-1jammy python3-rados=19.0.0-3285-g5904d294-1jammy python3-rgw=19.0.0-3285-g5904d294-1jammy python3-cephfs=19.0.0-3285-g5904d294-1jammy python3-rbd=19.0.0-3285-g5904d294-1jammy libcephfs2=19.0.0-3285-g5904d294-1jammy libcephfs-dev=19.0.0-3285-g5904d294-1jammy librados2=19.0.0-3285-g5904d294-1jammy librbd1=19.0.0-3285-g5904d294-1jammy rbd-fuse=19.0.0-3285-g5904d294-1jammy 2024-04-24T17:11:45.361 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2024-04-24T17:11:45.378 DEBUG:teuthology.orchestra.run.smithi163:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3285-g5904d294-1jammy cephadm=19.0.0-3285-g5904d294-1jammy ceph-mds=19.0.0-3285-g5904d294-1jammy ceph-mgr=19.0.0-3285-g5904d294-1jammy ceph-common=19.0.0-3285-g5904d294-1jammy ceph-fuse=19.0.0-3285-g5904d294-1jammy ceph-test=19.0.0-3285-g5904d294-1jammy ceph-volume=19.0.0-3285-g5904d294-1jammy radosgw=19.0.0-3285-g5904d294-1jammy python3-rados=19.0.0-3285-g5904d294-1jammy python3-rgw=19.0.0-3285-g5904d294-1jammy python3-cephfs=19.0.0-3285-g5904d294-1jammy python3-rbd=19.0.0-3285-g5904d294-1jammy libcephfs2=19.0.0-3285-g5904d294-1jammy libcephfs-dev=19.0.0-3285-g5904d294-1jammy librados2=19.0.0-3285-g5904d294-1jammy librbd1=19.0.0-3285-g5904d294-1jammy rbd-fuse=19.0.0-3285-g5904d294-1jammy 2024-04-24T17:11:45.404 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-04-24T17:11:45.437 INFO:teuthology.orchestra.run.smithi163.stdout:Reading package lists... 2024-04-24T17:11:45.504 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2024-04-24T17:11:45.505 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2024-04-24T17:11:45.606 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-04-24T17:11:45.607 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-04-24T17:11:45.636 INFO:teuthology.orchestra.run.smithi163.stdout:Building dependency tree... 2024-04-24T17:11:45.637 INFO:teuthology.orchestra.run.smithi163.stdout:Reading state information... 2024-04-24T17:11:45.702 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:11:45.702 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:11:45.703 INFO:teuthology.orchestra.run.smithi194.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:11:45.703 INFO:teuthology.orchestra.run.smithi194.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:11:45.703 INFO:teuthology.orchestra.run.smithi194.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:11:45.703 INFO:teuthology.orchestra.run.smithi194.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:11:45.703 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:11:45.704 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2024-04-24T17:11:45.704 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T17:11:45.704 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T17:11:45.705 INFO:teuthology.orchestra.run.smithi194.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T17:11:45.705 INFO:teuthology.orchestra.run.smithi194.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T17:11:45.705 INFO:teuthology.orchestra.run.smithi194.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T17:11:45.705 INFO:teuthology.orchestra.run.smithi194.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T17:11:45.705 INFO:teuthology.orchestra.run.smithi194.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T17:11:45.705 INFO:teuthology.orchestra.run.smithi194.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T17:11:45.705 INFO:teuthology.orchestra.run.smithi194.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T17:11:45.706 INFO:teuthology.orchestra.run.smithi194.stdout: xmlstarlet zip 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2024-04-24T17:11:45.707 INFO:teuthology.orchestra.run.smithi194.stdout: btrfs-tools 2024-04-24T17:11:45.807 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2024-04-24T17:11:45.807 INFO:teuthology.orchestra.run.smithi194.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T17:11:45.807 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T17:11:45.807 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T17:11:45.807 INFO:teuthology.orchestra.run.smithi194.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T17:11:45.807 INFO:teuthology.orchestra.run.smithi194.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T17:11:45.808 INFO:teuthology.orchestra.run.smithi194.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:11:45.809 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T17:11:45.810 INFO:teuthology.orchestra.run.smithi194.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T17:11:45.810 INFO:teuthology.orchestra.run.smithi194.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T17:11:45.810 INFO:teuthology.orchestra.run.smithi194.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T17:11:45.810 INFO:teuthology.orchestra.run.smithi194.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T17:11:45.810 INFO:teuthology.orchestra.run.smithi194.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T17:11:45.810 INFO:teuthology.orchestra.run.smithi194.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T17:11:45.810 INFO:teuthology.orchestra.run.smithi194.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T17:11:45.811 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:11:45.811 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:11:45.811 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:11:45.811 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:11:45.811 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:11:45.811 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:11:45.811 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:11:45.812 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-04-24T17:11:45.812 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T17:11:45.813 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T17:11:45.813 INFO:teuthology.orchestra.run.smithi047.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T17:11:45.813 INFO:teuthology.orchestra.run.smithi047.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T17:11:45.813 INFO:teuthology.orchestra.run.smithi047.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T17:11:45.813 INFO:teuthology.orchestra.run.smithi047.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T17:11:45.813 INFO:teuthology.orchestra.run.smithi047.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T17:11:45.813 INFO:teuthology.orchestra.run.smithi047.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T17:11:45.814 INFO:teuthology.orchestra.run.smithi047.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet zip 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T17:11:45.815 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-04-24T17:11:45.816 INFO:teuthology.orchestra.run.smithi047.stdout: btrfs-tools 2024-04-24T17:11:45.817 INFO:teuthology.orchestra.run.smithi163.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:11:45.817 INFO:teuthology.orchestra.run.smithi163.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:11:45.817 INFO:teuthology.orchestra.run.smithi163.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:11:45.817 INFO:teuthology.orchestra.run.smithi163.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:11:45.818 INFO:teuthology.orchestra.run.smithi163.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:11:45.818 INFO:teuthology.orchestra.run.smithi163.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:11:45.818 INFO:teuthology.orchestra.run.smithi163.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:11:45.819 INFO:teuthology.orchestra.run.smithi163.stdout:The following additional packages will be installed: 2024-04-24T17:11:45.819 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T17:11:45.819 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T17:11:45.819 INFO:teuthology.orchestra.run.smithi163.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T17:11:45.819 INFO:teuthology.orchestra.run.smithi163.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T17:11:45.820 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T17:11:45.820 INFO:teuthology.orchestra.run.smithi163.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T17:11:45.821 INFO:teuthology.orchestra.run.smithi163.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: xmlstarlet zip 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout:Suggested packages: 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T17:11:45.822 INFO:teuthology.orchestra.run.smithi163.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T17:11:45.823 INFO:teuthology.orchestra.run.smithi163.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T17:11:45.823 INFO:teuthology.orchestra.run.smithi163.stdout:Recommended packages: 2024-04-24T17:11:45.823 INFO:teuthology.orchestra.run.smithi163.stdout: btrfs-tools 2024-04-24T17:11:45.877 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T17:11:45.877 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 181 MB of archives. 2024-04-24T17:11:45.877 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T17:11:45.877 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T17:11:45.922 INFO:teuthology.orchestra.run.smithi163.stdout:The following NEW packages will be installed: 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:11:45.923 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T17:11:45.924 INFO:teuthology.orchestra.run.smithi163.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T17:11:45.926 INFO:teuthology.orchestra.run.smithi047.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T17:11:45.927 INFO:teuthology.orchestra.run.smithi047.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T17:11:45.928 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T17:11:45.928 INFO:teuthology.orchestra.run.smithi047.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T17:11:45.986 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T17:11:45.989 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T17:11:45.991 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T17:11:45.991 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 181 MB of archives. 2024-04-24T17:11:45.991 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T17:11:45.991 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T17:11:46.016 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.042 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3285-g5904d294-1jammy [3,556 kB] 2024-04-24T17:11:46.064 INFO:teuthology.orchestra.run.smithi163.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T17:11:46.064 INFO:teuthology.orchestra.run.smithi163.stdout:Need to get 181 MB of archives. 2024-04-24T17:11:46.065 INFO:teuthology.orchestra.run.smithi163.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T17:11:46.065 INFO:teuthology.orchestra.run.smithi163.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3285-g5904d294-1jammy [3,556 kB] 2024-04-24T17:11:46.099 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T17:11:46.105 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T17:11:46.110 INFO:teuthology.orchestra.run.smithi163.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T17:11:46.137 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T17:11:46.144 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T17:11:46.145 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T17:11:46.147 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T17:11:46.165 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T17:11:46.171 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T17:11:46.196 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3285-g5904d294-1jammy [3,556 kB] 2024-04-24T17:11:46.201 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T17:11:46.204 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.205 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T17:11:46.209 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T17:11:46.212 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T17:11:46.213 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T17:11:46.217 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T17:11:46.220 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T17:11:46.223 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T17:11:46.224 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T17:11:46.232 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.249 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T17:11:46.249 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T17:11:46.250 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T17:11:46.251 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T17:11:46.251 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T17:11:46.252 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T17:11:46.253 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T17:11:46.257 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T17:11:46.258 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T17:11:46.288 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T17:11:46.288 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.291 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T17:11:46.292 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T17:11:46.292 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.294 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T17:11:46.296 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T17:11:46.298 INFO:teuthology.orchestra.run.smithi163.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T17:11:46.327 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T17:11:46.332 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T17:11:46.339 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T17:11:46.339 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T17:11:46.340 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T17:11:46.366 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T17:11:46.372 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T17:11:46.373 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T17:11:46.374 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T17:11:46.379 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T17:11:46.380 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T17:11:46.383 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T17:11:46.387 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T17:11:46.389 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.392 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.393 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.394 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T17:11:46.398 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T17:11:46.401 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T17:11:46.404 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T17:11:46.410 INFO:teuthology.orchestra.run.smithi163.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T17:11:46.418 INFO:teuthology.orchestra.run.smithi194.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T17:11:46.420 INFO:teuthology.orchestra.run.smithi194.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T17:11:46.422 INFO:teuthology.orchestra.run.smithi194.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T17:11:46.427 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T17:11:46.431 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T17:11:46.432 INFO:teuthology.orchestra.run.smithi163.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3285-g5904d294-1jammy [356 kB] 2024-04-24T17:11:46.434 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T17:11:46.437 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T17:11:46.438 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T17:11:46.450 INFO:teuthology.orchestra.run.smithi163.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3285-g5904d294-1jammy [32.8 kB] 2024-04-24T17:11:46.451 INFO:teuthology.orchestra.run.smithi163.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3285-g5904d294-1jammy [180 kB] 2024-04-24T17:11:46.458 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.458 INFO:teuthology.orchestra.run.smithi163.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3285-g5904d294-1jammy [67.4 kB] 2024-04-24T17:11:46.460 INFO:teuthology.orchestra.run.smithi163.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3285-g5904d294-1jammy [330 kB] 2024-04-24T17:11:46.471 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.471 INFO:teuthology.orchestra.run.smithi163.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3285-g5904d294-1jammy [6,893 kB] 2024-04-24T17:11:46.473 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T17:11:46.473 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T17:11:46.474 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T17:11:46.474 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T17:11:46.519 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T17:11:46.519 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T17:11:46.519 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T17:11:46.525 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T17:11:46.526 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T17:11:46.530 INFO:teuthology.orchestra.run.smithi163.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T17:11:46.547 INFO:teuthology.orchestra.run.smithi163.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T17:11:46.557 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.561 INFO:teuthology.orchestra.run.smithi194.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T17:11:46.562 INFO:teuthology.orchestra.run.smithi194.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T17:11:46.562 INFO:teuthology.orchestra.run.smithi194.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T17:11:46.564 INFO:teuthology.orchestra.run.smithi194.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T17:11:46.567 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T17:11:46.568 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.570 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T17:11:46.570 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T17:11:46.571 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.600 INFO:teuthology.orchestra.run.smithi194.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T17:11:46.604 INFO:teuthology.orchestra.run.smithi194.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T17:11:46.604 INFO:teuthology.orchestra.run.smithi194.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T17:11:46.620 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T17:11:46.621 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T17:11:46.622 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T17:11:46.635 INFO:teuthology.orchestra.run.smithi163.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-24T17:11:46.674 INFO:teuthology.orchestra.run.smithi194.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T17:11:46.674 INFO:teuthology.orchestra.run.smithi194.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T17:11:46.676 INFO:teuthology.orchestra.run.smithi194.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T17:11:46.676 INFO:teuthology.orchestra.run.smithi194.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T17:11:46.677 INFO:teuthology.orchestra.run.smithi194.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T17:11:46.678 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.678 INFO:teuthology.orchestra.run.smithi194.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T17:11:46.679 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T17:11:46.680 INFO:teuthology.orchestra.run.smithi194.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T17:11:46.680 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T17:11:46.681 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T17:11:46.682 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T17:11:46.685 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T17:11:46.685 INFO:teuthology.orchestra.run.smithi194.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T17:11:46.690 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T17:11:46.691 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.696 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.698 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.700 INFO:teuthology.orchestra.run.smithi194.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T17:11:46.702 INFO:teuthology.orchestra.run.smithi194.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T17:11:46.708 INFO:teuthology.orchestra.run.smithi047.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T17:11:46.710 INFO:teuthology.orchestra.run.smithi047.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T17:11:46.722 INFO:teuthology.orchestra.run.smithi194.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T17:11:46.728 INFO:teuthology.orchestra.run.smithi194.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T17:11:46.733 INFO:teuthology.orchestra.run.smithi194.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-24T17:11:46.735 INFO:teuthology.orchestra.run.smithi194.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T17:11:46.736 INFO:teuthology.orchestra.run.smithi194.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T17:11:46.737 INFO:teuthology.orchestra.run.smithi163.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3285-g5904d294-1jammy [112 kB] 2024-04-24T17:11:46.739 INFO:teuthology.orchestra.run.smithi047.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T17:11:46.740 INFO:teuthology.orchestra.run.smithi163.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3285-g5904d294-1jammy [466 kB] 2024-04-24T17:11:46.743 INFO:teuthology.orchestra.run.smithi194.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T17:11:46.744 INFO:teuthology.orchestra.run.smithi194.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T17:11:46.746 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.749 INFO:teuthology.orchestra.run.smithi163.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3285-g5904d294-1jammy [25.8 MB] 2024-04-24T17:11:46.749 INFO:teuthology.orchestra.run.smithi194.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T17:11:46.770 INFO:teuthology.orchestra.run.smithi194.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T17:11:46.771 INFO:teuthology.orchestra.run.smithi194.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T17:11:46.821 INFO:teuthology.orchestra.run.smithi194.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T17:11:46.824 INFO:teuthology.orchestra.run.smithi194.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T17:11:46.826 INFO:teuthology.orchestra.run.smithi194.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T17:11:46.841 INFO:teuthology.orchestra.run.smithi194.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T17:11:46.841 INFO:teuthology.orchestra.run.smithi194.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T17:11:46.878 INFO:teuthology.orchestra.run.smithi163.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T17:11:46.886 INFO:teuthology.orchestra.run.smithi194.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T17:11:46.889 INFO:teuthology.orchestra.run.smithi163.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T17:11:46.891 INFO:teuthology.orchestra.run.smithi194.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T17:11:46.893 INFO:teuthology.orchestra.run.smithi194.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T17:11:46.919 INFO:teuthology.orchestra.run.smithi163.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T17:11:46.930 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:46.930 INFO:teuthology.orchestra.run.smithi163.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T17:11:46.931 INFO:teuthology.orchestra.run.smithi163.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T17:11:46.932 INFO:teuthology.orchestra.run.smithi163.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T17:11:46.933 INFO:teuthology.orchestra.run.smithi047.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T17:11:46.936 INFO:teuthology.orchestra.run.smithi047.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T17:11:46.936 INFO:teuthology.orchestra.run.smithi047.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T17:11:46.939 INFO:teuthology.orchestra.run.smithi047.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T17:11:46.953 INFO:teuthology.orchestra.run.smithi163.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T17:11:46.975 INFO:teuthology.orchestra.run.smithi047.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T17:11:46.978 INFO:teuthology.orchestra.run.smithi047.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T17:11:46.978 INFO:teuthology.orchestra.run.smithi047.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T17:11:46.999 INFO:teuthology.orchestra.run.smithi047.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T17:11:46.999 INFO:teuthology.orchestra.run.smithi047.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T17:11:47.000 INFO:teuthology.orchestra.run.smithi047.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T17:11:47.000 INFO:teuthology.orchestra.run.smithi047.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T17:11:47.001 INFO:teuthology.orchestra.run.smithi047.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T17:11:47.001 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:47.008 INFO:teuthology.orchestra.run.smithi047.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T17:11:47.009 INFO:teuthology.orchestra.run.smithi047.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T17:11:47.013 INFO:teuthology.orchestra.run.smithi047.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T17:11:47.031 INFO:teuthology.orchestra.run.smithi047.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T17:11:47.034 INFO:teuthology.orchestra.run.smithi047.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T17:11:47.034 INFO:teuthology.orchestra.run.smithi047.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T17:11:47.039 INFO:teuthology.orchestra.run.smithi047.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T17:11:47.042 INFO:teuthology.orchestra.run.smithi047.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-24T17:11:47.043 INFO:teuthology.orchestra.run.smithi047.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T17:11:47.044 INFO:teuthology.orchestra.run.smithi047.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T17:11:47.057 INFO:teuthology.orchestra.run.smithi047.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T17:11:47.064 INFO:teuthology.orchestra.run.smithi047.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T17:11:47.070 INFO:teuthology.orchestra.run.smithi047.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T17:11:47.081 INFO:teuthology.orchestra.run.smithi047.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T17:11:47.082 INFO:teuthology.orchestra.run.smithi047.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T17:11:47.083 INFO:teuthology.orchestra.run.smithi047.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T17:11:47.084 INFO:teuthology.orchestra.run.smithi047.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T17:11:47.086 INFO:teuthology.orchestra.run.smithi047.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T17:11:47.096 INFO:teuthology.orchestra.run.smithi047.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T17:11:47.096 INFO:teuthology.orchestra.run.smithi047.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T17:11:47.108 INFO:teuthology.orchestra.run.smithi047.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T17:11:47.110 INFO:teuthology.orchestra.run.smithi047.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T17:11:47.111 INFO:teuthology.orchestra.run.smithi047.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T17:11:47.124 INFO:teuthology.orchestra.run.smithi163.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T17:11:47.525 INFO:teuthology.orchestra.run.smithi163.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T17:11:47.563 INFO:teuthology.orchestra.run.smithi163.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T17:11:47.564 INFO:teuthology.orchestra.run.smithi163.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T17:11:47.643 INFO:teuthology.orchestra.run.smithi163.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T17:11:47.796 INFO:teuthology.orchestra.run.smithi163.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T17:11:47.797 INFO:teuthology.orchestra.run.smithi163.stdout:Get:30 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3285-g5904d294-1jammy [5,093 kB] 2024-04-24T17:11:47.800 INFO:teuthology.orchestra.run.smithi163.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T17:11:47.801 INFO:teuthology.orchestra.run.smithi163.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T17:11:47.802 INFO:teuthology.orchestra.run.smithi163.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-24T17:11:47.804 INFO:teuthology.orchestra.run.smithi163.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T17:11:47.853 INFO:teuthology.orchestra.run.smithi194.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T17:11:47.876 INFO:teuthology.orchestra.run.smithi163.stdout:Get:35 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3285-g5904d294-1jammy [244 kB] 2024-04-24T17:11:47.883 INFO:teuthology.orchestra.run.smithi163.stdout:Get:36 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T17:11:47.888 INFO:teuthology.orchestra.run.smithi163.stdout:Get:37 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3285-g5904d294-1jammy [1,544 kB] 2024-04-24T17:11:47.951 INFO:teuthology.orchestra.run.smithi163.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3285-g5904d294-1jammy [6,257 kB] 2024-04-24T17:11:47.971 INFO:teuthology.orchestra.run.smithi163.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T17:11:47.972 INFO:teuthology.orchestra.run.smithi163.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T17:11:48.084 INFO:teuthology.orchestra.run.smithi163.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T17:11:48.112 INFO:teuthology.orchestra.run.smithi163.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T17:11:48.142 INFO:teuthology.orchestra.run.smithi163.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T17:11:48.164 INFO:teuthology.orchestra.run.smithi163.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T17:11:48.180 INFO:teuthology.orchestra.run.smithi163.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3285-g5904d294-1jammy [22.8 MB] 2024-04-24T17:11:48.367 INFO:teuthology.orchestra.run.smithi163.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T17:11:48.382 INFO:teuthology.orchestra.run.smithi163.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T17:11:48.388 INFO:teuthology.orchestra.run.smithi163.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T17:11:48.394 INFO:teuthology.orchestra.run.smithi163.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-24T17:11:48.415 INFO:teuthology.orchestra.run.smithi163.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T17:11:48.584 INFO:teuthology.orchestra.run.smithi163.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T17:11:48.673 INFO:teuthology.orchestra.run.smithi163.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-24T17:11:48.864 INFO:teuthology.orchestra.run.smithi163.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T17:11:48.921 INFO:teuthology.orchestra.run.smithi194.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T17:11:48.922 INFO:teuthology.orchestra.run.smithi163.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T17:11:48.932 INFO:teuthology.orchestra.run.smithi163.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T17:11:49.115 INFO:teuthology.orchestra.run.smithi163.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T17:11:49.115 INFO:teuthology.orchestra.run.smithi163.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T17:11:49.116 INFO:teuthology.orchestra.run.smithi163.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3285-g5904d294-1jammy [14.1 kB] 2024-04-24T17:11:49.117 INFO:teuthology.orchestra.run.smithi163.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T17:11:49.117 INFO:teuthology.orchestra.run.smithi163.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3285-g5904d294-1jammy [870 kB] 2024-04-24T17:11:49.118 INFO:teuthology.orchestra.run.smithi163.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T17:11:49.128 INFO:teuthology.orchestra.run.smithi163.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T17:11:49.134 INFO:teuthology.orchestra.run.smithi163.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3285-g5904d294-1jammy [2,437 kB] 2024-04-24T17:11:49.151 INFO:teuthology.orchestra.run.smithi163.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T17:11:49.175 INFO:teuthology.orchestra.run.smithi163.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3285-g5904d294-1jammy [792 kB] 2024-04-24T17:11:49.184 INFO:teuthology.orchestra.run.smithi163.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3285-g5904d294-1jammy [149 kB] 2024-04-24T17:11:49.186 INFO:teuthology.orchestra.run.smithi163.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3285-g5904d294-1jammy [2,297 kB] 2024-04-24T17:11:49.188 INFO:teuthology.orchestra.run.smithi194.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3285-g5904d294-1jammy [356 kB] 2024-04-24T17:11:49.269 INFO:teuthology.orchestra.run.smithi163.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3285-g5904d294-1jammy [8,625 kB] 2024-04-24T17:11:49.303 INFO:teuthology.orchestra.run.smithi194.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3285-g5904d294-1jammy [32.8 kB] 2024-04-24T17:11:49.308 INFO:teuthology.orchestra.run.smithi194.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3285-g5904d294-1jammy [180 kB] 2024-04-24T17:11:49.325 INFO:teuthology.orchestra.run.smithi163.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-24T17:11:49.401 INFO:teuthology.orchestra.run.smithi194.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3285-g5904d294-1jammy [67.4 kB] 2024-04-24T17:11:49.454 INFO:teuthology.orchestra.run.smithi194.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3285-g5904d294-1jammy [330 kB] 2024-04-24T17:11:49.573 INFO:teuthology.orchestra.run.smithi194.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3285-g5904d294-1jammy [6,893 kB] 2024-04-24T17:11:49.581 INFO:teuthology.orchestra.run.smithi163.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3285-g5904d294-1jammy [14.2 kB] 2024-04-24T17:11:49.582 INFO:teuthology.orchestra.run.smithi163.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3285-g5904d294-1jammy [51.7 MB] 2024-04-24T17:11:49.664 INFO:teuthology.orchestra.run.smithi163.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-24T17:11:49.694 INFO:teuthology.orchestra.run.smithi163.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-24T17:11:49.813 INFO:teuthology.orchestra.run.smithi163.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T17:11:49.829 INFO:teuthology.orchestra.run.smithi163.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T17:11:49.843 INFO:teuthology.orchestra.run.smithi163.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T17:11:49.890 INFO:teuthology.orchestra.run.smithi163.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-24T17:11:50.257 INFO:teuthology.orchestra.run.smithi163.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-24T17:11:50.259 INFO:teuthology.orchestra.run.smithi163.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T17:11:50.262 INFO:teuthology.orchestra.run.smithi163.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T17:11:50.263 INFO:teuthology.orchestra.run.smithi163.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T17:11:50.430 INFO:teuthology.orchestra.run.smithi163.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T17:11:50.459 INFO:teuthology.orchestra.run.smithi047.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T17:11:51.151 INFO:teuthology.orchestra.run.smithi163.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T17:11:51.157 INFO:teuthology.orchestra.run.smithi163.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T17:11:51.158 INFO:teuthology.orchestra.run.smithi163.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T17:11:51.239 INFO:teuthology.orchestra.run.smithi163.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T17:11:51.239 INFO:teuthology.orchestra.run.smithi163.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T17:11:51.241 INFO:teuthology.orchestra.run.smithi163.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T17:11:51.242 INFO:teuthology.orchestra.run.smithi163.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T17:11:51.243 INFO:teuthology.orchestra.run.smithi163.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T17:11:51.244 INFO:teuthology.orchestra.run.smithi163.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-24T17:11:51.411 INFO:teuthology.orchestra.run.smithi163.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T17:11:51.579 INFO:teuthology.orchestra.run.smithi163.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T17:11:51.767 INFO:teuthology.orchestra.run.smithi163.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T17:11:51.769 INFO:teuthology.orchestra.run.smithi163.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3285-g5904d294-1jammy [38.9 kB] 2024-04-24T17:11:51.771 INFO:teuthology.orchestra.run.smithi163.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3285-g5904d294-1jammy [13.6 MB] 2024-04-24T17:11:51.853 INFO:teuthology.orchestra.run.smithi163.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T17:11:51.899 INFO:teuthology.orchestra.run.smithi163.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T17:11:51.925 INFO:teuthology.orchestra.run.smithi163.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T17:11:51.933 INFO:teuthology.orchestra.run.smithi163.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T17:11:51.994 INFO:teuthology.orchestra.run.smithi163.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T17:11:52.024 INFO:teuthology.orchestra.run.smithi194.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3285-g5904d294-1jammy [112 kB] 2024-04-24T17:11:52.035 INFO:teuthology.orchestra.run.smithi163.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-24T17:11:52.049 INFO:teuthology.orchestra.run.smithi163.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T17:11:52.062 INFO:teuthology.orchestra.run.smithi194.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3285-g5904d294-1jammy [466 kB] 2024-04-24T17:11:52.154 INFO:teuthology.orchestra.run.smithi163.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3285-g5904d294-1jammy [91.4 kB] 2024-04-24T17:11:52.178 INFO:teuthology.orchestra.run.smithi194.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3285-g5904d294-1jammy [25.8 MB] 2024-04-24T17:11:52.217 INFO:teuthology.orchestra.run.smithi163.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T17:11:52.228 INFO:teuthology.orchestra.run.smithi163.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T17:11:52.396 INFO:teuthology.orchestra.run.smithi163.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T17:11:52.889 INFO:teuthology.orchestra.run.smithi047.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T17:11:52.893 INFO:teuthology.orchestra.run.smithi163.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T17:11:52.893 INFO:teuthology.orchestra.run.smithi163.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T17:11:52.903 INFO:teuthology.orchestra.run.smithi163.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T17:11:52.908 INFO:teuthology.orchestra.run.smithi163.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T17:11:52.940 INFO:teuthology.orchestra.run.smithi163.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T17:11:52.955 INFO:teuthology.orchestra.run.smithi163.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T17:11:53.081 INFO:teuthology.orchestra.run.smithi163.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T17:11:53.082 INFO:teuthology.orchestra.run.smithi163.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T17:11:53.084 INFO:teuthology.orchestra.run.smithi163.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T17:11:53.102 INFO:teuthology.orchestra.run.smithi163.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T17:11:53.160 INFO:teuthology.orchestra.run.smithi047.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3285-g5904d294-1jammy [356 kB] 2024-04-24T17:11:53.286 INFO:teuthology.orchestra.run.smithi163.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T17:11:53.299 INFO:teuthology.orchestra.run.smithi047.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3285-g5904d294-1jammy [32.8 kB] 2024-04-24T17:11:53.301 INFO:teuthology.orchestra.run.smithi047.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3285-g5904d294-1jammy [180 kB] 2024-04-24T17:11:53.371 INFO:teuthology.orchestra.run.smithi047.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3285-g5904d294-1jammy [67.4 kB] 2024-04-24T17:11:53.401 INFO:teuthology.orchestra.run.smithi047.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3285-g5904d294-1jammy [330 kB] 2024-04-24T17:11:53.514 INFO:teuthology.orchestra.run.smithi047.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3285-g5904d294-1jammy [6,893 kB] 2024-04-24T17:11:54.503 INFO:teuthology.orchestra.run.smithi163.stdout:Fetched 181 MB in 8s (22.6 MB/s) 2024-04-24T17:11:54.665 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T17:11:54.766 INFO:teuthology.orchestra.run.smithi163.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-24T17:11:54.771 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T17:11:54.855 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:11:55.200 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T17:11:55.227 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T17:11:55.267 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:11:55.553 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T17:11:55.562 INFO:teuthology.orchestra.run.smithi047.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3285-g5904d294-1jammy [112 kB] 2024-04-24T17:11:55.579 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T17:11:55.597 INFO:teuthology.orchestra.run.smithi047.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3285-g5904d294-1jammy [466 kB] 2024-04-24T17:11:55.620 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:11:55.711 INFO:teuthology.orchestra.run.smithi047.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3285-g5904d294-1jammy [25.8 MB] 2024-04-24T17:11:55.894 INFO:teuthology.orchestra.run.smithi194.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3285-g5904d294-1jammy [5,093 kB] 2024-04-24T17:11:56.057 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T17:11:56.083 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:11:56.131 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:11:56.488 INFO:teuthology.orchestra.run.smithi194.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3285-g5904d294-1jammy [244 kB] 2024-04-24T17:11:56.506 INFO:teuthology.orchestra.run.smithi194.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T17:11:56.530 INFO:teuthology.orchestra.run.smithi194.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3285-g5904d294-1jammy [1,544 kB] 2024-04-24T17:11:56.543 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T17:11:56.569 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:11:56.609 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:11:56.722 INFO:teuthology.orchestra.run.smithi194.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3285-g5904d294-1jammy [6,257 kB] 2024-04-24T17:11:56.913 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T17:11:56.939 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:11:56.971 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:11:57.341 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T17:11:57.367 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T17:11:57.407 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:11:57.461 INFO:teuthology.orchestra.run.smithi194.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3285-g5904d294-1jammy [22.8 MB] 2024-04-24T17:11:57.743 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package librados2. 2024-04-24T17:11:57.770 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:11:57.810 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:11:58.238 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package librbd1. 2024-04-24T17:11:58.264 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:11:58.327 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:11:58.882 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T17:11:58.909 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:11:58.940 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:11:59.226 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-rados. 2024-04-24T17:11:59.252 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:11:59.293 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:11:59.606 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T17:11:59.621 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:11:59.655 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:11:59.866 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T17:11:59.882 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:11:59.916 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:00.137 INFO:teuthology.orchestra.run.smithi194.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3285-g5904d294-1jammy [14.1 kB] 2024-04-24T17:12:00.137 INFO:teuthology.orchestra.run.smithi194.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3285-g5904d294-1jammy [870 kB] 2024-04-24T17:12:00.154 INFO:teuthology.orchestra.run.smithi194.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3285-g5904d294-1jammy [2,437 kB] 2024-04-24T17:12:00.236 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T17:12:00.262 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:00.302 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:00.406 INFO:teuthology.orchestra.run.smithi194.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3285-g5904d294-1jammy [792 kB] 2024-04-24T17:12:00.481 INFO:teuthology.orchestra.run.smithi194.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3285-g5904d294-1jammy [149 kB] 2024-04-24T17:12:00.492 INFO:teuthology.orchestra.run.smithi194.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3285-g5904d294-1jammy [2,297 kB] 2024-04-24T17:12:00.597 INFO:teuthology.orchestra.run.smithi047.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3285-g5904d294-1jammy [5,093 kB] 2024-04-24T17:12:00.655 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T17:12:00.681 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T17:12:00.699 INFO:teuthology.orchestra.run.smithi194.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3285-g5904d294-1jammy [8,625 kB] 2024-04-24T17:12:00.722 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:12:01.041 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T17:12:01.068 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T17:12:01.068 INFO:teuthology.orchestra.run.smithi047.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3285-g5904d294-1jammy [244 kB] 2024-04-24T17:12:01.080 INFO:teuthology.orchestra.run.smithi047.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T17:12:01.094 INFO:teuthology.orchestra.run.smithi047.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3285-g5904d294-1jammy [1,544 kB] 2024-04-24T17:12:01.108 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T17:12:01.251 INFO:teuthology.orchestra.run.smithi047.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3285-g5904d294-1jammy [6,257 kB] 2024-04-24T17:12:01.352 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T17:12:01.379 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:01.410 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:01.480 INFO:teuthology.orchestra.run.smithi194.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3285-g5904d294-1jammy [14.2 kB] 2024-04-24T17:12:01.480 INFO:teuthology.orchestra.run.smithi194.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3285-g5904d294-1jammy [51.7 MB] 2024-04-24T17:12:01.738 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T17:12:01.765 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T17:12:01.805 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:12:01.879 INFO:teuthology.orchestra.run.smithi047.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3285-g5904d294-1jammy [22.8 MB] 2024-04-24T17:12:02.091 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T17:12:02.106 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T17:12:02.149 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:12:02.427 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T17:12:02.454 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T17:12:02.493 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:12:02.797 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package lua5.1. 2024-04-24T17:12:02.823 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T17:12:02.855 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:12:03.158 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package lua-any. 2024-04-24T17:12:03.185 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T17:12:03.225 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T17:12:03.542 INFO:teuthology.orchestra.run.smithi047.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3285-g5904d294-1jammy [14.1 kB] 2024-04-24T17:12:03.542 INFO:teuthology.orchestra.run.smithi047.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3285-g5904d294-1jammy [870 kB] 2024-04-24T17:12:03.559 INFO:teuthology.orchestra.run.smithi047.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3285-g5904d294-1jammy [2,437 kB] 2024-04-24T17:12:03.636 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package zip. 2024-04-24T17:12:03.662 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T17:12:03.702 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T17:12:03.719 INFO:teuthology.orchestra.run.smithi047.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3285-g5904d294-1jammy [792 kB] 2024-04-24T17:12:03.769 INFO:teuthology.orchestra.run.smithi047.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3285-g5904d294-1jammy [149 kB] 2024-04-24T17:12:03.774 INFO:teuthology.orchestra.run.smithi047.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3285-g5904d294-1jammy [2,297 kB] 2024-04-24T17:12:03.934 INFO:teuthology.orchestra.run.smithi047.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3285-g5904d294-1jammy [8,625 kB] 2024-04-24T17:12:04.005 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package unzip. 2024-04-24T17:12:04.032 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T17:12:04.081 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:12:04.472 INFO:teuthology.orchestra.run.smithi047.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3285-g5904d294-1jammy [14.2 kB] 2024-04-24T17:12:04.473 INFO:teuthology.orchestra.run.smithi047.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3285-g5904d294-1jammy [51.7 MB] 2024-04-24T17:12:04.476 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package luarocks. 2024-04-24T17:12:04.502 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T17:12:04.542 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:12:04.900 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package librgw2. 2024-04-24T17:12:04.927 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:04.958 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:05.453 INFO:teuthology.orchestra.run.smithi194.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T17:12:05.455 INFO:teuthology.orchestra.run.smithi194.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3285-g5904d294-1jammy [38.9 kB] 2024-04-24T17:12:05.456 INFO:teuthology.orchestra.run.smithi194.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3285-g5904d294-1jammy [13.6 MB] 2024-04-24T17:12:05.461 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T17:12:05.487 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:05.527 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:05.872 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T17:12:05.898 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T17:12:05.938 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:12:06.241 INFO:teuthology.orchestra.run.smithi194.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3285-g5904d294-1jammy [91.4 kB] 2024-04-24T17:12:06.266 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T17:12:06.293 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:06.333 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:06.678 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-common. 2024-04-24T17:12:06.705 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:06.736 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:06.782 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 181 MB in 20s (8,868 kB/s) 2024-04-24T17:12:06.922 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T17:12:07.021 INFO:teuthology.orchestra.run.smithi194.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-24T17:12:07.026 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T17:12:07.120 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:12:07.182 INFO:teuthology.orchestra.run.smithi047.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T17:12:07.186 INFO:teuthology.orchestra.run.smithi047.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3285-g5904d294-1jammy [38.9 kB] 2024-04-24T17:12:07.186 INFO:teuthology.orchestra.run.smithi047.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3285-g5904d294-1jammy [13.6 MB] 2024-04-24T17:12:07.449 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T17:12:07.475 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T17:12:07.507 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:12:07.539 INFO:teuthology.orchestra.run.smithi047.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3285-g5904d294-1jammy [91.4 kB] 2024-04-24T17:12:07.835 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T17:12:07.861 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T17:12:07.901 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:12:08.083 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-base. 2024-04-24T17:12:08.100 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 181 MB in 22s (8,383 kB/s) 2024-04-24T17:12:08.110 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:08.159 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:08.373 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T17:12:08.478 INFO:teuthology.orchestra.run.smithi047.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-24T17:12:08.484 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T17:12:08.571 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:12:08.571 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T17:12:08.598 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:12:08.646 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:12:08.770 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T17:12:08.797 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T17:12:08.837 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:12:08.883 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T17:12:08.909 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T17:12:08.958 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:12:09.032 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T17:12:09.059 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:12:09.091 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:12:09.115 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T17:12:09.142 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T17:12:09.181 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:12:09.277 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T17:12:09.304 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T17:12:09.344 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:12:09.427 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T17:12:09.453 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:12:09.468 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T17:12:09.493 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:12:09.494 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T17:12:09.526 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:12:09.722 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T17:12:09.749 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:12:09.797 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:12:09.812 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T17:12:09.839 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T17:12:09.878 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:12:09.880 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T17:12:09.906 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T17:12:09.947 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:12:10.182 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T17:12:10.208 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T17:12:10.209 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T17:12:10.236 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:12:10.248 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:12:10.249 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librados2. 2024-04-24T17:12:10.275 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:12:10.276 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:10.316 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:10.526 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T17:12:10.553 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T17:12:10.592 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T17:12:10.595 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T17:12:10.621 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:12:10.661 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:12:10.744 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librbd1. 2024-04-24T17:12:10.770 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:10.810 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:10.828 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-portend. 2024-04-24T17:12:10.855 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T17:12:10.895 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T17:12:10.922 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T17:12:10.938 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T17:12:10.972 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:12:11.206 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T17:12:11.233 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T17:12:11.238 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T17:12:11.264 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:11.273 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T17:12:11.296 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:11.300 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librados2. 2024-04-24T17:12:11.327 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:11.367 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:11.548 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rados. 2024-04-24T17:12:11.563 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:11.593 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T17:12:11.607 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:11.619 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T17:12:11.659 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:12:11.820 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librbd1. 2024-04-24T17:12:11.846 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:11.886 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:11.951 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T17:12:11.977 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:12.004 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T17:12:12.018 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:12.031 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T17:12:12.070 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T17:12:12.270 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T17:12:12.272 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T17:12:12.285 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:12.288 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:12.328 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:12.338 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:12.390 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T17:12:12.417 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T17:12:12.457 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T17:12:12.566 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rados. 2024-04-24T17:12:12.581 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:12.615 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:12.639 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T17:12:12.666 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:12.706 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:12.735 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T17:12:12.761 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T17:12:12.801 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:12:13.009 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T17:12:13.035 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T17:12:13.046 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-mako. 2024-04-24T17:12:13.060 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T17:12:13.067 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:12:13.072 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T17:12:13.087 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:13.104 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:12:13.127 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:13.362 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T17:12:13.378 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T17:12:13.378 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:13.405 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T17:12:13.421 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:13.424 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T17:12:13.445 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T17:12:13.451 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T17:12:13.490 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:12:13.707 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T17:12:13.734 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:13.739 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T17:12:13.766 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:13.773 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:13.802 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T17:12:13.806 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:13.828 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T17:12:13.868 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:12:14.043 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T17:12:14.070 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T17:12:14.101 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:12:14.150 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T17:12:14.177 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T17:12:14.217 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:12:14.379 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-webob. 2024-04-24T17:12:14.387 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T17:12:14.406 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T17:12:14.414 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T17:12:14.446 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:12:14.454 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T17:12:14.461 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T17:12:14.476 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T17:12:14.519 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:12:14.706 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T17:12:14.722 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:14.764 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:14.782 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T17:12:14.809 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T17:12:14.822 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T17:12:14.844 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:12:14.849 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T17:12:14.889 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:12:15.109 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T17:12:15.135 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T17:12:15.136 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T17:12:15.162 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T17:12:15.175 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:12:15.201 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:12:15.233 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua5.1. 2024-04-24T17:12:15.260 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T17:12:15.300 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:12:15.412 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T17:12:15.438 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T17:12:15.469 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:12:15.504 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-paste. 2024-04-24T17:12:15.531 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T17:12:15.571 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:12:15.603 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-any. 2024-04-24T17:12:15.630 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T17:12:15.661 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T17:12:15.730 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T17:12:15.746 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T17:12:15.789 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:12:15.882 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T17:12:15.897 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package zip. 2024-04-24T17:12:15.898 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T17:12:15.912 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T17:12:15.932 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:12:15.955 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T17:12:16.084 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua5.1. 2024-04-24T17:12:16.110 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T17:12:16.142 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:12:16.210 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T17:12:16.237 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T17:12:16.267 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package unzip. 2024-04-24T17:12:16.277 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:12:16.293 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T17:12:16.333 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:12:16.437 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-any. 2024-04-24T17:12:16.463 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T17:12:16.503 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T17:12:16.605 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T17:12:16.631 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T17:12:16.671 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T17:12:16.728 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package luarocks. 2024-04-24T17:12:16.755 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T17:12:16.756 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package zip. 2024-04-24T17:12:16.771 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T17:12:16.795 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:12:16.814 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T17:12:16.991 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T17:12:17.017 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T17:12:17.057 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:12:17.144 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librgw2. 2024-04-24T17:12:17.150 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package unzip. 2024-04-24T17:12:17.159 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:17.177 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T17:12:17.194 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:17.217 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:12:17.437 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T17:12:17.464 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T17:12:17.503 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T17:12:17.537 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package luarocks. 2024-04-24T17:12:17.564 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T17:12:17.604 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:12:17.705 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T17:12:17.720 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:17.763 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:17.831 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-idna. 2024-04-24T17:12:17.858 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T17:12:17.906 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T17:12:17.989 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librgw2. 2024-04-24T17:12:18.018 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:18.055 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:18.167 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T17:12:18.183 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T17:12:18.217 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:12:18.453 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-requests. 2024-04-24T17:12:18.469 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T17:12:18.503 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:12:18.765 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T17:12:18.792 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T17:12:18.840 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:12:18.935 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T17:12:18.962 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T17:12:19.116 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:12:19.324 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T17:12:19.340 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:19.382 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:19.402 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T17:12:19.429 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:19.469 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:19.710 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T17:12:19.737 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T17:12:19.776 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:12:19.822 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-common. 2024-04-24T17:12:19.849 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:19.880 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:19.977 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T17:12:20.003 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:20.043 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:20.079 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T17:12:20.106 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:20.146 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:20.431 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T17:12:20.458 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:20.499 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-common. 2024-04-24T17:12:20.506 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:20.526 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:20.557 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:20.784 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T17:12:20.810 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T17:12:20.842 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:12:21.103 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T17:12:21.127 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-base. 2024-04-24T17:12:21.130 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T17:12:21.154 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:21.170 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T17:12:21.195 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:21.523 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T17:12:21.549 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:21.589 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:21.731 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T17:12:21.758 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T17:12:21.798 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:12:21.979 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-base. 2024-04-24T17:12:21.992 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T17:12:22.006 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:22.019 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:22.055 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:22.059 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:22.125 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T17:12:22.152 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T17:12:22.192 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:12:22.520 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T17:12:22.546 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T17:12:22.586 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:12:22.587 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T17:12:22.614 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:22.625 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T17:12:22.651 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T17:12:22.654 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:22.691 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:12:22.864 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T17:12:22.891 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T17:12:22.931 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:12:22.936 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T17:12:22.962 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T17:12:23.002 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:12:23.192 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T17:12:23.218 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T17:12:23.258 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:12:23.547 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T17:12:23.561 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T17:12:23.573 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T17:12:23.587 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T17:12:23.613 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:12:23.628 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T17:12:23.716 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph. 2024-04-24T17:12:23.742 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:23.782 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:23.908 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-portend. 2024-04-24T17:12:23.916 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T17:12:23.934 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T17:12:23.943 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T17:12:23.966 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T17:12:23.982 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:12:24.101 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T17:12:24.129 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:24.168 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:24.244 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T17:12:24.270 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T17:12:24.285 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T17:12:24.310 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T17:12:24.312 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T17:12:24.352 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:12:24.613 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T17:12:24.613 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T17:12:24.629 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T17:12:24.639 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T17:12:24.663 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T17:12:24.679 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:12:24.688 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T17:12:24.715 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:24.746 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:24.932 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-portend. 2024-04-24T17:12:24.959 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T17:12:24.983 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T17:12:24.999 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T17:12:25.009 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T17:12:25.049 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T17:12:25.174 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package cephadm. 2024-04-24T17:12:25.201 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:25.240 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:25.301 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T17:12:25.328 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T17:12:25.344 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T17:12:25.368 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T17:12:25.370 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T17:12:25.410 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T17:12:25.543 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T17:12:25.570 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T17:12:25.609 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T17:12:25.654 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T17:12:25.681 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T17:12:25.713 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T17:12:25.721 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:12:25.739 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T17:12:25.780 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:12:25.953 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T17:12:25.969 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:12:26.012 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:12:26.083 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T17:12:26.091 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-mako. 2024-04-24T17:12:26.110 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T17:12:26.117 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T17:12:26.157 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:12:26.174 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T17:12:26.444 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T17:12:26.459 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T17:12:26.460 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T17:12:26.483 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T17:12:26.494 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T17:12:26.518 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:12:26.730 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T17:12:26.757 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T17:12:26.796 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:12:26.805 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T17:12:26.831 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T17:12:26.871 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:12:27.025 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-babel. 2024-04-24T17:12:27.041 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:12:27.075 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:12:27.099 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-mako. 2024-04-24T17:12:27.126 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T17:12:27.166 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:12:27.166 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webob. 2024-04-24T17:12:27.192 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T17:12:27.232 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:12:27.370 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T17:12:27.396 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T17:12:27.428 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:12:27.494 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T17:12:27.521 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T17:12:27.560 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:12:27.585 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T17:12:27.611 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T17:12:27.655 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:12:27.739 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T17:12:27.766 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:27.797 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:27.872 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T17:12:27.898 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T17:12:27.938 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:12:27.971 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T17:12:27.997 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T17:12:28.038 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:12:28.101 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T17:12:28.127 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T17:12:28.159 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T17:12:28.191 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webob. 2024-04-24T17:12:28.218 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T17:12:28.249 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:12:28.332 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-paste. 2024-04-24T17:12:28.359 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T17:12:28.390 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:12:28.420 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-routes. 2024-04-24T17:12:28.447 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T17:12:28.486 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:12:28.602 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T17:12:28.629 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T17:12:28.672 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:12:28.693 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T17:12:28.709 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T17:12:28.751 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:12:28.773 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T17:12:28.799 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:28.831 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:28.980 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T17:12:29.007 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T17:12:29.012 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T17:12:29.039 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T17:12:29.046 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:12:29.070 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:12:29.333 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-paste. 2024-04-24T17:12:29.357 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T17:12:29.359 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T17:12:29.383 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T17:12:29.399 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:12:29.423 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T17:12:29.719 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T17:12:29.726 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T17:12:29.735 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T17:12:29.753 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T17:12:29.777 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:12:29.793 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:12:30.063 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T17:12:30.090 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T17:12:30.129 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:12:30.155 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T17:12:30.169 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T17:12:30.182 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T17:12:30.185 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T17:12:30.214 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T17:12:30.227 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:12:30.433 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T17:12:30.460 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T17:12:30.499 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T17:12:30.541 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-idna. 2024-04-24T17:12:30.568 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T17:12:30.608 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T17:12:30.723 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T17:12:30.750 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T17:12:30.789 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:12:30.835 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T17:12:30.862 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T17:12:30.901 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:12:30.919 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T17:12:30.946 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T17:12:30.986 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:12:31.143 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T17:12:31.170 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T17:12:31.209 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:12:31.265 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T17:12:31.292 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T17:12:31.314 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-requests. 2024-04-24T17:12:31.331 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T17:12:31.341 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T17:12:31.380 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:12:31.495 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T17:12:31.522 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T17:12:31.561 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:12:31.634 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-idna. 2024-04-24T17:12:31.650 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T17:12:31.684 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T17:12:31.692 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T17:12:31.718 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T17:12:31.758 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:12:31.937 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T17:12:31.964 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T17:12:32.011 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T17:12:32.011 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:12:32.038 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:32.077 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:32.287 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T17:12:32.306 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests. 2024-04-24T17:12:32.314 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:32.319 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T17:12:32.356 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:12:32.438 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:32.474 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T17:12:32.501 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:32.541 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:32.659 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T17:12:32.686 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T17:12:32.726 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:12:32.851 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T17:12:32.878 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T17:12:32.918 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:12:32.979 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T17:12:32.995 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:33.037 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:33.179 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T17:12:33.195 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T17:12:33.229 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T17:12:33.376 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T17:12:33.383 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T17:12:33.399 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:33.402 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T17:12:33.433 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:33.442 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T17:12:33.557 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T17:12:33.584 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:33.623 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:33.736 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T17:12:33.764 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T17:12:33.803 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:12:33.861 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T17:12:33.888 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T17:12:33.927 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:12:34.027 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T17:12:34.053 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:34.093 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:34.140 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T17:12:34.167 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T17:12:34.206 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:12:34.239 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T17:12:34.266 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T17:12:34.305 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T17:12:34.518 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T17:12:34.545 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T17:12:34.584 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T17:12:34.642 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T17:12:34.668 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:34.688 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T17:12:34.708 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:34.714 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:34.754 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:35.044 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T17:12:35.046 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T17:12:35.071 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:35.074 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T17:12:35.102 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:35.179 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T17:12:35.499 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T17:12:35.526 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T17:12:35.566 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:12:35.731 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T17:12:35.758 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:35.797 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:35.807 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph. 2024-04-24T17:12:35.823 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:35.866 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:35.877 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T17:12:35.904 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T17:12:35.943 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T17:12:36.127 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T17:12:36.153 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:36.185 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:36.255 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T17:12:36.282 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T17:12:36.321 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:12:36.546 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T17:12:36.573 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:36.612 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:36.875 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph. 2024-04-24T17:12:36.892 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:36.933 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:37.012 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T17:12:37.028 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:37.040 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package cephadm. 2024-04-24T17:12:37.067 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:37.070 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:37.107 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:37.253 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T17:12:37.280 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:37.319 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:37.390 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T17:12:37.417 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T17:12:37.418 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T17:12:37.444 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T17:12:37.456 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:12:37.484 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T17:12:37.631 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T17:12:37.658 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:37.697 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:37.734 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T17:12:37.750 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:12:37.800 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:12:37.812 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T17:12:37.827 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:12:37.870 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:12:38.061 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package jq. 2024-04-24T17:12:38.089 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:12:38.109 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package cephadm. 2024-04-24T17:12:38.128 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T17:12:38.136 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:38.175 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:38.380 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package socat. 2024-04-24T17:12:38.408 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T17:12:38.447 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:12:38.490 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T17:12:38.513 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T17:12:38.552 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T17:12:38.758 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T17:12:38.774 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T17:12:38.816 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:12:38.873 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T17:12:38.888 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:12:38.950 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-babel. 2024-04-24T17:12:38.977 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:12:39.016 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:12:39.048 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:12:39.179 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-test. 2024-04-24T17:12:39.207 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:39.245 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:39.625 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T17:12:39.652 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T17:12:39.702 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:12:40.039 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T17:12:40.065 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:40.068 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-babel. 2024-04-24T17:12:40.096 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:12:40.105 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:40.135 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:12:40.450 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T17:12:40.463 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T17:12:40.477 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T17:12:40.490 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T17:12:40.516 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T17:12:40.529 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:12:40.786 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-routes. 2024-04-24T17:12:40.813 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T17:12:40.844 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:12:40.874 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T17:12:40.901 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:40.940 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:41.155 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T17:12:41.182 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:41.222 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:41.243 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T17:12:41.268 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T17:12:41.301 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T17:12:41.558 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T17:12:41.586 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:41.588 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-routes. 2024-04-24T17:12:41.616 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T17:12:41.624 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:41.654 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:12:41.937 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T17:12:41.952 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:41.966 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T17:12:41.993 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:41.994 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:42.032 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:42.280 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T17:12:42.296 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T17:12:42.338 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:12:42.502 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T17:12:42.518 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T17:12:42.560 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:12:42.609 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T17:12:42.626 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T17:12:42.668 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:12:43.055 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T17:12:43.071 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T17:12:43.083 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T17:12:43.098 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T17:12:43.121 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:12:43.138 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:12:43.212 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T17:12:43.228 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T17:12:43.270 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:12:43.491 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T17:12:43.518 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T17:12:43.558 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:12:43.577 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package pkg-config. 2024-04-24T17:12:43.604 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T17:12:43.659 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:12:43.774 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T17:12:43.801 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T17:12:43.840 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:12:43.869 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T17:12:43.896 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T17:12:43.912 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T17:12:43.928 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T17:12:43.935 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:12:43.970 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:12:44.218 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T17:12:44.246 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T17:12:44.285 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:12:44.407 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T17:12:44.434 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T17:12:44.473 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T17:12:44.612 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T17:12:44.618 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T17:12:44.640 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T17:12:44.646 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:44.687 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:12:44.733 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T17:12:44.761 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T17:12:44.770 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:44.809 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T17:12:45.087 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T17:12:45.114 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T17:12:45.157 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:12:45.362 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T17:12:45.379 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:45.498 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:45.690 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T17:12:45.715 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T17:12:45.717 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T17:12:45.742 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T17:12:45.756 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T17:12:45.781 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T17:12:46.084 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-py. 2024-04-24T17:12:46.084 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T17:12:46.111 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T17:12:46.111 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T17:12:46.150 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T17:12:46.151 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:12:46.393 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T17:12:46.420 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T17:12:46.437 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T17:12:46.459 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T17:12:46.465 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T17:12:46.495 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:12:46.504 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T17:12:46.531 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T17:12:46.570 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:12:46.762 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T17:12:46.789 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T17:12:46.828 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:12:46.882 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T17:12:46.908 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T17:12:46.949 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T17:12:46.965 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T17:12:46.976 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T17:12:47.015 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:12:47.123 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T17:12:47.151 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T17:12:47.190 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:12:47.260 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T17:12:47.287 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T17:12:47.327 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T17:12:47.368 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-toml. 2024-04-24T17:12:47.395 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T17:12:47.434 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T17:12:47.484 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T17:12:47.512 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T17:12:47.551 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T17:12:47.596 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T17:12:47.623 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T17:12:47.654 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:12:47.737 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T17:12:47.764 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T17:12:47.803 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:12:47.871 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T17:12:47.898 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T17:12:47.937 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T17:12:47.949 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T17:12:47.976 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T17:12:48.024 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T17:12:48.148 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T17:12:48.176 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T17:12:48.215 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:12:48.257 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T17:12:48.285 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T17:12:48.324 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:12:48.352 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T17:12:48.379 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T17:12:48.418 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:12:48.484 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T17:12:48.500 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T17:12:48.542 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:12:48.610 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T17:12:48.638 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T17:12:48.694 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T17:12:48.972 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T17:12:48.999 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T17:12:49.023 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T17:12:49.038 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:12:49.040 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:49.082 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:49.246 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package radosgw. 2024-04-24T17:12:49.274 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:49.312 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:49.410 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T17:12:49.437 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T17:12:49.476 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:12:49.762 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T17:12:49.790 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:12:49.837 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:12:49.868 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T17:12:49.885 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:49.926 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:50.106 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package jq. 2024-04-24T17:12:50.115 INFO:teuthology.orchestra.run.smithi163.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T17:12:50.122 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:12:50.143 INFO:teuthology.orchestra.run.smithi163.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:50.164 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T17:12:50.181 INFO:teuthology.orchestra.run.smithi163.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:50.254 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T17:12:50.282 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T17:12:50.321 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:12:50.417 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package socat. 2024-04-24T17:12:50.433 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T17:12:50.476 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:12:50.503 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T17:12:50.590 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T17:12:50.618 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:12:50.648 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:12:50.762 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:12:50.804 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T17:12:50.831 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T17:12:50.870 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:12:50.901 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package jq. 2024-04-24T17:12:50.929 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:12:50.929 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:12:50.968 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T17:12:51.163 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T17:12:51.212 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package socat. 2024-04-24T17:12:51.215 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-test. 2024-04-24T17:12:51.228 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T17:12:51.231 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:51.262 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:12:51.274 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:51.471 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T17:12:51.523 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T17:12:51.540 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T17:12:51.582 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:12:51.878 INFO:teuthology.orchestra.run.smithi163.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T17:12:51.919 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-test. 2024-04-24T17:12:51.935 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:51.948 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:51.968 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:52.522 INFO:teuthology.orchestra.run.smithi163.stdout:Adding system user cephadm....done 2024-04-24T17:12:52.678 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:12:52.937 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:12:53.163 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:12:53.298 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:12:53.470 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T17:12:53.497 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:53.536 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:53.565 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T17:12:53.825 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:12:53.857 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T17:12:53.872 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:53.915 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:53.960 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T17:12:54.251 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T17:12:54.269 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:12:54.273 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T17:12:54.278 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T17:12:54.301 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:12:54.317 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:12:54.340 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:54.643 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T17:12:54.646 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T17:12:54.671 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:12:54.680 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T17:12:54.707 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T17:12:54.709 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:54.738 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:12:54.889 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T17:12:55.004 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T17:12:55.032 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T17:12:55.070 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:12:55.148 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:12:55.351 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T17:12:55.375 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T17:12:55.378 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T17:12:55.392 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T17:12:55.408 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:12:55.425 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:12:55.433 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:12:55.668 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:12:55.770 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T17:12:55.799 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T17:12:55.837 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:12:55.863 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package pkg-config. 2024-04-24T17:12:55.891 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T17:12:55.929 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:12:56.016 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:12:56.191 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T17:12:56.218 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T17:12:56.259 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package pkg-config. 2024-04-24T17:12:56.265 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:12:56.287 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T17:12:56.325 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:12:56.528 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:12:56.569 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T17:12:56.586 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T17:12:56.628 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:12:56.677 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T17:12:56.704 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T17:12:56.743 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T17:12:56.837 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:12:56.947 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:12:57.039 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T17:12:57.046 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T17:12:57.047 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:12:57.068 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T17:12:57.073 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T17:12:57.106 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T17:12:57.112 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T17:12:57.165 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:12:57.350 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T17:12:57.367 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T17:12:57.400 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T17:12:57.416 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:12:57.441 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T17:12:57.468 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T17:12:57.516 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:12:57.695 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T17:12:57.723 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T17:12:57.761 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:12:57.768 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T17:12:57.784 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T17:12:57.805 INFO:teuthology.orchestra.run.smithi163.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T17:12:57.818 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T17:12:57.846 INFO:teuthology.orchestra.run.smithi163.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T17:12:57.902 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:12:58.053 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T17:12:58.075 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T17:12:58.102 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T17:12:58.137 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-py. 2024-04-24T17:12:58.141 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T17:12:58.165 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T17:12:58.204 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T17:12:58.404 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:12:58.477 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-py. 2024-04-24T17:12:58.482 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T17:12:58.506 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T17:12:58.506 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T17:12:58.510 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T17:12:58.540 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:12:58.543 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T17:12:58.748 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:12:58.872 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T17:12:58.900 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T17:12:58.940 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:12:59.016 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:12:59.053 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T17:12:59.080 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T17:12:59.119 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:12:59.317 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T17:12:59.392 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T17:12:59.421 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T17:12:59.438 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-toml. 2024-04-24T17:12:59.443 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:12:59.458 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:12:59.466 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T17:12:59.505 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T17:12:59.736 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-toml. 2024-04-24T17:12:59.765 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T17:12:59.802 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T17:12:59.807 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T17:12:59.835 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T17:12:59.874 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:13:00.038 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T17:13:00.056 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T17:13:00.088 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:13:00.128 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:13:00.229 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T17:13:00.257 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T17:13:00.304 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:13:00.379 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:13:00.409 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T17:13:00.437 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T17:13:00.475 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:13:00.488 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:13:00.573 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T17:13:00.589 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T17:13:00.589 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:13:00.623 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:13:00.686 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T17:13:00.714 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T17:13:00.744 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:13:00.882 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T17:13:01.275 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T17:13:01.360 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package radosgw. 2024-04-24T17:13:01.388 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:13:01.426 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:01.439 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package radosgw. 2024-04-24T17:13:01.468 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:13:01.506 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:01.526 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:13:01.919 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:13:02.204 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:13:02.212 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T17:13:02.229 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:13:02.271 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:02.309 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T17:13:02.325 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:13:02.358 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:02.522 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:13:02.583 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T17:13:02.646 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T17:13:02.773 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:13:02.849 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:13:02.899 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:02.905 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:13:02.977 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:13:03.056 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:13:03.217 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T17:13:03.233 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T17:13:03.324 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T17:13:03.533 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T17:13:03.534 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:13:03.657 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T17:13:03.966 INFO:teuthology.orchestra.run.smithi194.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T17:13:04.078 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:04.147 INFO:teuthology.orchestra.run.smithi047.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T17:13:04.225 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:04.603 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user cephadm....done 2024-04-24T17:13:04.706 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:13:04.794 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:13:04.958 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:04.975 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user cephadm....done 2024-04-24T17:13:05.092 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T17:13:05.221 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:13:05.402 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:13:05.488 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:13:05.527 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:13:05.614 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:13:05.637 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:13:05.709 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:13:05.873 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T17:13:05.913 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:13:05.991 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:13:06.133 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:13:06.155 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T17:13:06.250 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:13:06.251 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T17:13:06.352 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:13:06.398 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:06.524 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:13:06.544 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:13:06.628 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T17:13:06.834 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:13:06.887 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:13:06.904 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T17:13:07.013 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T17:13:07.094 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T17:13:07.189 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T17:13:07.340 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:13:07.353 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T17:13:07.465 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:13:07.587 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:13:07.709 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T17:13:07.733 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:13:07.846 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T17:13:07.968 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T17:13:07.975 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:13:08.114 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:13:08.226 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:13:08.240 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T17:13:08.244 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:13:08.481 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:08.495 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:13:08.516 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:13:08.651 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:13:08.746 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:13:08.803 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:13:08.929 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:13:08.960 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:13:08.989 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:13:09.055 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:13:09.181 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:13:09.240 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:09.261 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:13:09.432 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:13:09.504 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:13:09.516 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:13:09.617 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:13:09.621 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:13:09.718 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:13:09.747 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:13:09.810 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T17:13:09.835 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:13:09.837 INFO:teuthology.orchestra.run.smithi163.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T17:13:09.837 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T17:13:09.902 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:13:10.028 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T17:13:10.075 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:13:10.095 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:13:10.200 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:13:10.379 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:13:10.480 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T17:13:10.493 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T17:13:10.527 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T17:13:10.581 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:13:10.602 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:13:10.724 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T17:13:10.869 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T17:13:10.964 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:13:10.978 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T17:13:11.100 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:13:11.201 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T17:13:11.213 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:11.265 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:13:11.339 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:13:11.477 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:13:11.558 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T17:13:11.648 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:13:11.667 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:13:11.778 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:13:11.941 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:13:12.104 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T17:13:12.226 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T17:13:12.255 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:13:12.319 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:13:12.376 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T17:13:12.570 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:13:12.644 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T17:13:12.696 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:13:12.822 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:13:12.903 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:13:12.924 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:13:13.123 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T17:13:13.175 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:13:13.240 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:13:13.276 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:13:13.385 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:13:13.507 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T17:13:13.633 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T17:13:13.695 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T17:13:13.742 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:13:13.918 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:13:14.079 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T17:13:14.127 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:13:14.253 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:13:14.330 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:13:14.363 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:14.411 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:13:14.464 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:14.590 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:13:14.707 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:13:14.737 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:13:14.934 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:14.988 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:13:15.016 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:13:15.060 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:15.136 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:15.186 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T17:13:15.368 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:13:15.432 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T17:13:15.462 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:15.589 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:15.602 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:13:15.715 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:15.728 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:15.767 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:13:15.930 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:13:15.930 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:13:16.029 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T17:13:16.355 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:13:16.449 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:16.583 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:16.709 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:16.835 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:13:16.964 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:13:17.223 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:17.358 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T17:13:17.586 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:13:17.634 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:13:17.760 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:13:17.820 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:17.886 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:13:17.955 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T17:13:18.055 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:18.171 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:13:18.181 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:18.222 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:13:18.307 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:18.340 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:13:18.413 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T17:13:18.433 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:18.475 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:13:18.559 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:18.656 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:18.776 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:13:18.782 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:13:19.019 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T17:13:19.068 INFO:teuthology.orchestra.run.smithi163.stdout:Adding group ceph....done 2024-04-24T17:13:19.083 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:13:19.270 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:19.334 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T17:13:19.396 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:13:19.436 INFO:teuthology.orchestra.run.smithi163.stdout:Adding system user ceph....done 2024-04-24T17:13:19.588 INFO:teuthology.orchestra.run.smithi163.stdout:Setting system user ceph properties....done 2024-04-24T17:13:19.593 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T17:13:19.602 INFO:teuthology.orchestra.run.smithi163.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T17:13:19.705 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:13:19.737 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T17:13:19.870 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:13:19.956 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T17:13:20.077 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T17:13:20.112 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T17:13:20.216 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T17:13:20.372 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:13:20.467 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:13:20.489 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T17:13:20.568 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:20.686 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:20.709 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T17:13:20.757 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:13:20.858 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:13:21.127 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:13:21.131 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:13:21.131 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:13:21.159 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:13:21.253 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T17:13:21.460 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:13:21.546 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:13:21.580 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:21.672 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:13:21.719 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:13:21.845 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:13:21.916 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T17:13:21.965 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:13:21.971 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:13:22.061 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T17:13:22.266 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:13:22.289 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:13:22.398 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:22.415 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:13:22.517 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:13:22.621 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:13:22.621 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:13:22.643 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:13:22.769 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:13:22.791 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:13:22.859 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T17:13:23.060 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T17:13:23.103 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:13:23.116 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:23.186 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T17:13:23.238 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:13:23.333 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:13:23.333 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:13:23.453 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:23.554 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:13:23.622 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:13:23.809 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:23.855 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:13:23.890 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T17:13:24.025 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T17:13:24.075 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:13:24.075 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:13:24.164 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:13:24.259 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:13:24.385 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:13:24.441 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T17:13:24.536 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:24.541 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T17:13:24.645 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:24.703 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:13:24.788 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:24.834 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T17:13:25.004 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:13:25.005 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:13:25.005 INFO:teuthology.orchestra.run.smithi163.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:13:25.110 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:13:25.263 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T17:13:25.389 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T17:13:25.447 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:13:25.497 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:25.640 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:25.665 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T17:13:25.766 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:25.823 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T17:13:25.917 INFO:teuthology.orchestra.run.smithi163.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:25.958 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:13:26.091 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:13:26.270 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T17:13:26.344 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:13:26.410 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:13:26.442 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T17:13:26.520 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:26.621 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:26.730 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:13:26.738 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T17:13:26.774 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T17:13:27.022 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:13:27.066 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:27.201 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:27.327 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T17:13:27.367 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:13:27.493 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:27.594 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:27.628 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:27.695 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:13:27.754 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:27.857 INFO:teuthology.orchestra.run.smithi163.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T17:13:27.880 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.031 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.093 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:13:28.093 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:13:28.157 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.292 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T17:13:28.488 INFO:teuthology.orchestra.run.smithi163.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T17:13:28.494 DEBUG:teuthology.parallel:result is None 2024-04-24T17:13:28.540 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.576 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.649 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.686 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.753 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.786 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:28.867 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:13:28.987 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:13:28.988 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:13:29.455 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:29.580 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:29.706 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:29.832 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:13:30.046 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:30.155 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:30.281 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:30.407 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:30.533 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:31.077 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:31.084 INFO:teuthology.orchestra.run.smithi194.stdout:Adding group ceph....done 2024-04-24T17:13:31.195 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:31.296 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:31.397 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:31.531 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:31.627 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user ceph....done 2024-04-24T17:13:31.795 INFO:teuthology.orchestra.run.smithi194.stdout:Setting system user ceph properties....done 2024-04-24T17:13:31.815 INFO:teuthology.orchestra.run.smithi194.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T17:13:31.959 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T17:13:32.008 INFO:teuthology.orchestra.run.smithi047.stdout:Adding group ceph....done 2024-04-24T17:13:32.246 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T17:13:32.367 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user ceph....done 2024-04-24T17:13:32.536 INFO:teuthology.orchestra.run.smithi047.stdout:Setting system user ceph properties....done 2024-04-24T17:13:32.552 INFO:teuthology.orchestra.run.smithi047.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T17:13:32.704 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T17:13:32.725 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:32.852 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:33.053 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T17:13:33.306 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:13:33.306 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:13:33.549 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:33.650 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:33.761 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:34.108 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T17:13:34.113 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:13:34.113 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:13:34.597 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:34.601 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:34.827 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:13:34.827 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:13:34.928 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T17:13:35.256 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:35.452 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:13:35.453 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:13:35.453 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:35.679 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:13:35.679 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:13:36.104 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:36.155 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:36.362 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:13:36.362 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:13:36.381 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:13:36.381 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:13:36.822 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:36.848 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:36.948 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:37.099 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:37.132 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:13:37.132 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:13:37.316 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:13:37.317 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:13:37.616 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:37.717 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:37.817 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:37.843 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:37.959 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:38.061 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:13:38.061 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:13:38.085 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:38.228 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:38.572 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T17:13:38.585 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:38.672 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T17:13:38.729 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:38.825 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T17:13:38.846 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:38.997 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:13:39.359 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T17:13:39.467 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T17:13:39.611 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T17:13:39.909 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T17:13:40.562 INFO:teuthology.orchestra.run.smithi194.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T17:13:40.568 DEBUG:teuthology.parallel:result is None 2024-04-24T17:13:40.712 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T17:13:41.338 INFO:teuthology.orchestra.run.smithi047.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T17:13:41.343 DEBUG:teuthology.parallel:result is None 2024-04-24T17:13:41.344 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:13:41.575 DEBUG:teuthology.orchestra.run.smithi047:> dpkg-query -W -f '${Version}' ceph 2024-04-24T17:13:41.595 INFO:teuthology.orchestra.run.smithi047.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T17:13:41.596 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:13:41.596 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T17:13:41.599 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:13:41.745 DEBUG:teuthology.orchestra.run.smithi163:> dpkg-query -W -f '${Version}' ceph 2024-04-24T17:13:41.764 INFO:teuthology.orchestra.run.smithi163.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T17:13:41.764 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:13:41.764 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T17:13:41.767 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:13:41.992 DEBUG:teuthology.orchestra.run.smithi194:> dpkg-query -W -f '${Version}' ceph 2024-04-24T17:13:42.011 INFO:teuthology.orchestra.run.smithi194.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T17:13:42.011 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:13:42.012 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T17:13:42.013 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-24T17:13:42.013 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:13:42.014 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T17:13:42.028 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:13:42.028 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T17:13:42.042 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:13:42.042 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T17:13:42.067 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-24T17:13:42.067 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:13:42.067 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T17:13:42.083 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T17:13:42.137 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:13:42.138 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T17:13:42.151 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T17:13:42.207 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:13:42.207 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T17:13:42.221 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T17:13:42.274 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-24T17:13:42.275 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:13:42.275 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T17:13:42.289 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T17:13:42.346 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:13:42.346 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T17:13:42.360 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T17:13:42.415 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:13:42.415 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T17:13:42.430 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T17:13:42.486 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-24T17:13:42.487 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:13:42.487 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T17:13:42.502 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T17:13:42.557 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:13:42.557 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T17:13:42.571 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T17:13:42.626 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:13:42.627 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T17:13:42.639 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T17:13:42.694 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T17:13:42.808 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'} 2024-04-24T17:13:42.808 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:13:42.809 INFO:tasks.cephadm:Cluster fsid is 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:13:42.809 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T17:13:42.809 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.47', 'mon.b': '172.21.15.163', 'mon.c': '172.21.15.194'} 2024-04-24T17:13:42.809 INFO:tasks.cephadm:First mon is mon.a on smithi047 2024-04-24T17:13:42.809 INFO:tasks.cephadm:First mgr is a 2024-04-24T17:13:42.809 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T17:13:42.810 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-04-24T17:13:42.824 DEBUG:teuthology.orchestra.run.smithi163:> sudo hostname $(hostname -s) 2024-04-24T17:13:42.839 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2024-04-24T17:13:42.853 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T17:13:42.854 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:13:43.003 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/78851/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3285-g5904d294', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3285-g5904d294-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-24 15:35:30.146514', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-24-0937', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-24T17:13:43.217 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-24-0937, sha1 5904d29475f5be602879d9fb26280e89b808d5cc from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:13:43.219 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-24T17:13:43.219 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:43.871 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:13 /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:43.871 DEBUG:teuthology.orchestra.run.smithi163:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:44.512 INFO:teuthology.orchestra.run.smithi163.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:13 /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:44.512 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:45.005 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:13 /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:45.006 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:45.014 DEBUG:teuthology.orchestra.run.smithi163:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:45.021 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:13:45.039 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc on all hosts... 2024-04-24T17:13:45.039 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:13:45.059 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:13:45.064 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:13:45.227 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:13:45.232 INFO:teuthology.orchestra.run.smithi163.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:13:45.237 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:15:16.026 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-04-24T17:15:16.026 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:15:16.027 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:15:16.027 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-04-24T17:15:16.027 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:15:16.027 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-04-24T17:15:16.027 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-04-24T17:15:19.975 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2024-04-24T17:15:19.975 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:15:19.976 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:15:19.976 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2024-04-24T17:15:19.976 INFO:teuthology.orchestra.run.smithi194.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:15:19.976 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2024-04-24T17:15:19.976 INFO:teuthology.orchestra.run.smithi194.stdout:} 2024-04-24T17:15:30.574 INFO:teuthology.orchestra.run.smithi163.stdout:{ 2024-04-24T17:15:30.575 INFO:teuthology.orchestra.run.smithi163.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:15:30.575 INFO:teuthology.orchestra.run.smithi163.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:15:30.575 INFO:teuthology.orchestra.run.smithi163.stdout: "repo_digests": [ 2024-04-24T17:15:30.575 INFO:teuthology.orchestra.run.smithi163.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:15:30.575 INFO:teuthology.orchestra.run.smithi163.stdout: ] 2024-04-24T17:15:30.575 INFO:teuthology.orchestra.run.smithi163.stdout:} 2024-04-24T17:15:30.614 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-04-24T17:15:30.629 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /etc/ceph 2024-04-24T17:15:30.642 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2024-04-24T17:15:30.656 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-04-24T17:15:30.687 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 777 /etc/ceph 2024-04-24T17:15:30.700 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2024-04-24T17:15:30.712 INFO:tasks.cephadm:Writing seed config... 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T17:15:30.713 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T17:15:30.714 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:15:30.714 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T17:15:30.735 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 = 005da470-025e-11ef-bc93-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-24T17:15:30.735 DEBUG:teuthology.orchestra.run.smithi047:mon.a> sudo journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a.service 2024-04-24T17:15:30.780 DEBUG:teuthology.orchestra.run.smithi047:mgr.a> sudo journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.a.service 2024-04-24T17:15:30.827 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T17:15:30.827 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -v bootstrap --fsid 005da470-025e-11ef-bc93-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.47 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:15:31.036 INFO:teuthology.orchestra.run.smithi047.stdout:-------------------------------------------------------------------------------- 2024-04-24T17:15:31.036 INFO:teuthology.orchestra.run.smithi047.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc', '-v', 'bootstrap', '--fsid', '005da470-025e-11ef-bc93-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.47', '--skip-admin-label'] 2024-04-24T17:15:31.037 INFO:teuthology.orchestra.run.smithi047.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-24T17:15:31.037 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying podman|docker is present... 2024-04-24T17:15:31.037 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying lvm2 is present... 2024-04-24T17:15:31.037 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying time synchronization is in place... 2024-04-24T17:15:31.043 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:15:31.043 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:15:31.049 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:15:31.049 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.054 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:15:31.055 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:15:31.058 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:15:31.059 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.063 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:15:31.063 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout masked 2024-04-24T17:15:31.067 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:15:31.067 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.072 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:15:31.072 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:15:31.075 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:15:31.075 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.079 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-04-24T17:15:31.083 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-04-24T17:15:31.083 INFO:teuthology.orchestra.run.smithi047.stdout:Unit ntp.service is enabled and running 2024-04-24T17:15:31.083 INFO:teuthology.orchestra.run.smithi047.stdout:Repeating the final host check... 2024-04-24T17:15:31.083 INFO:teuthology.orchestra.run.smithi047.stdout:docker (/usr/bin/docker) is present 2024-04-24T17:15:31.083 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl is present 2024-04-24T17:15:31.083 INFO:teuthology.orchestra.run.smithi047.stdout:lvcreate is present 2024-04-24T17:15:31.087 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:15:31.087 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:15:31.090 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:15:31.090 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.094 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:15:31.094 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:15:31.097 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:15:31.097 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.101 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:15:31.101 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout masked 2024-04-24T17:15:31.104 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:15:31.104 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.108 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:15:31.108 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:15:31.111 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:15:31.111 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout inactive 2024-04-24T17:15:31.115 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout enabled 2024-04-24T17:15:31.119 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stdout active 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Unit ntp.service is enabled and running 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Host looks OK 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Cluster fsid: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Acquiring lock 140474969335712 on /run/cephadm/005da470-025e-11ef-bc93-c7b262605968.lock 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Lock 140474969335712 acquired on /run/cephadm/005da470-025e-11ef-bc93-c7b262605968.lock 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 3300 ... 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying IP 172.21.15.47 port 6789 ... 2024-04-24T17:15:31.120 INFO:teuthology.orchestra.run.smithi047.stdout:Base mon IP(s) is [172.21.15.47:3300, 172.21.15.47:6789], mon addrv is [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-04-24T17:15:31.122 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-24T17:15:31.123 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-24T17:15:31.123 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.47 2024-04-24T17:15:31.125 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T17:15:31.125 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-24T17:15:31.125 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1787sec hoplimit 64 pref medium 2024-04-24T17:15:31.127 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T17:15:31.127 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T17:15:31.127 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:15:31.127 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-24T17:15:31.127 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:148e/64 scope link 2024-04-24T17:15:31.127 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:15:31.128 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-04-24T17:15:31.128 INFO:teuthology.orchestra.run.smithi047.stdout:Mon IP `172.21.15.47` is in CIDR network `172.21.0.0/20` 2024-04-24T17:15:31.128 INFO:teuthology.orchestra.run.smithi047.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-24T17:15:31.128 INFO:teuthology.orchestra.run.smithi047.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T17:15:31.129 INFO:teuthology.orchestra.run.smithi047.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:15:31.351 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout 5904d29475f5be602879d9fb26280e89b808d5cc: Pulling from ceph-ci/ceph 2024-04-24T17:15:31.351 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout Digest: sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a 2024-04-24T17:15:31.351 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:15:31.352 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:15:32.762 INFO:teuthology.orchestra.run.smithi047.stdout:ceph: stdout ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:15:32.762 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph version: ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:15:32.762 INFO:teuthology.orchestra.run.smithi047.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T17:15:33.917 INFO:teuthology.orchestra.run.smithi047.stdout:stat: stdout 167 167 2024-04-24T17:15:33.917 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial keys... 2024-04-24T17:15:35.171 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQA2Pilm+onrJRAABJTCUhL5s2NHj135cS9dfw== 2024-04-24T17:15:36.276 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQA3PilmRBu/LhAA8pcfMdrb1CTYrZ/WSNxxPA== 2024-04-24T17:15:37.438 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-authtool: stdout AQA4Pilm0EttNRAAbc9cHucIxmFiF90fO/WGpg== 2024-04-24T17:15:37.439 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial monmap... 2024-04-24T17:15:38.661 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:15:38.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T17:15:38.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:38.662 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:15:38.662 INFO:teuthology.orchestra.run.smithi047.stdout:monmaptool for a [v2:172.21.15.47:3300,v1:172.21.15.47:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:15:38.662 INFO:teuthology.orchestra.run.smithi047.stdout:setting min_mon_release = quincy 2024-04-24T17:15:38.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: set fsid to 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:38.663 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:15:38.663 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:15:38.663 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mon... 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 1 imported monmap: 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:15:39.930 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 0 /usr/bin/ceph-mon: set fsid to 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 4 rocksdb: Git sha 0 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 4 rocksdb: DB SUMMARY 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.365+0000 7ff90f346c80 4 rocksdb: DB Session ID: 1WXD93PZ61BJVY2AY9BF 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-24T17:15:39.931 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.create_if_missing: 1 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.env: 0x55aa3efc8cc0 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.info_log: 0x55aa413cf020 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:15:39.932 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:15:39.933 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.write_buffer_manager: 0x55aa4139eaa0 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:15:39.934 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:15:39.935 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:15:39.936 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:15:39.936 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:15:39.936 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:15:39.937 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:15:39.937 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:15:39.937 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:15:39.937 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:15:39.938 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:15:39.938 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:15:39.938 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:15:39.938 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:15:39.938 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:15:39.939 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:15:39.939 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:15:39.939 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:15:39.939 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:15:39.939 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:15:39.939 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:15:39.940 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:15:39.940 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:15:39.940 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:15:39.940 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:15:39.940 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:15:39.940 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:15:39.941 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:15:39.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:15:39.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:15:39.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:15:39.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:15:39.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:15:39.942 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:15:39.943 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:15:39.943 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:15:39.943 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:15:39.943 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:15:39.943 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:15:39.943 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-24T17:15:39.943 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-24T17:15:39.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:15:39.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:15:39.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:15:39.944 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:15:39.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:15:39.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:15:39.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:15:39.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:15:39.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aa413cf1e0) 2024-04-24T17:15:39.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-24T17:15:39.945 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:15:39.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:15:39.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-24T17:15:39.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-24T17:15:39.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-24T17:15:39.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-24T17:15:39.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:15:39.946 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55aa413d11f0 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-24T17:15:39.947 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-24T17:15:39.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-24T17:15:39.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-24T17:15:39.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-24T17:15:39.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-24T17:15:39.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-24T17:15:39.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-24T17:15:39.948 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-24T17:15:39.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-24T17:15:39.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-24T17:15:39.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-24T17:15:39.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-24T17:15:39.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-24T17:15:39.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-24T17:15:39.949 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-24T17:15:39.950 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-24T17:15:39.950 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-24T17:15:39.950 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-24T17:15:39.950 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-24T17:15:39.950 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-24T17:15:39.951 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-24T17:15:39.951 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.951 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:15:39.951 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:15:39.951 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:15:39.951 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:15:39.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:15:39.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:15:39.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:15:39.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:15:39.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:15:39.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:15:39.952 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:15:39.953 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:15:39.953 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:15:39.953 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:15:39.953 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:15:39.953 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:15:39.953 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:15:39.953 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:15:39.954 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:15:39.955 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:15:39.955 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:15:39.955 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:15:39.955 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:15:39.955 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:15:39.955 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:15:39.955 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:15:39.956 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:15:39.956 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:15:39.956 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:15:39.956 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:15:39.956 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:15:39.956 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:15:39.957 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:15:39.957 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:15:39.957 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:15:39.957 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:15:39.957 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:15:39.957 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:15:39.958 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:15:39.958 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:15:39.958 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:15:39.958 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:15:39.958 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:15:39.958 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:15:39.958 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:15:39.959 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:15:39.959 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:15:39.959 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:15:39.959 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:15:39.959 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:15:39.959 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:15:39.960 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:15:39.960 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:15:39.960 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:15:39.960 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:15:39.960 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:15:39.960 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:15:39.961 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:15:39.961 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:15:39.961 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:15:39.961 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:15:39.961 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:15:39.961 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:15:39.961 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:15:39.962 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 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-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 75620bef-00ce-4825-af5f-ccf9b2f6ec03 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55aa414c8000 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.369+0000 7ff90f346c80 4 rocksdb: DB pointer 0x55aa414b8000 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.373+0000 7ff8ff4a6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:15:39.963 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.373+0000 7ff8ff4a6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.964 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.965 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.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-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55aa413d11f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.373+0000 7ff90f346c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.373+0000 7ff90f346c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:15:39.373+0000 7ff90f346c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-24T17:15:39.966 INFO:teuthology.orchestra.run.smithi047.stdout:create mon.a on 2024-04-24T17:15:40.192 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-24T17:15:40.398 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-24T17:15:40.618 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-005da470-025e-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-005da470-025e-11ef-bc93-c7b262605968.target. 2024-04-24T17:15:40.618 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-005da470-025e-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-005da470-025e-11ef-bc93-c7b262605968.target. 2024-04-24T17:15:40.919 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a 2024-04-24T17:15:40.919 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-24T17:15:41.119 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-005da470-025e-11ef-bc93-c7b262605968.target.wants/ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-005da470-025e-11ef-bc93-c7b262605968@.service. 2024-04-24T17:15:41.129 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-24T17:15:41.129 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:15:41.130 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon to start... 2024-04-24T17:15:41.130 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mon... 2024-04-24T17:15:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:42 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.617080+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout id: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout services: 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.334932s) 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T17:15:43.779 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T17:15:43.780 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:43.780 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout data: 2024-04-24T17:15:43.780 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T17:15:43.780 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T17:15:43.781 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T17:15:43.781 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T17:15:43.781 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:43.781 INFO:teuthology.orchestra.run.smithi047.stdout:mon is available 2024-04-24T17:15:43.781 INFO:teuthology.orchestra.run.smithi047.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T17:15:44.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.620916+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.620916+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621060+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621060+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621073+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621073+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621089+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621089+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621104+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621104+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621117+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621117+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:15:44.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621130+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621130+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621143+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.621143+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.623041+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.623041+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.625148+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.625148+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.625602+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: cluster 2024-04-24T17:15:42.625602+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: audit 2024-04-24T17:15:42.955787+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/703300752' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:15:44.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:43 smithi047 bash[20970]: audit 2024-04-24T17:15:42.955787+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/703300752' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:15:45.287 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:44 smithi047 bash[20970]: audit 2024-04-24T17:15:44.855073+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.47:0/3853346080' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:15:45.287 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:44 smithi047 bash[20970]: audit 2024-04-24T17:15:44.855073+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.47:0/3853346080' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:15:45.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:44 smithi047 bash[20970]: audit 2024-04-24T17:15:44.860224+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.47:0/3853346080' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:15:45.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:44 smithi047 bash[20970]: audit 2024-04-24T17:15:44.860224+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.47:0/3853346080' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:15:45.425 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:45.425 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:15:45.425 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:45.425 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:15:45.425 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.47:3300,v1:172.21.15.47:6789] 2024-04-24T17:15:45.425 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:15:45.427 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:15:45.428 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:15:45.428 INFO:teuthology.orchestra.run.smithi047.stdout:Generating new minimal ceph.conf... 2024-04-24T17:15:46.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:46 smithi047 bash[20970]: audit 2024-04-24T17:15:46.397632+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.47:0/3350571755' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:15:46.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:46 smithi047 bash[20970]: audit 2024-04-24T17:15:46.397632+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.47:0/3350571755' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:15:46.913 INFO:teuthology.orchestra.run.smithi047.stdout:Restarting the monitor... 2024-04-24T17:15:47.225 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:46 smithi047 systemd[1]: Stopping Ceph mon.a for 005da470-025e-11ef-bc93-c7b262605968... 2024-04-24T17:15:47.225 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:47 smithi047 bash[20970]: debug 2024-04-24T17:15:47.045+0000 7f09585ae700 -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-24T17:15:47.225 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:47 smithi047 bash[20970]: debug 2024-04-24T17:15:47.045+0000 7f09585ae700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T17:15:47.537 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:47 smithi047 bash[21359]: ceph-005da470-025e-11ef-bc93-c7b262605968-mon-a 2024-04-24T17:15:47.583 INFO:teuthology.orchestra.run.smithi047.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-24T17:15:48.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:47 smithi047 bash[21421]: ceph-005da470-025e-11ef-bc93-c7b262605968-mon-a 2024-04-24T17:15:48.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:47 smithi047 systemd[1]: ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-24T17:15:48.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:47 smithi047 systemd[1]: Stopped Ceph mon.a for 005da470-025e-11ef-bc93-c7b262605968. 2024-04-24T17:15:48.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:47 smithi047 systemd[1]: Started Ceph mon.a for 005da470-025e-11ef-bc93-c7b262605968. 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.589+0000 7f31a21d8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.589+0000 7f31a21d8c80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.589+0000 7f31a21d8c80 0 pidfile_write: ignore empty --pid-file 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 0 load: jerasure load: lrc 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Git sha 0 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: DB SUMMARY 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: DB Session ID: D7V7MQAKTQFY3C8XZZFH 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T17:15:48.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88545 ; 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.env: 0x55893fbb2cc0 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.info_log: 0x55894126fdc0 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:15:48.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:15:48.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.write_buffer_manager: 0x5589412410e0 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:15:48.791 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:15:48.793 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:15:48.794 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:15:48.795 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:15:48.796 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:15:48.797 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55894126ff80) 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cache_index_and_filter_blocks: 1 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: pin_top_level_index_and_filter: 1 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: index_type: 0 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: data_block_index_type: 0 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: index_shortening: 1 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: checksum: 4 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: no_block_cache: 0 2024-04-24T17:15:48.798 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_cache: 0x5589412711f0 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_cache_name: BinnedLRUCache 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_cache_options: 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: capacity : 536870912 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: num_shard_bits : 4 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: strict_capacity_limit : 0 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: high_pri_pool_ratio: 0.000 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_cache_compressed: (nil) 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: persistent_cache: (nil) 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_size: 4096 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_size_deviation: 10 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_restart_interval: 16 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: index_block_restart_interval: 1 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: metadata_block_size: 4096 2024-04-24T17:15:48.799 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: partition_filters: 0 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: use_delta_encoding: 1 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: filter_policy: bloomfilter 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: whole_key_filtering: 1 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: verify_compression: 0 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: read_amp_bytes_per_bit: 0 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: format_version: 5 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: enable_index_compression: 1 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: block_align: 0 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: max_auto_readahead_size: 262144 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: prepopulate_block_cache: 0 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: initial_auto_readahead_size: 8192 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: num_file_reads_for_auto_readahead: 2 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:15:48.800 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:15:48.801 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:15:48.802 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:15:48.803 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:15:48.804 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:15:48.805 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.593+0000 7f31a21d8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 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-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 75620bef-00ce-4825-af5f-ccf9b2f6ec03 2024-04-24T17:15:48.806 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713978948600911, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713978948602444, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85284, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83431, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77643, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": "[CompactOnDeletionCollector]", "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": 1713978948, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "75620bef-00ce-4825-af5f-ccf9b2f6ec03", "db_session_id": "D7V7MQAKTQFY3C8XZZFH", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713978948602572, "job": 1, "event": "recovery_finished"} 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.597+0000 7f31a21d8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 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-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558941392000 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 4 rocksdb: DB pointer 0x55894137e000 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f3190930700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f3190930700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: ** DB Stats ** 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 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-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:15:48.807 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 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-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: ** Compaction Stats [default] ** 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 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-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 86.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 86.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 86.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: ** Compaction Stats [default] ** 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 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-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 86.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T17:15:48.808 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Cumulative compaction: 0.00 GB write, 16.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Interval compaction: 0.00 GB write, 16.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 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-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: Block cache BinnedLRUCache@0x5589412711f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 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-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 1 mon.a@-1(???) e1 preinit fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 0 mon.a@-1(???).mds e1 new map 2024-04-24T17:15:48.809 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 0 mon.a@-1(???).mds e1 print_map 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: e1 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 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-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: legacy client fscid: -1 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: No filesystems configured 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: debug 2024-04-24T17:15:48.601+0000 7f31a21d8c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633007+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:15:48.810 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633007+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633104+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633104+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633117+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633117+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633139+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633139+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633152+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633152+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633165+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633165+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633175+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633175+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633192+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:15:48.811 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633192+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:15:48.812 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633619+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:15:48.812 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633619+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:15:48.812 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633655+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:15:48.812 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.633655+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:15:48.812 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.634033+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:15:48.812 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:48 smithi047 bash[21460]: cluster 2024-04-24T17:15:48.634033+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:15:49.407 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T17:15:49.433 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:15:49.433 INFO:teuthology.orchestra.run.smithi047.stdout:Creating mgr... 2024-04-24T17:15:49.433 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T17:15:49.433 INFO:teuthology.orchestra.run.smithi047.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T17:15:49.776 INFO:teuthology.orchestra.run.smithi047.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.a 2024-04-24T17:15:49.776 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Failed to reset failed state of unit ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-24T17:15:49.780 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:49 smithi047 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:15:49.780 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:49 smithi047 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:15:49.974 INFO:teuthology.orchestra.run.smithi047.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-005da470-025e-11ef-bc93-c7b262605968.target.wants/ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-005da470-025e-11ef-bc93-c7b262605968@.service. 2024-04-24T17:15:49.982 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-24T17:15:49.982 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:15:49.982 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-24T17:15:49.983 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-24T17:15:49.983 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr to start... 2024-04-24T17:15:49.983 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr... 2024-04-24T17:15:50.037 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:49 smithi047 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:15:50.037 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:49 smithi047 systemd[1]: Started Ceph mgr.a for 005da470-025e-11ef-bc93-c7b262605968. 2024-04-24T17:15:50.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:49 smithi047 bash[21460]: audit 2024-04-24T17:15:48.792593+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.47:0/2737409978' entity='client.admin' 2024-04-24T17:15:50.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:49 smithi047 bash[21460]: audit 2024-04-24T17:15:48.792593+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.47:0/2737409978' entity='client.admin' 2024-04-24T17:15:50.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:49 smithi047 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:15:51.787 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:51 smithi047 bash[21460]: audit 2024-04-24T17:15:51.420503+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2434189617' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:15:51.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:51 smithi047 bash[21460]: audit 2024-04-24T17:15:51.420503+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.47:0/2434189617' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:15:51.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:51 smithi047 bash[21709]: debug 2024-04-24T17:15:51.361+0000 7fbaad65c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:15:52.052 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:52.052 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:15:52.052 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "005da470-025e-11ef-bc93-c7b262605968", 2024-04-24T17:15:52.052 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:15:52.052 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:15:52.052 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:15:52.053 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:15:52.054 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:52.054 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T17:15:52.054 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:15:52.054 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:52.054 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:15:52.054 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:15:52.054 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:15:52.055 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:15:52.056 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:15:52.057 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:15:52.058 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:15:42.622201+0000", 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:15:52.059 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (1/15)... 2024-04-24T17:15:53.287 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:52 smithi047 bash[21709]: debug 2024-04-24T17:15:52.985+0000 7fbaad65c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:15:53.287 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:53 smithi047 bash[21709]: debug 2024-04-24T17:15:53.085+0000 7fbaad65c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:15:53.787 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:53 smithi047 bash[21709]: debug 2024-04-24T17:15:53.337+0000 7fbaad65c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:15:54.385 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:54 smithi047 bash[21709]: debug 2024-04-24T17:15:54.165+0000 7fbaad65c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:15:54.385 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:54 smithi047 bash[21709]: debug 2024-04-24T17:15:54.277+0000 7fbaad65c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:15:54.386 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:54 smithi047 bash[21709]: debug 2024-04-24T17:15:54.381+0000 7fbaad65c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:15:55.037 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:54 smithi047 bash[21709]: debug 2024-04-24T17:15:54.745+0000 7fbaad65c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:15:55.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:54 smithi047 bash[21709]: debug 2024-04-24T17:15:54.861+0000 7fbaad65c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:15:55.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:54 smithi047 bash[21709]: debug 2024-04-24T17:15:54.973+0000 7fbaad65c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:15:55.537 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:55 smithi047 bash[21709]: debug 2024-04-24T17:15:55.341+0000 7fbaad65c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:15:55.537 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:55 smithi047 bash[21460]: audit 2024-04-24T17:15:55.141301+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.47:0/3367967583' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:15:55.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:55 smithi047 bash[21460]: audit 2024-04-24T17:15:55.141301+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.47:0/3367967583' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:15:55.760 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:55.760 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:15:55.760 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "005da470-025e-11ef-bc93-c7b262605968", 2024-04-24T17:15:55.760 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:15:55.760 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:15:55.761 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:15:55.762 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:15:55.763 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:15:42.622201+0000", 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:15:55.764 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (2/15)... 2024-04-24T17:15:55.861 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:55 smithi047 bash[21709]: debug 2024-04-24T17:15:55.585+0000 7fbaad65c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:15:56.258 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:55 smithi047 bash[21709]: debug 2024-04-24T17:15:55.857+0000 7fbaad65c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:15:56.258 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:55 smithi047 bash[21709]: debug 2024-04-24T17:15:55.973+0000 7fbaad65c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:15:56.537 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:56 smithi047 bash[21709]: debug 2024-04-24T17:15:56.253+0000 7fbaad65c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:15:57.037 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:56 smithi047 bash[21709]: debug 2024-04-24T17:15:56.681+0000 7fbaad65c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:15:57.037 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:56 smithi047 bash[21709]: debug 2024-04-24T17:15:56.929+0000 7fbaad65c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:15:57.307 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:57 smithi047 bash[21709]: debug 2024-04-24T17:15:57.049+0000 7fbaad65c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:15:57.778 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:57 smithi047 bash[21709]: debug 2024-04-24T17:15:57.305+0000 7fbaad65c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:15:58.772 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:58 smithi047 bash[21709]: debug 2024-04-24T17:15:58.345+0000 7fbaad65c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:15:58.773 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:58 smithi047 bash[21709]: debug 2024-04-24T17:15:58.465+0000 7fbaad65c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:15:58.773 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:58 smithi047 bash[21709]: debug 2024-04-24T17:15:58.769+0000 7fbaad65c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:15:59.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:58 smithi047 bash[21460]: audit 2024-04-24T17:15:58.789931+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.47:0/4210032862' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:15:59.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:58 smithi047 bash[21460]: audit 2024-04-24T17:15:58.789931+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.47:0/4210032862' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:15:59.037 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:58 smithi047 bash[21709]: debug 2024-04-24T17:15:58.885+0000 7fbaad65c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:15:59.387 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:15:59.387 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:15:59.387 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "005da470-025e-11ef-bc93-c7b262605968", 2024-04-24T17:15:59.387 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:15:59.387 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:59.389 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:15:59.391 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:15:59.392 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:15:59.395 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:59.395 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:15:59.395 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:15:59.395 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:15:59.395 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:15:59.395 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:15:59.395 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:15:59.396 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:15:42.622201+0000", 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:15:59.397 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:15:59.398 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:15:59.398 INFO:teuthology.orchestra.run.smithi047.stdout:mgr not available, waiting (3/15)... 2024-04-24T17:15:59.787 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21709]: debug 2024-04-24T17:15:59.357+0000 7fbaad65c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:15:59.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21709]: debug 2024-04-24T17:15:59.481+0000 7fbaad65c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:16:00.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: cluster 2024-04-24T17:15:59.506411+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-24T17:16:00.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: cluster 2024-04-24T17:15:59.506411+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-24T17:16:00.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: cluster 2024-04-24T17:15:59.514109+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00801937s) 2024-04-24T17:16:00.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: cluster 2024-04-24T17:15:59.514109+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00801937s) 2024-04-24T17:16:00.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.515292+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:16:00.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.515292+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:16:00.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.515599+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.515599+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.515865+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.515865+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.516145+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.516145+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.516882+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.516882+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: cluster 2024-04-24T17:15:59.542487+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: cluster 2024-04-24T17:15:59.542487+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.556624+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.556624+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.558668+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.558668+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.561747+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.561747+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' 2024-04-24T17:16:00.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.563828+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' 2024-04-24T17:16:00.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.563828+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' 2024-04-24T17:16:00.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.565776+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' 2024-04-24T17:16:00.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:15:59 smithi047 bash[21460]: audit 2024-04-24T17:15:59.565776+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.47:0/941047040' entity='mgr.a' 2024-04-24T17:16:01.787 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:01 smithi047 bash[21460]: cluster 2024-04-24T17:16:00.521969+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01588s) 2024-04-24T17:16:01.787 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:01 smithi047 bash[21460]: cluster 2024-04-24T17:16:00.521969+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01588s) 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsid": "005da470-025e-11ef-bc93-c7b262605968", 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:16:03.433 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:16:03.434 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:16:03.435 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:16:03.436 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:15:42.622201+0000", 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:16:03.437 INFO:teuthology.orchestra.run.smithi047.stdout:mgr is available 2024-04-24T17:16:03.787 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:03 smithi047 bash[21460]: cluster 2024-04-24T17:16:02.520042+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-24T17:16:03.787 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:03 smithi047 bash[21460]: cluster 2024-04-24T17:16:02.520042+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-24T17:16:03.787 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:03 smithi047 bash[21460]: audit 2024-04-24T17:16:02.884692+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.47:0/1327544957' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:16:03.787 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:03 smithi047 bash[21460]: audit 2024-04-24T17:16:02.884692+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.47:0/1327544957' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:16:05.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:04 smithi047 bash[21460]: audit 2024-04-24T17:16:04.634287+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.47:0/1956534580' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:16:05.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:04 smithi047 bash[21460]: audit 2024-04-24T17:16:04.634287+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.47:0/1956534580' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:16:05.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:04 smithi047 bash[21460]: audit 2024-04-24T17:16:04.638252+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.47:0/1956534580' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:16:05.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:04 smithi047 bash[21460]: audit 2024-04-24T17:16:04.638252+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.47:0/1956534580' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:16:05.259 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:16:05.259 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout fsid = 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:16:05.260 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:16:05.261 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 2024-04-24T17:16:05.261 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:16:05.261 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:16:05.262 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:16:05.262 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling cephadm module... 2024-04-24T17:16:07.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:06 smithi047 bash[21460]: audit 2024-04-24T17:16:06.590126+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.47:0/1812300940' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:16:07.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:06 smithi047 bash[21460]: audit 2024-04-24T17:16:06.590126+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.47:0/1812300940' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:16:07.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:06 smithi047 bash[21709]: ignoring --setuser ceph since I am not root 2024-04-24T17:16:07.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:06 smithi047 bash[21709]: ignoring --setgroup ceph since I am not root 2024-04-24T17:16:07.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:06 smithi047 bash[21709]: debug 2024-04-24T17:16:06.828+0000 7fd254b63200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:16:07.648 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:07 smithi047 bash[21460]: audit 2024-04-24T17:16:06.642237+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.47:0/1812300940' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:16:08.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:07 smithi047 bash[21460]: audit 2024-04-24T17:16:06.642237+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.47:0/1812300940' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:16:08.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:07 smithi047 bash[21460]: cluster 2024-04-24T17:16:06.647980+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-24T17:16:08.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:07 smithi047 bash[21460]: cluster 2024-04-24T17:16:06.647980+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-24T17:16:08.771 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:08 smithi047 bash[21709]: debug 2024-04-24T17:16:08.448+0000 7fd254b63200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:16:08.771 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:08 smithi047 bash[21709]: debug 2024-04-24T17:16:08.548+0000 7fd254b63200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:16:08.772 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:08 smithi047 bash[21460]: audit 2024-04-24T17:16:08.557642+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.47:0/3745420059' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:16:08.772 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:08 smithi047 bash[21460]: audit 2024-04-24T17:16:08.557642+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.47:0/3745420059' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:16:09.037 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:08 smithi047 bash[21709]: debug 2024-04-24T17:16:08.804+0000 7fd254b63200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-04-24T17:16:09.158 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 5... 2024-04-24T17:16:09.889 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:09 smithi047 bash[21709]: debug 2024-04-24T17:16:09.636+0000 7fd254b63200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:16:09.889 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:09 smithi047 bash[21709]: debug 2024-04-24T17:16:09.748+0000 7fd254b63200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:16:09.889 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:09 smithi047 bash[21709]: debug 2024-04-24T17:16:09.856+0000 7fd254b63200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:16:10.537 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:10 smithi047 bash[21709]: debug 2024-04-24T17:16:10.224+0000 7fd254b63200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:16:10.537 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:10 smithi047 bash[21709]: debug 2024-04-24T17:16:10.340+0000 7fd254b63200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:16:10.538 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:10 smithi047 bash[21709]: debug 2024-04-24T17:16:10.448+0000 7fd254b63200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:16:11.287 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:10 smithi047 bash[21709]: debug 2024-04-24T17:16:10.816+0000 7fd254b63200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:16:11.287 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:11 smithi047 bash[21709]: debug 2024-04-24T17:16:11.060+0000 7fd254b63200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:16:11.730 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:11 smithi047 bash[21709]: debug 2024-04-24T17:16:11.328+0000 7fd254b63200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:16:11.730 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:11 smithi047 bash[21709]: debug 2024-04-24T17:16:11.444+0000 7fd254b63200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:16:11.730 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:11 smithi047 bash[21709]: debug 2024-04-24T17:16:11.724+0000 7fd254b63200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:16:12.537 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:12 smithi047 bash[21709]: debug 2024-04-24T17:16:12.176+0000 7fd254b63200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:16:12.537 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:12 smithi047 bash[21709]: debug 2024-04-24T17:16:12.424+0000 7fd254b63200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:16:12.804 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:12 smithi047 bash[21709]: debug 2024-04-24T17:16:12.544+0000 7fd254b63200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:16:13.287 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:12 smithi047 bash[21709]: debug 2024-04-24T17:16:12.800+0000 7fd254b63200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:16:14.287 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:13 smithi047 bash[21709]: debug 2024-04-24T17:16:13.860+0000 7fd254b63200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:16:14.288 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:13 smithi047 bash[21709]: debug 2024-04-24T17:16:13.976+0000 7fd254b63200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:16:14.787 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:14 smithi047 bash[21709]: debug 2024-04-24T17:16:14.284+0000 7fd254b63200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:16:14.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:14 smithi047 bash[21709]: debug 2024-04-24T17:16:14.400+0000 7fd254b63200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:16:15.288 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:14 smithi047 bash[21709]: debug 2024-04-24T17:16:14.868+0000 7fd254b63200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:16:15.288 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:14 smithi047 bash[21709]: debug 2024-04-24T17:16:14.992+0000 7fd254b63200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:16:15.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.017899+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:16:15.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.017899+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:16:15.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.018386+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.018386+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.022168+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.022168+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.022303+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00410942s) 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.022303+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00410942s) 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.024561+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.024561+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.025727+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.025727+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.026669+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.026669+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.026841+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:16:15.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.026841+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:16:15.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.027021+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:16:15.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: audit 2024-04-24T17:16:15.027021+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:16:15.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.054581+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-24T17:16:15.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:15 smithi047 bash[21460]: cluster 2024-04-24T17:16:15.054581+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-24T17:16:16.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: cephadm 2024-04-24T17:16:15.074021+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:16:16.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: cephadm 2024-04-24T17:16:15.074021+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:16:16.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.077766+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.077766+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.082530+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.082530+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.088039+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.088039+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.092049+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.092049+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.101705+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.101705+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.104306+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.104306+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.901378+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.901378+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.906607+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: audit 2024-04-24T17:16:15.906607+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: cluster 2024-04-24T17:16:16.027779+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.00958s) 2024-04-24T17:16:16.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:16 smithi047 bash[21460]: cluster 2024-04-24T17:16:16.027779+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.00958s) 2024-04-24T17:16:16.697 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:16:16.697 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T17:16:16.697 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:16:16.697 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:16:16.697 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 5 is available 2024-04-24T17:16:16.697 INFO:teuthology.orchestra.run.smithi047.stdout:Setting orchestrator backend to cephadm... 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: audit 2024-04-24T17:16:16.026860+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: audit 2024-04-24T17:16:16.026860+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: audit 2024-04-24T17:16:16.044979+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: audit 2024-04-24T17:16:16.044979+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.489398+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Bus STARTING 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.489398+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Bus STARTING 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.611240+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Serving on https://172.21.15.47:7150 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.611240+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Serving on https://172.21.15.47:7150 2024-04-24T17:16:17.329 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: audit 2024-04-24T17:16:16.763948+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:17.330 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:17 smithi047 bash[21460]: audit 2024-04-24T17:16:16.763948+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.712750+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Serving on http://172.21.15.47:8765 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.712750+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Serving on http://172.21.15.47:8765 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.713074+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Bus STARTED 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: cephadm 2024-04-24T17:16:16.713074+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:16:16] ENGINE Bus STARTED 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: cluster 2024-04-24T17:16:17.088589+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: cluster 2024-04-24T17:16:17.088589+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: audit 2024-04-24T17:16:17.949025+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:18.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: audit 2024-04-24T17:16:17.949025+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:18.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: audit 2024-04-24T17:16:17.983517+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:18.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:18 smithi047 bash[21460]: audit 2024-04-24T17:16:17.983517+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:19.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:19 smithi047 bash[21460]: audit 2024-04-24T17:16:17.938347+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:19.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:19 smithi047 bash[21460]: audit 2024-04-24T17:16:17.938347+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:20.316 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T17:16:20.316 INFO:teuthology.orchestra.run.smithi047.stdout:Generating ssh key... 2024-04-24T17:16:21.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:20 smithi047 bash[21460]: audit 2024-04-24T17:16:19.725144+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:21.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:20 smithi047 bash[21460]: audit 2024-04-24T17:16:19.725144+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:22.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: audit 2024-04-24T17:16:21.514113+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:22.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: audit 2024-04-24T17:16:21.514113+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:22.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: cephadm 2024-04-24T17:16:21.514490+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: cephadm 2024-04-24T17:16:21.514490+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: audit 2024-04-24T17:16:21.706126+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: audit 2024-04-24T17:16:21.706126+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: audit 2024-04-24T17:16:21.710490+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21460]: audit 2024-04-24T17:16:21.710490+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: Generating public/private rsa key pair. 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: Your identification has been saved in /tmp/tmpk_ocrbhl/key. 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: Your public key has been saved in /tmp/tmpk_ocrbhl/key.pub. 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: The key fingerprint is: 2024-04-24T17:16:22.039 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: SHA256:KbLr02YCyWZvzRfH4hcQdTYaZh3ekJCgv/ZDhNtuZp8 ceph-005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: The key's randomart image is: 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: +---[RSA 3072]----+ 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | .o*+*o | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | ..o.*o+ | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | . o. . . | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | .o.. | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | . .. . S* | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | * o .+.* | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | o o.+ .o* . | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | =.*.o.B . | 2024-04-24T17:16:22.040 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: | oo= . =.oE | 2024-04-24T17:16:22.041 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:21 smithi047 bash[21709]: +----[SHA256]-----+ 2024-04-24T17:16:23.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:23 smithi047 bash[21460]: audit 2024-04-24T17:16:23.493956+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:23.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:23 smithi047 bash[21460]: audit 2024-04-24T17:16:23.493956+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:24.101 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCziz3IlEZ5QGadjGroZu5VgUwt3uKg0FbZSRowhptBrKghrBgeJCbXvcLaOUTLpUXRrmeI/T3cOkLFpDy0pLZYmL5jCD0rwwKMRAo5IgZY/N2vR2fll4eNMyQM3NBLjHSwmHvN3wTj6mu6ZSfvLJfWxCAtYe6MRl7WeD19nRr2Ih5QzgxLb0Gz8UMzGU/s6p6eg4EiZ+JuGFw6UJxLjAB91ZIO8+HWUc7doyfYlUxxffqgMntgnCA24KBbaOeZvMx4g8HzAHJ6OILzUUnCXucPJP7JAbibgUpLxArfe7H07ldutSqmX3c7nr086Jez2BsImdADk91Wy84jwhSGgYkT5PaGR/avXV7xQRT/GqmrWSRqiXlecAcT5KU58cTBfkj2a3wSmsVhkEFcs+9JLs82vhnBaP7v8G9LCh6c6D852muPYVcLHKnWtq19gCps+ctPcEHgtWLypEz0KMgGHkbtPHfcC0CyQ2gnu3GTfSjHVsVNHrDhMvv4ot/6zAM9Kdk= ceph-005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:16:24.101 INFO:teuthology.orchestra.run.smithi047.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:16:24.101 INFO:teuthology.orchestra.run.smithi047.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T17:16:24.102 INFO:teuthology.orchestra.run.smithi047.stdout:Adding host smithi047... 2024-04-24T17:16:26.037 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:25 smithi047 bash[21460]: audit 2024-04-24T17:16:25.406226+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:26.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:25 smithi047 bash[21460]: audit 2024-04-24T17:16:25.406226+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "addr": "172.21.15.47", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:27.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:26 smithi047 bash[21460]: cephadm 2024-04-24T17:16:26.023689+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi047 2024-04-24T17:16:27.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:26 smithi047 bash[21460]: cephadm 2024-04-24T17:16:26.023689+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi047 2024-04-24T17:16:32.047 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Added host 'smithi047' with addr '172.21.15.47' 2024-04-24T17:16:32.047 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying unmanaged mon service... 2024-04-24T17:16:32.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:32 smithi047 bash[21460]: audit 2024-04-24T17:16:31.083142+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:32.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:32 smithi047 bash[21460]: audit 2024-04-24T17:16:31.083142+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:32.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:32 smithi047 bash[21460]: cephadm 2024-04-24T17:16:31.083600+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi047 2024-04-24T17:16:32.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:32 smithi047 bash[21460]: cephadm 2024-04-24T17:16:31.083600+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi047 2024-04-24T17:16:32.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:32 smithi047 bash[21460]: audit 2024-04-24T17:16:31.101220+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:32.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:32 smithi047 bash[21460]: audit 2024-04-24T17:16:31.101220+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:34.510 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T17:16:34.510 INFO:teuthology.orchestra.run.smithi047.stdout:Deploying unmanaged mgr service... 2024-04-24T17:16:35.163 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:33.887698+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:35.163 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:33.887698+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:35.163 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: cephadm 2024-04-24T17:16:33.889175+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:16:35.163 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: cephadm 2024-04-24T17:16:33.889175+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:16:35.164 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:33.893732+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:35.164 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:33.893732+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:35.164 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:34.126361+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:35.164 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:34.126361+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:35.164 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:34.665887+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:35.164 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:34 smithi047 bash[21460]: audit 2024-04-24T17:16:34.665887+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:36.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:36 smithi047 bash[21460]: cluster 2024-04-24T17:16:35.028220+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:16:36.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:36 smithi047 bash[21460]: cluster 2024-04-24T17:16:35.028220+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:16:36.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:36 smithi047 bash[21460]: audit 2024-04-24T17:16:35.782727+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:36.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:36 smithi047 bash[21460]: audit 2024-04-24T17:16:35.782727+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.47:0/157889306' entity='mgr.a' 2024-04-24T17:16:36.341 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T17:16:37.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:37 smithi047 bash[21460]: audit 2024-04-24T17:16:35.776092+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:37.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:37 smithi047 bash[21460]: audit 2024-04-24T17:16:35.776092+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:37.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:37 smithi047 bash[21460]: cephadm 2024-04-24T17:16:35.778065+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:16:37.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:37 smithi047 bash[21460]: cephadm 2024-04-24T17:16:35.778065+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:16:39.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:38 smithi047 bash[21460]: cluster 2024-04-24T17:16:37.028558+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:16:39.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:38 smithi047 bash[21460]: cluster 2024-04-24T17:16:37.028558+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:16:39.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:38 smithi047 bash[21460]: audit 2024-04-24T17:16:37.605422+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.47:0/3788318601' entity='client.admin' 2024-04-24T17:16:39.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:38 smithi047 bash[21460]: audit 2024-04-24T17:16:37.605422+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.47:0/3788318601' entity='client.admin' 2024-04-24T17:16:39.917 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling the dashboard module... 2024-04-24T17:16:40.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:40 smithi047 bash[21460]: cluster 2024-04-24T17:16:39.028884+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:16:40.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:40 smithi047 bash[21460]: cluster 2024-04-24T17:16:39.028884+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:16:40.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:40 smithi047 bash[21460]: audit 2024-04-24T17:16:39.367792+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.47:0/529757012' entity='client.admin' 2024-04-24T17:16:40.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:40 smithi047 bash[21460]: audit 2024-04-24T17:16:39.367792+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.47:0/529757012' entity='client.admin' 2024-04-24T17:16:41.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:41 smithi047 bash[21460]: audit 2024-04-24T17:16:41.236337+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.47:0/4223338911' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:16:41.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:41 smithi047 bash[21460]: audit 2024-04-24T17:16:41.236337+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.47:0/4223338911' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:16:41.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:41 smithi047 bash[21709]: ignoring --setuser ceph since I am not root 2024-04-24T17:16:41.789 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:41 smithi047 bash[21709]: ignoring --setgroup ceph since I am not root 2024-04-24T17:16:41.789 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:41 smithi047 bash[21709]: debug 2024-04-24T17:16:41.575+0000 7f2d0c55a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:16:42.626 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:42 smithi047 bash[21460]: audit 2024-04-24T17:16:41.373263+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.47:0/4223338911' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:16:42.627 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:42 smithi047 bash[21460]: audit 2024-04-24T17:16:41.373263+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.47:0/4223338911' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:16:42.627 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:42 smithi047 bash[21460]: cluster 2024-04-24T17:16:41.379364+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-04-24T17:16:42.627 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:42 smithi047 bash[21460]: cluster 2024-04-24T17:16:41.379364+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-04-24T17:16:43.484 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:43 smithi047 bash[21709]: debug 2024-04-24T17:16:43.215+0000 7f2d0c55a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:16:43.484 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:43 smithi047 bash[21709]: debug 2024-04-24T17:16:43.315+0000 7f2d0c55a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:16:43.484 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:43 smithi047 bash[21460]: audit 2024-04-24T17:16:43.280477+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.47:0/928320043' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:16:43.484 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:43 smithi047 bash[21460]: audit 2024-04-24T17:16:43.280477+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.47:0/928320043' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:16:43.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:43 smithi047 bash[21709]: debug 2024-04-24T17:16:43.575+0000 7f2d0c55a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:16:43.919 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:16:43.920 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T17:16:43.920 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:16:43.920 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T17:16:43.920 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:16:43.920 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:16:43.920 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for the mgr to restart... 2024-04-24T17:16:43.920 INFO:teuthology.orchestra.run.smithi047.stdout:Waiting for mgr epoch 9... 2024-04-24T17:16:44.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:44 smithi047 bash[21709]: debug 2024-04-24T17:16:44.407+0000 7f2d0c55a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:16:44.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:44 smithi047 bash[21709]: debug 2024-04-24T17:16:44.523+0000 7f2d0c55a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:16:44.788 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:44 smithi047 bash[21709]: debug 2024-04-24T17:16:44.631+0000 7f2d0c55a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:16:45.288 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:45 smithi047 bash[21709]: debug 2024-04-24T17:16:45.003+0000 7f2d0c55a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:16:45.288 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:45 smithi047 bash[21709]: debug 2024-04-24T17:16:45.119+0000 7f2d0c55a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:16:45.288 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:45 smithi047 bash[21709]: debug 2024-04-24T17:16:45.231+0000 7f2d0c55a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:16:45.874 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:45 smithi047 bash[21709]: debug 2024-04-24T17:16:45.603+0000 7f2d0c55a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:16:46.152 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:45 smithi047 bash[21709]: debug 2024-04-24T17:16:45.871+0000 7f2d0c55a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:16:46.152 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:46 smithi047 bash[21709]: debug 2024-04-24T17:16:46.151+0000 7f2d0c55a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:16:46.538 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:46 smithi047 bash[21709]: debug 2024-04-24T17:16:46.271+0000 7f2d0c55a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:16:47.003 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:46 smithi047 bash[21709]: debug 2024-04-24T17:16:46.559+0000 7f2d0c55a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:16:47.254 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:47 smithi047 bash[21709]: debug 2024-04-24T17:16:46.999+0000 7f2d0c55a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:16:47.538 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:47 smithi047 bash[21709]: debug 2024-04-24T17:16:47.251+0000 7f2d0c55a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:16:47.538 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:47 smithi047 bash[21709]: debug 2024-04-24T17:16:47.379+0000 7f2d0c55a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:16:48.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:47 smithi047 bash[21709]: debug 2024-04-24T17:16:47.639+0000 7f2d0c55a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:16:49.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:48 smithi047 bash[21709]: debug 2024-04-24T17:16:48.727+0000 7f2d0c55a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:16:49.038 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:48 smithi047 bash[21709]: debug 2024-04-24T17:16:48.851+0000 7f2d0c55a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:16:49.538 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21709]: debug 2024-04-24T17:16:49.163+0000 7f2d0c55a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:16:49.538 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21709]: debug 2024-04-24T17:16:49.283+0000 7f2d0c55a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:16:50.022 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.914708+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:16:50.022 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.914708+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:16:50.022 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.915194+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-04-24T17:16:50.022 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.915194+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-04-24T17:16:50.022 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.923103+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:16:50.022 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.923103+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:16:50.022 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.923384+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00837584s) 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.923384+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00837584s) 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.925954+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.925954+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.927765+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.927765+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.928883+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.928883+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.929044+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.929044+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.929178+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: audit 2024-04-24T17:16:49.929178+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.955701+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-04-24T17:16:50.023 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21460]: cluster 2024-04-24T17:16:49.955701+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-04-24T17:16:50.024 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21709]: debug 2024-04-24T17:16:49.759+0000 7f2d0c55a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:16:50.024 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:16:49 smithi047 bash[21709]: debug 2024-04-24T17:16:49.887+0000 7f2d0c55a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:16:51.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: audit 2024-04-24T17:16:49.989986+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: audit 2024-04-24T17:16:49.989986+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: audit 2024-04-24T17:16:50.013219+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: audit 2024-04-24T17:16:50.013219+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: audit 2024-04-24T17:16:50.016543+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: audit 2024-04-24T17:16:50.016543+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.349193+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Bus STARTING 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.349193+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Bus STARTING 2024-04-24T17:16:51.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: cluster 2024-04-24T17:16:50.928401+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01338s) 2024-04-24T17:16:51.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:50 smithi047 bash[21460]: cluster 2024-04-24T17:16:50.928401+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01338s) 2024-04-24T17:16:51.627 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:16:51.627 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T17:16:51.627 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:16:51.627 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:16:51.627 INFO:teuthology.orchestra.run.smithi047.stdout:mgr epoch 9 is available 2024-04-24T17:16:51.628 INFO:teuthology.orchestra.run.smithi047.stdout:Generating a dashboard self-signed certificate... 2024-04-24T17:16:52.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.471306+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Serving on https://172.21.15.47:7150 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.471306+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Serving on https://172.21.15.47:7150 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.572662+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Serving on http://172.21.15.47:8765 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.572662+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Serving on http://172.21.15.47:8765 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.572795+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Bus STARTED 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: cephadm 2024-04-24T17:16:50.572795+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:17:16:50] ENGINE Bus STARTED 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: audit 2024-04-24T17:16:50.927010+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: audit 2024-04-24T17:16:50.927010+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: audit 2024-04-24T17:16:50.946587+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:16:52.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:51 smithi047 bash[21460]: audit 2024-04-24T17:16:50.946587+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:16:53.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:52 smithi047 bash[21460]: cluster 2024-04-24T17:16:51.980509+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-24T17:16:53.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:52 smithi047 bash[21460]: cluster 2024-04-24T17:16:51.980509+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-24T17:16:53.665 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T17:16:53.665 INFO:teuthology.orchestra.run.smithi047.stdout:Creating initial admin user... 2024-04-24T17:16:54.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:54 smithi047 bash[21460]: audit 2024-04-24T17:16:52.846278+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:54.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:54 smithi047 bash[21460]: audit 2024-04-24T17:16:52.846278+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:54.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:54 smithi047 bash[21460]: audit 2024-04-24T17:16:53.027646+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:54.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:54 smithi047 bash[21460]: audit 2024-04-24T17:16:53.027646+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:54.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:54 smithi047 bash[21460]: audit 2024-04-24T17:16:53.032344+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:54.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:54 smithi047 bash[21460]: audit 2024-04-24T17:16:53.032344+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:55.804 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$qOBxON3gS29V0zcLL3e/oui0U6S9smH2WKFNjjd.jnKbJlckK9KF2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713979015, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T17:16:55.804 INFO:teuthology.orchestra.run.smithi047.stdout:Fetching dashboard port number... 2024-04-24T17:16:56.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:56 smithi047 bash[21460]: audit 2024-04-24T17:16:54.917067+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:56.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:56 smithi047 bash[21460]: audit 2024-04-24T17:16:54.917067+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:16:56.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:56 smithi047 bash[21460]: audit 2024-04-24T17:16:55.211893+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:56.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:56 smithi047 bash[21460]: audit 2024-04-24T17:16:55.211893+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:57.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:57 smithi047 bash[21460]: cluster 2024-04-24T17:16:56.217170+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-24T17:16:57.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:57 smithi047 bash[21460]: cluster 2024-04-24T17:16:56.217170+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-24T17:16:57.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:57 smithi047 bash[21460]: audit 2024-04-24T17:16:56.904478+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:57.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:57 smithi047 bash[21460]: audit 2024-04-24T17:16:56.904478+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:57.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:57 smithi047 bash[21460]: audit 2024-04-24T17:16:57.011977+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.47:0/4236784718' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:16:57.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:57 smithi047 bash[21460]: audit 2024-04-24T17:16:57.011977+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.47:0/4236784718' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:16:57.667 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T17:16:57.667 INFO:teuthology.orchestra.run.smithi047.stdout:firewalld does not appear to be present 2024-04-24T17:16:57.667 INFO:teuthology.orchestra.run.smithi047.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T17:16:57.668 INFO:teuthology.orchestra.run.smithi047.stdout:Ceph Dashboard is now available at: 2024-04-24T17:16:57.668 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:16:57.668 INFO:teuthology.orchestra.run.smithi047.stdout: URL: https://smithi047.front.sepia.ceph.com:8443/ 2024-04-24T17:16:57.668 INFO:teuthology.orchestra.run.smithi047.stdout: User: admin 2024-04-24T17:16:57.669 INFO:teuthology.orchestra.run.smithi047.stdout: Password: jrq5h9k7g1 2024-04-24T17:16:57.669 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:16:57.669 INFO:teuthology.orchestra.run.smithi047.stdout:Saving cluster configuration to /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config directory 2024-04-24T17:16:57.669 INFO:teuthology.orchestra.run.smithi047.stdout:Enabling autotune for osd_memory_target 2024-04-24T17:16:59.511 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:59 smithi047 bash[21460]: audit 2024-04-24T17:16:58.198550+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:16:59.511 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:16:59 smithi047 bash[21460]: audit 2024-04-24T17:16:58.198550+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 005da470-025e-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.471 INFO:teuthology.orchestra.run.smithi047.stdout: ceph telemetry on 2024-04-24T17:17:01.472 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.472 INFO:teuthology.orchestra.run.smithi047.stdout:For more information see: 2024-04-24T17:17:01.472 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.472 INFO:teuthology.orchestra.run.smithi047.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T17:17:01.472 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:01.472 INFO:teuthology.orchestra.run.smithi047.stdout:Bootstrap complete. 2024-04-24T17:17:01.531 INFO:tasks.cephadm:Fetching config... 2024-04-24T17:17:01.531 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:17:01.532 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T17:17:01.538 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T17:17:01.538 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:17:01.538 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T17:17:01.587 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T17:17:01.587 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:17:01.589 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-24T17:17:01.643 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T17:17:01.643 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:17:01.644 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T17:17:01.691 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T17:17:01.691 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCziz3IlEZ5QGadjGroZu5VgUwt3uKg0FbZSRowhptBrKghrBgeJCbXvcLaOUTLpUXRrmeI/T3cOkLFpDy0pLZYmL5jCD0rwwKMRAo5IgZY/N2vR2fll4eNMyQM3NBLjHSwmHvN3wTj6mu6ZSfvLJfWxCAtYe6MRl7WeD19nRr2Ih5QzgxLb0Gz8UMzGU/s6p6eg4EiZ+JuGFw6UJxLjAB91ZIO8+HWUc7doyfYlUxxffqgMntgnCA24KBbaOeZvMx4g8HzAHJ6OILzUUnCXucPJP7JAbibgUpLxArfe7H07ldutSqmX3c7nr086Jez2BsImdADk91Wy84jwhSGgYkT5PaGR/avXV7xQRT/GqmrWSRqiXlecAcT5KU58cTBfkj2a3wSmsVhkEFcs+9JLs82vhnBaP7v8G9LCh6c6D852muPYVcLHKnWtq19gCps+ctPcEHgtWLypEz0KMgGHkbtPHfcC0CyQ2gnu3GTfSjHVsVNHrDhMvv4ot/6zAM9Kdk= ceph-005da470-025e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:17:01.755 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCziz3IlEZ5QGadjGroZu5VgUwt3uKg0FbZSRowhptBrKghrBgeJCbXvcLaOUTLpUXRrmeI/T3cOkLFpDy0pLZYmL5jCD0rwwKMRAo5IgZY/N2vR2fll4eNMyQM3NBLjHSwmHvN3wTj6mu6ZSfvLJfWxCAtYe6MRl7WeD19nRr2Ih5QzgxLb0Gz8UMzGU/s6p6eg4EiZ+JuGFw6UJxLjAB91ZIO8+HWUc7doyfYlUxxffqgMntgnCA24KBbaOeZvMx4g8HzAHJ6OILzUUnCXucPJP7JAbibgUpLxArfe7H07ldutSqmX3c7nr086Jez2BsImdADk91Wy84jwhSGgYkT5PaGR/avXV7xQRT/GqmrWSRqiXlecAcT5KU58cTBfkj2a3wSmsVhkEFcs+9JLs82vhnBaP7v8G9LCh6c6D852muPYVcLHKnWtq19gCps+ctPcEHgtWLypEz0KMgGHkbtPHfcC0CyQ2gnu3GTfSjHVsVNHrDhMvv4ot/6zAM9Kdk= ceph-005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:01.765 DEBUG:teuthology.orchestra.run.smithi163:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCziz3IlEZ5QGadjGroZu5VgUwt3uKg0FbZSRowhptBrKghrBgeJCbXvcLaOUTLpUXRrmeI/T3cOkLFpDy0pLZYmL5jCD0rwwKMRAo5IgZY/N2vR2fll4eNMyQM3NBLjHSwmHvN3wTj6mu6ZSfvLJfWxCAtYe6MRl7WeD19nRr2Ih5QzgxLb0Gz8UMzGU/s6p6eg4EiZ+JuGFw6UJxLjAB91ZIO8+HWUc7doyfYlUxxffqgMntgnCA24KBbaOeZvMx4g8HzAHJ6OILzUUnCXucPJP7JAbibgUpLxArfe7H07ldutSqmX3c7nr086Jez2BsImdADk91Wy84jwhSGgYkT5PaGR/avXV7xQRT/GqmrWSRqiXlecAcT5KU58cTBfkj2a3wSmsVhkEFcs+9JLs82vhnBaP7v8G9LCh6c6D852muPYVcLHKnWtq19gCps+ctPcEHgtWLypEz0KMgGHkbtPHfcC0CyQ2gnu3GTfSjHVsVNHrDhMvv4ot/6zAM9Kdk= ceph-005da470-025e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:17:01.791 INFO:teuthology.orchestra.run.smithi163.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCziz3IlEZ5QGadjGroZu5VgUwt3uKg0FbZSRowhptBrKghrBgeJCbXvcLaOUTLpUXRrmeI/T3cOkLFpDy0pLZYmL5jCD0rwwKMRAo5IgZY/N2vR2fll4eNMyQM3NBLjHSwmHvN3wTj6mu6ZSfvLJfWxCAtYe6MRl7WeD19nRr2Ih5QzgxLb0Gz8UMzGU/s6p6eg4EiZ+JuGFw6UJxLjAB91ZIO8+HWUc7doyfYlUxxffqgMntgnCA24KBbaOeZvMx4g8HzAHJ6OILzUUnCXucPJP7JAbibgUpLxArfe7H07ldutSqmX3c7nr086Jez2BsImdADk91Wy84jwhSGgYkT5PaGR/avXV7xQRT/GqmrWSRqiXlecAcT5KU58cTBfkj2a3wSmsVhkEFcs+9JLs82vhnBaP7v8G9LCh6c6D852muPYVcLHKnWtq19gCps+ctPcEHgtWLypEz0KMgGHkbtPHfcC0CyQ2gnu3GTfSjHVsVNHrDhMvv4ot/6zAM9Kdk= ceph-005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:01.798 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCziz3IlEZ5QGadjGroZu5VgUwt3uKg0FbZSRowhptBrKghrBgeJCbXvcLaOUTLpUXRrmeI/T3cOkLFpDy0pLZYmL5jCD0rwwKMRAo5IgZY/N2vR2fll4eNMyQM3NBLjHSwmHvN3wTj6mu6ZSfvLJfWxCAtYe6MRl7WeD19nRr2Ih5QzgxLb0Gz8UMzGU/s6p6eg4EiZ+JuGFw6UJxLjAB91ZIO8+HWUc7doyfYlUxxffqgMntgnCA24KBbaOeZvMx4g8HzAHJ6OILzUUnCXucPJP7JAbibgUpLxArfe7H07ldutSqmX3c7nr086Jez2BsImdADk91Wy84jwhSGgYkT5PaGR/avXV7xQRT/GqmrWSRqiXlecAcT5KU58cTBfkj2a3wSmsVhkEFcs+9JLs82vhnBaP7v8G9LCh6c6D852muPYVcLHKnWtq19gCps+ctPcEHgtWLypEz0KMgGHkbtPHfcC0CyQ2gnu3GTfSjHVsVNHrDhMvv4ot/6zAM9Kdk= ceph-005da470-025e-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:17:01.819 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCziz3IlEZ5QGadjGroZu5VgUwt3uKg0FbZSRowhptBrKghrBgeJCbXvcLaOUTLpUXRrmeI/T3cOkLFpDy0pLZYmL5jCD0rwwKMRAo5IgZY/N2vR2fll4eNMyQM3NBLjHSwmHvN3wTj6mu6ZSfvLJfWxCAtYe6MRl7WeD19nRr2Ih5QzgxLb0Gz8UMzGU/s6p6eg4EiZ+JuGFw6UJxLjAB91ZIO8+HWUc7doyfYlUxxffqgMntgnCA24KBbaOeZvMx4g8HzAHJ6OILzUUnCXucPJP7JAbibgUpLxArfe7H07ldutSqmX3c7nr086Jez2BsImdADk91Wy84jwhSGgYkT5PaGR/avXV7xQRT/GqmrWSRqiXlecAcT5KU58cTBfkj2a3wSmsVhkEFcs+9JLs82vhnBaP7v8G9LCh6c6D852muPYVcLHKnWtq19gCps+ctPcEHgtWLypEz0KMgGHkbtPHfcC0CyQ2gnu3GTfSjHVsVNHrDhMvv4ot/6zAM9Kdk= ceph-005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:17:01.828 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T17:17:02.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:01 smithi047 bash[21460]: audit 2024-04-24T17:17:00.926599+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.47:0/737942565' entity='client.admin' 2024-04-24T17:17:02.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:01 smithi047 bash[21460]: audit 2024-04-24T17:17:00.926599+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.47:0/737942565' entity='client.admin' 2024-04-24T17:17:06.461 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:17:06.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:06 smithi047 bash[21460]: audit 2024-04-24T17:17:06.234523+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:17:06.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:06 smithi047 bash[21460]: audit 2024-04-24T17:17:06.234523+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:17:06.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:06 smithi047 bash[21460]: audit 2024-04-24T17:17:06.243603+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:06.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:06 smithi047 bash[21460]: audit 2024-04-24T17:17:06.243603+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:06.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:06 smithi047 bash[21460]: audit 2024-04-24T17:17:06.279666+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:06.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:06 smithi047 bash[21460]: audit 2024-04-24T17:17:06.279666+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:08.239 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T17:17:08.240 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T17:17:09.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:08 smithi047 bash[21460]: audit 2024-04-24T17:17:07.624512+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.47:0/4074063740' entity='client.admin' 2024-04-24T17:17:09.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:08 smithi047 bash[21460]: audit 2024-04-24T17:17:07.624512+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.47:0/4074063740' entity='client.admin' 2024-04-24T17:17:10.725 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:10 smithi047 bash[21460]: cluster 2024-04-24T17:17:10.288797+0000 mon.a (mon.0) 102 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:17:10.726 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:10 smithi047 bash[21460]: cluster 2024-04-24T17:17:10.288797+0000 mon.a (mon.0) 102 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:17:11.604 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:11 smithi047 bash[21460]: cluster 2024-04-24T17:17:10.237928+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:11.604 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:11 smithi047 bash[21460]: cluster 2024-04-24T17:17:10.237928+0000 mgr.a (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:12.718 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:17:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:13 smithi047 bash[21460]: cluster 2024-04-24T17:17:12.238734+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:13 smithi047 bash[21460]: cluster 2024-04-24T17:17:12.238734+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:13 smithi047 bash[21460]: audit 2024-04-24T17:17:12.570493+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:13 smithi047 bash[21460]: audit 2024-04-24T17:17:12.570493+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:13 smithi047 bash[21460]: audit 2024-04-24T17:17:12.605513+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:13 smithi047 bash[21460]: audit 2024-04-24T17:17:12.605513+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:14.378 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi163 2024-04-24T17:17:14.378 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:17:14.378 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.conf 2024-04-24T17:17:14.385 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:17:14.385 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:14.433 INFO:tasks.cephadm:Adding host smithi163 to orchestrator... 2024-04-24T17:17:14.433 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph orch host add smithi163 2024-04-24T17:17:14.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:14 smithi047 bash[21460]: cluster 2024-04-24T17:17:12.565227+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:14.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:14 smithi047 bash[21460]: cluster 2024-04-24T17:17:12.565227+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:14.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:14 smithi047 bash[21460]: cluster 2024-04-24T17:17:12.565947+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:14.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:14 smithi047 bash[21460]: cluster 2024-04-24T17:17:12.565947+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:14.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:14 smithi047 bash[21460]: audit 2024-04-24T17:17:13.774731+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:14.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:14 smithi047 bash[21460]: audit 2024-04-24T17:17:13.774731+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:15.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:15 smithi047 bash[21460]: audit 2024-04-24T17:17:13.769476+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:17:15.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:15 smithi047 bash[21460]: audit 2024-04-24T17:17:13.769476+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:17:16.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:16 smithi047 bash[21460]: cluster 2024-04-24T17:17:14.566656+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:16.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:16 smithi047 bash[21460]: cluster 2024-04-24T17:17:14.566656+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:18.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:18 smithi047 bash[21460]: cluster 2024-04-24T17:17:16.567400+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:18.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:18 smithi047 bash[21460]: cluster 2024-04-24T17:17:16.567400+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:18.867 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:17:19.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:19 smithi047 bash[21460]: audit 2024-04-24T17:17:18.839913+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:19.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:19 smithi047 bash[21460]: audit 2024-04-24T17:17:18.839913+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:19.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:19 smithi047 bash[21460]: audit 2024-04-24T17:17:18.841800+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:19.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:19 smithi047 bash[21460]: audit 2024-04-24T17:17:18.841800+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:20.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cluster 2024-04-24T17:17:18.568141+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cluster 2024-04-24T17:17:18.568141+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:18.844266+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:18.844266+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:19.010220+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:19.010220+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:19.174708+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:19.174708+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:19.339085+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: cephadm 2024-04-24T17:17:19.339085+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: audit 2024-04-24T17:17:19.511042+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:20.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: audit 2024-04-24T17:17:19.511042+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:20.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: audit 2024-04-24T17:17:19.518002+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:20.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: audit 2024-04-24T17:17:19.518002+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:20.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: audit 2024-04-24T17:17:19.552697+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:20.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:20 smithi047 bash[21460]: audit 2024-04-24T17:17:19.552697+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:21.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:21 smithi047 bash[21460]: cluster 2024-04-24T17:17:19.512536+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:21.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:21 smithi047 bash[21460]: cluster 2024-04-24T17:17:19.512536+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:21.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:21 smithi047 bash[21460]: cluster 2024-04-24T17:17:19.513120+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:21.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:21 smithi047 bash[21460]: cluster 2024-04-24T17:17:19.513120+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:21.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:21 smithi047 bash[21460]: audit 2024-04-24T17:17:19.971047+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi163", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:17:21.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:21 smithi047 bash[21460]: audit 2024-04-24T17:17:19.971047+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi163", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:17:22.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:22 smithi047 bash[21460]: cephadm 2024-04-24T17:17:20.616962+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi163 2024-04-24T17:17:22.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:22 smithi047 bash[21460]: cephadm 2024-04-24T17:17:20.616962+0000 mgr.a (mgr.14152) 24 : cephadm [INF] Deploying cephadm binary to smithi163 2024-04-24T17:17:23.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:23 smithi047 bash[21460]: cluster 2024-04-24T17:17:21.513779+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:23.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:23 smithi047 bash[21460]: cluster 2024-04-24T17:17:21.513779+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:25.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:25 smithi047 bash[21460]: cluster 2024-04-24T17:17:23.514444+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:25.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:25 smithi047 bash[21460]: cluster 2024-04-24T17:17:23.514444+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:25.932 INFO:teuthology.orchestra.run.smithi047.stdout:Added host 'smithi163' with addr '172.21.15.163' 2024-04-24T17:17:26.622 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: cluster 2024-04-24T17:17:25.514884+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: cluster 2024-04-24T17:17:25.514884+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:25.932048+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:25.932048+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: cephadm 2024-04-24T17:17:25.933045+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi163 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: cephadm 2024-04-24T17:17:25.933045+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi163 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.478640+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.478640+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.480128+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:27.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.480128+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:27.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.485791+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:27.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.485791+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:27.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.552631+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:27.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:26 smithi047 bash[21460]: audit 2024-04-24T17:17:26.552631+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:28.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:28 smithi047 bash[21460]: cluster 2024-04-24T17:17:26.482054+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:28.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:28 smithi047 bash[21460]: cluster 2024-04-24T17:17:26.482054+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:28.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:28 smithi047 bash[21460]: cluster 2024-04-24T17:17:26.482605+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:28.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:28 smithi047 bash[21460]: cluster 2024-04-24T17:17:26.482605+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:28.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:28 smithi047 bash[21460]: audit 2024-04-24T17:17:27.076941+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:28.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:28 smithi047 bash[21460]: audit 2024-04-24T17:17:27.076941+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:30.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:29 smithi047 bash[21460]: cluster 2024-04-24T17:17:28.483213+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:30.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:29 smithi047 bash[21460]: cluster 2024-04-24T17:17:28.483213+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:30.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:29 smithi047 bash[21460]: audit 2024-04-24T17:17:28.551848+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:30.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:29 smithi047 bash[21460]: audit 2024-04-24T17:17:28.551848+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:31.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:30 smithi047 bash[21460]: audit 2024-04-24T17:17:29.758022+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:31.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:30 smithi047 bash[21460]: audit 2024-04-24T17:17:29.758022+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:31.333 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:17:32.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:31 smithi047 bash[21460]: cluster 2024-04-24T17:17:30.483908+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:32.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:31 smithi047 bash[21460]: cluster 2024-04-24T17:17:30.483908+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:32.783 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:32.783 INFO:teuthology.orchestra.run.smithi047.stdout:[{"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.163", "hostname": "smithi163", "labels": [], "status": ""}] 2024-04-24T17:17:33.696 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2024-04-24T17:17:33.696 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:17:33.696 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2024-04-24T17:17:33.703 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:17:33.703 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:33.748 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2024-04-24T17:17:33.749 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph orch host add smithi194 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: cluster 2024-04-24T17:17:32.484376+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: cluster 2024-04-24T17:17:32.484376+0000 mgr.a (mgr.14152) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:32.782860+0000 mgr.a (mgr.14152) 34 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:32.782860+0000 mgr.a (mgr.14152) 34 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:32.937593+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:32.937593+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:32.939245+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi163", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:32.939245+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi163", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:33.700641+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:33.700641+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:33.701857+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:34.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:33 smithi047 bash[21460]: audit 2024-04-24T17:17:33.701857+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:33.703488+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:33.703488+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:33.918488+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:33.918488+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:34.083517+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:34.083517+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:34.248097+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cephadm 2024-04-24T17:17:34.248097+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: audit 2024-04-24T17:17:34.419877+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:35.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: audit 2024-04-24T17:17:34.419877+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:35.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cluster 2024-04-24T17:17:34.420897+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:35.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cluster 2024-04-24T17:17:34.420897+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:35.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cluster 2024-04-24T17:17:34.421929+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:35.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: cluster 2024-04-24T17:17:34.421929+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:35.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: audit 2024-04-24T17:17:34.425881+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:35.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:35 smithi047 bash[21460]: audit 2024-04-24T17:17:34.425881+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:36.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:36 smithi047 bash[21460]: cluster 2024-04-24T17:17:36.422895+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:36.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:36 smithi047 bash[21460]: cluster 2024-04-24T17:17:36.422895+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:38.467 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:17:38.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:38 smithi047 bash[21460]: cluster 2024-04-24T17:17:38.423831+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:38.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:38 smithi047 bash[21460]: cluster 2024-04-24T17:17:38.423831+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:40.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:40 smithi047 bash[21460]: audit 2024-04-24T17:17:39.672837+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:17:40.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:40 smithi047 bash[21460]: audit 2024-04-24T17:17:39.672837+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:17:40.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:40 smithi047 bash[21460]: cephadm 2024-04-24T17:17:40.333708+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi194 2024-04-24T17:17:40.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:40 smithi047 bash[21460]: cephadm 2024-04-24T17:17:40.333708+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi194 2024-04-24T17:17:40.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:40 smithi047 bash[21460]: cluster 2024-04-24T17:17:40.424879+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:40.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:40 smithi047 bash[21460]: cluster 2024-04-24T17:17:40.424879+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:42 smithi047 bash[21460]: cluster 2024-04-24T17:17:42.425916+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:42 smithi047 bash[21460]: cluster 2024-04-24T17:17:42.425916+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:44.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:44 smithi047 bash[21460]: cluster 2024-04-24T17:17:44.426856+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:44.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:44 smithi047 bash[21460]: cluster 2024-04-24T17:17:44.426856+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:45.917 INFO:teuthology.orchestra.run.smithi047.stdout:Added host 'smithi194' with addr '172.21.15.194' 2024-04-24T17:17:46.533 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T17:17:47.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: audit 2024-04-24T17:17:45.917305+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:47.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: audit 2024-04-24T17:17:45.917305+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:47.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: cephadm 2024-04-24T17:17:45.918212+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Added host smithi194 2024-04-24T17:17:47.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: cephadm 2024-04-24T17:17:45.918212+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Added host smithi194 2024-04-24T17:17:47.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: audit 2024-04-24T17:17:45.962323+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:47.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: audit 2024-04-24T17:17:45.962323+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:17:47.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: cluster 2024-04-24T17:17:46.427643+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:47.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: cluster 2024-04-24T17:17:46.427643+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:47.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: audit 2024-04-24T17:17:46.485430+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:47.290 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:46 smithi047 bash[21460]: audit 2024-04-24T17:17:46.485430+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:49.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:48 smithi047 bash[21460]: audit 2024-04-24T17:17:47.960657+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:49.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:48 smithi047 bash[21460]: audit 2024-04-24T17:17:47.960657+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:49.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:48 smithi047 bash[21460]: cluster 2024-04-24T17:17:48.428370+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:49.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:48 smithi047 bash[21460]: cluster 2024-04-24T17:17:48.428370+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:50.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:50 smithi047 bash[21460]: audit 2024-04-24T17:17:49.161852+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:50.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:50 smithi047 bash[21460]: audit 2024-04-24T17:17:49.161852+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:50.914 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:17:51.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:51 smithi047 bash[21460]: cluster 2024-04-24T17:17:50.429286+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:51.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:51 smithi047 bash[21460]: cluster 2024-04-24T17:17:50.429286+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:52.334 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-04-24T17:17:52.334 INFO:teuthology.orchestra.run.smithi047.stdout:[{"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}, {"addr": "172.21.15.163", "hostname": "smithi163", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2024-04-24T17:17:53.224 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T17:17:53.224 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T17:17:53.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:52.290260+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:52.290260+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:52.291554+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:52.291554+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:52.334150+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:52.334150+0000 mgr.a (mgr.14152) 52 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: cluster 2024-04-24T17:17:52.430342+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: cluster 2024-04-24T17:17:52.430342+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:53.211920+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:53.211920+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:17:53.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:53.213580+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:53.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:53 smithi047 bash[21460]: audit 2024-04-24T17:17:53.213580+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:17:54.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.216335+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:17:54.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.216335+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:17:54.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.380825+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:17:54.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.380825+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:17:54.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: audit 2024-04-24T17:17:53.879875+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:54.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: audit 2024-04-24T17:17:53.879875+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:54.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: audit 2024-04-24T17:17:53.887061+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:54.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:54 smithi047 bash[21460]: audit 2024-04-24T17:17:53.887061+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:17:55.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.545757+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:55.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.545757+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:17:55.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.710582+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:17:55.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cephadm 2024-04-24T17:17:53.710582+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:17:55.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cluster 2024-04-24T17:17:53.880895+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:55.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cluster 2024-04-24T17:17:53.880895+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:55.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cluster 2024-04-24T17:17:53.882531+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:55.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:55 smithi047 bash[21460]: cluster 2024-04-24T17:17:53.882531+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:57.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:57 smithi047 bash[21460]: cluster 2024-04-24T17:17:55.883843+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:57.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:57 smithi047 bash[21460]: cluster 2024-04-24T17:17:55.883843+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:57.944 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:17:59.301 INFO:teuthology.orchestra.run.smithi047.stderr:adjusted tunables profile to default 2024-04-24T17:17:59.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:59 smithi047 bash[21460]: cluster 2024-04-24T17:17:57.885079+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:59.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:59 smithi047 bash[21460]: cluster 2024-04-24T17:17:57.885079+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:17:59.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:59 smithi047 bash[21460]: audit 2024-04-24T17:17:59.031567+0000 mon.a (mon.0) 136 : audit [INF] from='client.? 172.21.15.47:0/2825566063' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:17:59.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:17:59 smithi047 bash[21460]: audit 2024-04-24T17:17:59.031567+0000 mon.a (mon.0) 136 : audit [INF] from='client.? 172.21.15.47:0/2825566063' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:17:59.934 INFO:tasks.cephadm:Adding mon.a on smithi047 2024-04-24T17:17:59.934 INFO:tasks.cephadm:Adding mon.b on smithi163 2024-04-24T17:17:59.934 INFO:tasks.cephadm:Adding mon.c on smithi194 2024-04-24T17:17:59.934 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi047:172.21.15.47=a;smithi163:172.21.15.163=b;smithi194:172.21.15.194=c' 2024-04-24T17:18:00.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:00 smithi047 bash[21460]: audit 2024-04-24T17:17:59.296077+0000 mon.a (mon.0) 137 : audit [INF] from='client.? 172.21.15.47:0/2825566063' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:18:00.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:00 smithi047 bash[21460]: audit 2024-04-24T17:17:59.296077+0000 mon.a (mon.0) 137 : audit [INF] from='client.? 172.21.15.47:0/2825566063' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:18:00.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:00 smithi047 bash[21460]: cluster 2024-04-24T17:17:59.300211+0000 mon.a (mon.0) 138 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:00.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:00 smithi047 bash[21460]: cluster 2024-04-24T17:17:59.300211+0000 mon.a (mon.0) 138 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:01.145 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:01.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:01 smithi047 bash[21460]: cluster 2024-04-24T17:17:59.886227+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:01.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:01 smithi047 bash[21460]: cluster 2024-04-24T17:17:59.886227+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:02.484 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mon update... 2024-04-24T17:18:03.021 DEBUG:teuthology.orchestra.run.smithi163:mon.b> sudo journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mon.b.service 2024-04-24T17:18:03.023 DEBUG:teuthology.orchestra.run.smithi194:mon.c> sudo journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mon.c.service 2024-04-24T17:18:03.025 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T17:18:03.025 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:18:03.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:03 smithi047 bash[21460]: cluster 2024-04-24T17:18:01.887410+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:03.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:03 smithi047 bash[21460]: cluster 2024-04-24T17:18:01.887410+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:03.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:03 smithi047 bash[21460]: audit 2024-04-24T17:18:02.484094+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:03.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:03 smithi047 bash[21460]: audit 2024-04-24T17:18:02.484094+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:03.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:03 smithi047 bash[21460]: audit 2024-04-24T17:18:02.523196+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:03.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:03 smithi047 bash[21460]: audit 2024-04-24T17:18:02.523196+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:04.255 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:04.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:04 smithi047 bash[21460]: audit 2024-04-24T17:18:02.473096+0000 mgr.a (mgr.14152) 64 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi047:172.21.15.47=a;smithi163:172.21.15.163=b;smithi194:172.21.15.194=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:04.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:04 smithi047 bash[21460]: audit 2024-04-24T17:18:02.473096+0000 mgr.a (mgr.14152) 64 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi047:172.21.15.47=a;smithi163:172.21.15.163=b;smithi194:172.21.15.194=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:04.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:04 smithi047 bash[21460]: cephadm 2024-04-24T17:18:02.478735+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=a;smithi163:172.21.15.163=b;smithi194:172.21.15.194=c;count:3 2024-04-24T17:18:04.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:04 smithi047 bash[21460]: cephadm 2024-04-24T17:18:02.478735+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Saving service mon spec with placement smithi047:172.21.15.47=a;smithi163:172.21.15.163=b;smithi194:172.21.15.194=c;count:3 2024-04-24T17:18:05.514 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-24T17:18:05.515 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"005da470-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:15:38.130909Z","created":"2024-04-24T17:15:38.130909Z","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.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:18:05.516 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2024-04-24T17:18:05.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:05 smithi047 bash[21460]: cluster 2024-04-24T17:18:03.888653+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:05.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:05 smithi047 bash[21460]: cluster 2024-04-24T17:18:03.888653+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:06.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:06 smithi047 bash[21460]: audit 2024-04-24T17:18:05.514520+0000 mon.a (mon.0) 141 : audit [DBG] from='client.? 172.21.15.194:0/332409454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:06.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:06 smithi047 bash[21460]: audit 2024-04-24T17:18:05.514520+0000 mon.a (mon.0) 141 : audit [DBG] from='client.? 172.21.15.194:0/332409454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:07.178 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T17:18:07.179 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:18:07.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:07 smithi047 bash[21460]: cluster 2024-04-24T17:18:05.889841+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:07.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:07 smithi047 bash[21460]: cluster 2024-04-24T17:18:05.889841+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:08.390 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:09.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:09 smithi047 bash[21460]: cluster 2024-04-24T17:18:07.891036+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:09.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:09 smithi047 bash[21460]: cluster 2024-04-24T17:18:07.891036+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:09.553 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-24T17:18:09.553 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"005da470-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:15:38.130909Z","created":"2024-04-24T17:15:38.130909Z","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.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:18:09.556 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2024-04-24T17:18:10.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.553523+0000 mon.a (mon.0) 142 : audit [DBG] from='client.? 172.21.15.194:0/2391896405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:10.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.553523+0000 mon.a (mon.0) 142 : audit [DBG] from='client.? 172.21.15.194:0/2391896405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:10.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.986589+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.986589+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.988410+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.988410+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.996921+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.996921+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.999988+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:09.999988+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:10.001805+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:10.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:10 smithi047 bash[21460]: audit 2024-04-24T17:18:10.001805+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:11.062 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T17:18:11.062 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:18:11.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cluster 2024-04-24T17:18:09.892268+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:11.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cluster 2024-04-24T17:18:09.892268+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:11.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cluster 2024-04-24T17:18:09.991087+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:11.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cluster 2024-04-24T17:18:09.991087+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:11.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cluster 2024-04-24T17:18:09.992077+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:11.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cluster 2024-04-24T17:18:09.992077+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:11.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cephadm 2024-04-24T17:18:10.003918+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-04-24T17:18:11.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:11 smithi047 bash[21460]: cephadm 2024-04-24T17:18:10.003918+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-04-24T17:18:12.744 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:13 smithi047 bash[21460]: cluster 2024-04-24T17:18:11.993368+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:13.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:13 smithi047 bash[21460]: cluster 2024-04-24T17:18:11.993368+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:14.192 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-24T17:18:14.192 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"005da470-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:15:38.130909Z","created":"2024-04-24T17:15:38.130909Z","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.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:18:14.195 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2024-04-24T17:18:14.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:14 smithi047 bash[21460]: audit 2024-04-24T17:18:14.192762+0000 mon.a (mon.0) 148 : audit [DBG] from='client.? 172.21.15.194:0/4189942460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:14.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:14 smithi047 bash[21460]: audit 2024-04-24T17:18:14.192762+0000 mon.a (mon.0) 148 : audit [DBG] from='client.? 172.21.15.194:0/4189942460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:15.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: cluster 2024-04-24T17:18:13.994660+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:15.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: cluster 2024-04-24T17:18:13.994660+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:15.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.524352+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:15.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.524352+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:15.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.536620+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:15.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.536620+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:15.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.538021+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:15.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.538021+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:15.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.539785+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:15.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:15 smithi047 bash[21460]: audit 2024-04-24T17:18:14.539785+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:15.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:15 smithi194 bash[21870]: debug 2024-04-24T17:18:15.529+0000 7f81da312700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-24T17:18:16.169 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T17:18:16.169 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:18:19.797 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:05.889841+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:19.797 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:07.891036+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:19.798 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:07.891036+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:19.798 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.553523+0000 mon.a (mon.0) 142 : audit [DBG] from='client.? 172.21.15.194:0/2391896405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:19.798 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.553523+0000 mon.a (mon.0) 142 : audit [DBG] from='client.? 172.21.15.194:0/2391896405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:19.798 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.986589+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:19.861 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T17:18:20.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.986589+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.988410+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.988410+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.996921+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.996921+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.999988+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:09.999988+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:10.001805+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:10.001805+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:09.892268+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:09.892268+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.101 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:09.991087+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:09.991087+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:09.992077+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:09.992077+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cephadm 2024-04-24T17:18:10.003918+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cephadm 2024-04-24T17:18:10.003918+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.c on smithi194 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:11.993368+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:11.993368+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.192762+0000 mon.a (mon.0) 148 : audit [DBG] from='client.? 172.21.15.194:0/4189942460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.192762+0000 mon.a (mon.0) 148 : audit [DBG] from='client.? 172.21.15.194:0/4189942460' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:13.994660+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: cluster 2024-04-24T17:18:13.994660+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.524352+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:20.102 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.524352+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:20.103 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.536620+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:20.103 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.536620+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:20.103 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.538021+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:20.103 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.538021+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:20.103 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.539785+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:20.103 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: audit 2024-04-24T17:18:14.539785+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:20.103 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:19 smithi163 bash[21504]: debug 2024-04-24T17:18:19.791+0000 7f0d2618f700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-04-24T17:18:21.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:15.540143+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:15.540143+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:15.545181+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:21.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:15.545181+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:21.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:15.545507+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:15.545507+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:15.545731+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:15.545731+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:15.995888+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:15.995888+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:16.539809+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:16.539809+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:17.539913+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:17.539913+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:17.541865+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:17.541865+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:21.040 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:17.997088+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.041 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:17.997088+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.041 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:18.540233+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.041 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:18.540233+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:15.540143+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:15.540143+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:15.545181+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:15.545181+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:15.545507+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:15.545507+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:15.545731+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:15.545731+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:15.995888+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:15.995888+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:16.539809+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:16.539809+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.043 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:17.539913+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.043 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:17.539913+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.043 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:17.541865+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:21.043 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:17.541865+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:21.043 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:17.997088+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.043 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:17.997088+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.043 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:18.540233+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.044 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:18.540233+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.045 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:19.540258+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:19.540258+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:19.799805+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:19.799805+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:19.998292+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:19.998292+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:20.540813+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:20.540813+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.591025+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.591025+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:18:21.046 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597255+0000 mon.a (mon.0) 164 : cluster [DBG] monmap epoch 2 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597255+0000 mon.a (mon.0) 164 : cluster [DBG] monmap epoch 2 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597296+0000 mon.a (mon.0) 165 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597296+0000 mon.a (mon.0) 165 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597321+0000 mon.a (mon.0) 166 : cluster [DBG] last_changed 2024-04-24T17:18:15.539469+0000 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597321+0000 mon.a (mon.0) 166 : cluster [DBG] last_changed 2024-04-24T17:18:15.539469+0000 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597345+0000 mon.a (mon.0) 167 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597345+0000 mon.a (mon.0) 167 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597365+0000 mon.a (mon.0) 168 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597365+0000 mon.a (mon.0) 168 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597391+0000 mon.a (mon.0) 169 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597391+0000 mon.a (mon.0) 169 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597414+0000 mon.a (mon.0) 170 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:21.047 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597414+0000 mon.a (mon.0) 170 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597445+0000 mon.a (mon.0) 171 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.597445+0000 mon.a (mon.0) 171 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617350+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617350+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617406+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617406+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617689+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617689+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617977+0000 mon.a (mon.0) 175 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.617977+0000 mon.a (mon.0) 175 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618018+0000 mon.a (mon.0) 176 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618018+0000 mon.a (mon.0) 176 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:21.048 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618041+0000 mon.a (mon.0) 177 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618041+0000 mon.a (mon.0) 177 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618067+0000 mon.a (mon.0) 178 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618067+0000 mon.a (mon.0) 178 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618089+0000 mon.a (mon.0) 179 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618089+0000 mon.a (mon.0) 179 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618113+0000 mon.a (mon.0) 180 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618113+0000 mon.a (mon.0) 180 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618134+0000 mon.a (mon.0) 181 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618134+0000 mon.a (mon.0) 181 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618155+0000 mon.a (mon.0) 182 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618155+0000 mon.a (mon.0) 182 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618179+0000 mon.a (mon.0) 183 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618179+0000 mon.a (mon.0) 183 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.049 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618202+0000 mon.a (mon.0) 184 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618202+0000 mon.a (mon.0) 184 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618227+0000 mon.a (mon.0) 185 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618227+0000 mon.a (mon.0) 185 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618250+0000 mon.a (mon.0) 186 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618250+0000 mon.a (mon.0) 186 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618274+0000 mon.a (mon.0) 187 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618274+0000 mon.a (mon.0) 187 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618294+0000 mon.a (mon.0) 188 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618294+0000 mon.a (mon.0) 188 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618319+0000 mon.a (mon.0) 189 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618319+0000 mon.a (mon.0) 189 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618342+0000 mon.a (mon.0) 190 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618342+0000 mon.a (mon.0) 190 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.050 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618365+0000 mon.a (mon.0) 191 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618365+0000 mon.a (mon.0) 191 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618388+0000 mon.a (mon.0) 192 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618388+0000 mon.a (mon.0) 192 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618411+0000 mon.a (mon.0) 193 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618411+0000 mon.a (mon.0) 193 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618434+0000 mon.a (mon.0) 194 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618434+0000 mon.a (mon.0) 194 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618466+0000 mon.a (mon.0) 195 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618466+0000 mon.a (mon.0) 195 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618489+0000 mon.a (mon.0) 196 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618489+0000 mon.a (mon.0) 196 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618513+0000 mon.a (mon.0) 197 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.051 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618513+0000 mon.a (mon.0) 197 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618534+0000 mon.a (mon.0) 198 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618534+0000 mon.a (mon.0) 198 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618557+0000 mon.a (mon.0) 199 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618557+0000 mon.a (mon.0) 199 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618585+0000 mon.a (mon.0) 200 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618585+0000 mon.a (mon.0) 200 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618611+0000 mon.a (mon.0) 201 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618611+0000 mon.a (mon.0) 201 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618634+0000 mon.a (mon.0) 202 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618634+0000 mon.a (mon.0) 202 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618654+0000 mon.a (mon.0) 203 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618654+0000 mon.a (mon.0) 203 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618676+0000 mon.a (mon.0) 204 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.052 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618676+0000 mon.a (mon.0) 204 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618709+0000 mon.a (mon.0) 205 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618709+0000 mon.a (mon.0) 205 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618768+0000 mon.a (mon.0) 206 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618768+0000 mon.a (mon.0) 206 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618798+0000 mon.a (mon.0) 207 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618798+0000 mon.a (mon.0) 207 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618821+0000 mon.a (mon.0) 208 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618821+0000 mon.a (mon.0) 208 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618846+0000 mon.a (mon.0) 209 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618846+0000 mon.a (mon.0) 209 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618869+0000 mon.a (mon.0) 210 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618869+0000 mon.a (mon.0) 210 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618892+0000 mon.a (mon.0) 211 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618892+0000 mon.a (mon.0) 211 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.053 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618916+0000 mon.a (mon.0) 212 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618916+0000 mon.a (mon.0) 212 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618942+0000 mon.a (mon.0) 213 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618942+0000 mon.a (mon.0) 213 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618964+0000 mon.a (mon.0) 214 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618964+0000 mon.a (mon.0) 214 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618984+0000 mon.a (mon.0) 215 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.618984+0000 mon.a (mon.0) 215 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619013+0000 mon.a (mon.0) 216 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619013+0000 mon.a (mon.0) 216 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619038+0000 mon.a (mon.0) 217 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619038+0000 mon.a (mon.0) 217 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.054 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619087+0000 mon.a (mon.0) 218 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619087+0000 mon.a (mon.0) 218 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619110+0000 mon.a (mon.0) 219 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619110+0000 mon.a (mon.0) 219 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619133+0000 mon.a (mon.0) 220 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619133+0000 mon.a (mon.0) 220 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619161+0000 mon.a (mon.0) 221 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619161+0000 mon.a (mon.0) 221 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619184+0000 mon.a (mon.0) 222 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619184+0000 mon.a (mon.0) 222 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619212+0000 mon.a (mon.0) 223 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619212+0000 mon.a (mon.0) 223 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619235+0000 mon.a (mon.0) 224 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619235+0000 mon.a (mon.0) 224 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.055 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619260+0000 mon.a (mon.0) 225 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619260+0000 mon.a (mon.0) 225 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619291+0000 mon.a (mon.0) 226 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619291+0000 mon.a (mon.0) 226 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619314+0000 mon.a (mon.0) 227 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619314+0000 mon.a (mon.0) 227 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619336+0000 mon.a (mon.0) 228 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619336+0000 mon.a (mon.0) 228 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619360+0000 mon.a (mon.0) 229 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619360+0000 mon.a (mon.0) 229 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619386+0000 mon.a (mon.0) 230 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619386+0000 mon.a (mon.0) 230 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619410+0000 mon.a (mon.0) 231 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.056 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619410+0000 mon.a (mon.0) 231 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.057 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619437+0000 mon.a (mon.0) 232 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.057 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619437+0000 mon.a (mon.0) 232 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.057 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619462+0000 mon.a (mon.0) 233 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.057 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: cluster 2024-04-24T17:18:20.619462+0000 mon.a (mon.0) 233 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.057 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:20.628171+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:21.057 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:20 smithi047 bash[21460]: audit 2024-04-24T17:18:20.628171+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:19.540258+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:19.540258+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:19.799805+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:19.799805+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:19.998292+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:19.998292+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:20.540813+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:20.540813+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.591025+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.591025+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597255+0000 mon.a (mon.0) 164 : cluster [DBG] monmap epoch 2 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597255+0000 mon.a (mon.0) 164 : cluster [DBG] monmap epoch 2 2024-04-24T17:18:21.059 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597296+0000 mon.a (mon.0) 165 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597296+0000 mon.a (mon.0) 165 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597321+0000 mon.a (mon.0) 166 : cluster [DBG] last_changed 2024-04-24T17:18:15.539469+0000 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597321+0000 mon.a (mon.0) 166 : cluster [DBG] last_changed 2024-04-24T17:18:15.539469+0000 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597345+0000 mon.a (mon.0) 167 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597345+0000 mon.a (mon.0) 167 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597365+0000 mon.a (mon.0) 168 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597365+0000 mon.a (mon.0) 168 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597391+0000 mon.a (mon.0) 169 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597391+0000 mon.a (mon.0) 169 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597414+0000 mon.a (mon.0) 170 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597414+0000 mon.a (mon.0) 170 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597445+0000 mon.a (mon.0) 171 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.597445+0000 mon.a (mon.0) 171 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:21.060 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617350+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617350+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617406+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617406+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617689+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617689+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617977+0000 mon.a (mon.0) 175 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.617977+0000 mon.a (mon.0) 175 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618018+0000 mon.a (mon.0) 176 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618018+0000 mon.a (mon.0) 176 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618041+0000 mon.a (mon.0) 177 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618041+0000 mon.a (mon.0) 177 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618067+0000 mon.a (mon.0) 178 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618067+0000 mon.a (mon.0) 178 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.061 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618089+0000 mon.a (mon.0) 179 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618089+0000 mon.a (mon.0) 179 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618113+0000 mon.a (mon.0) 180 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618113+0000 mon.a (mon.0) 180 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618134+0000 mon.a (mon.0) 181 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618134+0000 mon.a (mon.0) 181 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618155+0000 mon.a (mon.0) 182 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618155+0000 mon.a (mon.0) 182 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618179+0000 mon.a (mon.0) 183 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618179+0000 mon.a (mon.0) 183 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618202+0000 mon.a (mon.0) 184 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618202+0000 mon.a (mon.0) 184 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618227+0000 mon.a (mon.0) 185 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.062 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618227+0000 mon.a (mon.0) 185 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618250+0000 mon.a (mon.0) 186 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618250+0000 mon.a (mon.0) 186 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618274+0000 mon.a (mon.0) 187 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618274+0000 mon.a (mon.0) 187 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618294+0000 mon.a (mon.0) 188 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618294+0000 mon.a (mon.0) 188 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618319+0000 mon.a (mon.0) 189 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618319+0000 mon.a (mon.0) 189 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618342+0000 mon.a (mon.0) 190 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618342+0000 mon.a (mon.0) 190 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618365+0000 mon.a (mon.0) 191 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618365+0000 mon.a (mon.0) 191 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618388+0000 mon.a (mon.0) 192 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618388+0000 mon.a (mon.0) 192 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.063 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618411+0000 mon.a (mon.0) 193 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618411+0000 mon.a (mon.0) 193 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618434+0000 mon.a (mon.0) 194 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618434+0000 mon.a (mon.0) 194 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618466+0000 mon.a (mon.0) 195 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618466+0000 mon.a (mon.0) 195 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618489+0000 mon.a (mon.0) 196 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618489+0000 mon.a (mon.0) 196 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618513+0000 mon.a (mon.0) 197 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618513+0000 mon.a (mon.0) 197 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618534+0000 mon.a (mon.0) 198 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618534+0000 mon.a (mon.0) 198 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618557+0000 mon.a (mon.0) 199 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618557+0000 mon.a (mon.0) 199 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618585+0000 mon.a (mon.0) 200 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.064 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618585+0000 mon.a (mon.0) 200 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618611+0000 mon.a (mon.0) 201 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618611+0000 mon.a (mon.0) 201 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618634+0000 mon.a (mon.0) 202 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618634+0000 mon.a (mon.0) 202 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618654+0000 mon.a (mon.0) 203 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618654+0000 mon.a (mon.0) 203 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618676+0000 mon.a (mon.0) 204 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618676+0000 mon.a (mon.0) 204 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618709+0000 mon.a (mon.0) 205 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618709+0000 mon.a (mon.0) 205 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618768+0000 mon.a (mon.0) 206 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618768+0000 mon.a (mon.0) 206 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.065 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618798+0000 mon.a (mon.0) 207 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618798+0000 mon.a (mon.0) 207 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618821+0000 mon.a (mon.0) 208 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618821+0000 mon.a (mon.0) 208 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618846+0000 mon.a (mon.0) 209 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618846+0000 mon.a (mon.0) 209 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618869+0000 mon.a (mon.0) 210 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618869+0000 mon.a (mon.0) 210 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618892+0000 mon.a (mon.0) 211 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618892+0000 mon.a (mon.0) 211 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618916+0000 mon.a (mon.0) 212 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618916+0000 mon.a (mon.0) 212 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.066 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618942+0000 mon.a (mon.0) 213 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618942+0000 mon.a (mon.0) 213 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618964+0000 mon.a (mon.0) 214 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618964+0000 mon.a (mon.0) 214 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618984+0000 mon.a (mon.0) 215 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.618984+0000 mon.a (mon.0) 215 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619013+0000 mon.a (mon.0) 216 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619013+0000 mon.a (mon.0) 216 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619038+0000 mon.a (mon.0) 217 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619038+0000 mon.a (mon.0) 217 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619087+0000 mon.a (mon.0) 218 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619087+0000 mon.a (mon.0) 218 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619110+0000 mon.a (mon.0) 219 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619110+0000 mon.a (mon.0) 219 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:21.067 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619133+0000 mon.a (mon.0) 220 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619133+0000 mon.a (mon.0) 220 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619161+0000 mon.a (mon.0) 221 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619161+0000 mon.a (mon.0) 221 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619184+0000 mon.a (mon.0) 222 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619184+0000 mon.a (mon.0) 222 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619212+0000 mon.a (mon.0) 223 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619212+0000 mon.a (mon.0) 223 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619235+0000 mon.a (mon.0) 224 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619235+0000 mon.a (mon.0) 224 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619260+0000 mon.a (mon.0) 225 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619260+0000 mon.a (mon.0) 225 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619291+0000 mon.a (mon.0) 226 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619291+0000 mon.a (mon.0) 226 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619314+0000 mon.a (mon.0) 227 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619314+0000 mon.a (mon.0) 227 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:21.068 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619336+0000 mon.a (mon.0) 228 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619336+0000 mon.a (mon.0) 228 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619360+0000 mon.a (mon.0) 229 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619360+0000 mon.a (mon.0) 229 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619386+0000 mon.a (mon.0) 230 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619386+0000 mon.a (mon.0) 230 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619410+0000 mon.a (mon.0) 231 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619410+0000 mon.a (mon.0) 231 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619437+0000 mon.a (mon.0) 232 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619437+0000 mon.a (mon.0) 232 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619462+0000 mon.a (mon.0) 233 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: cluster 2024-04-24T17:18:20.619462+0000 mon.a (mon.0) 233 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:20.628171+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:21.069 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:20 smithi194 bash[21870]: audit 2024-04-24T17:18:20.628171+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:21.160 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-24T17:18:21.160 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":2,"fsid":"005da470-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:18:15.539469Z","created":"2024-04-24T17:15:38.130909Z","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.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-24T17:18:21.163 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 2 2024-04-24T17:18:22.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.709137+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.709137+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.715995+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.715995+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.800344+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.800344+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.817370+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:20.817370+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:21.160833+0000 mon.a (mon.0) 239 : audit [DBG] from='client.? 172.21.15.194:0/4161269544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:21.160833+0000 mon.a (mon.0) 239 : audit [DBG] from='client.? 172.21.15.194:0/4161269544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:21.541148+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:22.039 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:21 smithi047 bash[21460]: audit 2024-04-24T17:18:21.541148+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.709137+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.709137+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.715995+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.715995+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.800344+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.800344+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.817370+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:20.817370+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:21.160833+0000 mon.a (mon.0) 239 : audit [DBG] from='client.? 172.21.15.194:0/4161269544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:21.160833+0000 mon.a (mon.0) 239 : audit [DBG] from='client.? 172.21.15.194:0/4161269544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:22.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:21.541148+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:22.042 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:21 smithi194 bash[21870]: audit 2024-04-24T17:18:21.541148+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:22.820 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T17:18:22.821 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:18:26.823 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T17:18:27.145 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:21.806039+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.145 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:21.806039+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.145 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:21.806604+0000 mon.a (mon.0) 243 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:21.806604+0000 mon.a (mon.0) 243 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:21.808517+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:21.808517+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:21.825832+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:21.825832+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:21.826094+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:21.826094+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:21.999475+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:21.999475+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:22.799905+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:22.799905+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:23.800477+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.146 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:23.800477+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.147 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:23.802153+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:18:27.147 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:23.802153+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:18:27.147 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:24.000820+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.147 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:24.000820+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.147 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:24.800321+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:24.800321+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:25.800795+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:25.800795+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.002077+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.002077+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.800784+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.800784+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.148 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.870893+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.870893+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878140+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878140+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878194+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878194+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878236+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:18:21.800003+0000 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878236+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:18:21.800003+0000 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878279+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878279+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878326+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878326+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878369+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878369+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878412+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.149 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878412+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878459+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878459+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878501+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.b 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.878501+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.b 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.879681+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.879681+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.879781+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.879781+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880115+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880115+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880517+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880517+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.150 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880583+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880583+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880627+0000 mon.a (mon.0) 266 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880627+0000 mon.a (mon.0) 266 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880669+0000 mon.a (mon.0) 267 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880669+0000 mon.a (mon.0) 267 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880715+0000 mon.a (mon.0) 268 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880715+0000 mon.a (mon.0) 268 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880762+0000 mon.a (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880762+0000 mon.a (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880805+0000 mon.a (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.151 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880805+0000 mon.a (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.152 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880846+0000 mon.a (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.152 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880846+0000 mon.a (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.152 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880887+0000 mon.a (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.152 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880887+0000 mon.a (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.152 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880928+0000 mon.a (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.152 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880928+0000 mon.a (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880971+0000 mon.a (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.880971+0000 mon.a (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881018+0000 mon.a (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881018+0000 mon.a (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881060+0000 mon.a (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881060+0000 mon.a (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881106+0000 mon.a (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881106+0000 mon.a (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881148+0000 mon.a (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881148+0000 mon.a (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881191+0000 mon.a (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881191+0000 mon.a (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881230+0000 mon.a (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881230+0000 mon.a (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.153 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881275+0000 mon.a (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881275+0000 mon.a (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881317+0000 mon.a (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881317+0000 mon.a (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881368+0000 mon.a (mon.0) 283 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881368+0000 mon.a (mon.0) 283 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881412+0000 mon.a (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881412+0000 mon.a (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881463+0000 mon.a (mon.0) 285 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881463+0000 mon.a (mon.0) 285 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881511+0000 mon.a (mon.0) 286 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881511+0000 mon.a (mon.0) 286 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881554+0000 mon.a (mon.0) 287 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.154 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881554+0000 mon.a (mon.0) 287 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881628+0000 mon.a (mon.0) 288 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881628+0000 mon.a (mon.0) 288 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881670+0000 mon.a (mon.0) 289 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881670+0000 mon.a (mon.0) 289 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881711+0000 mon.a (mon.0) 290 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881711+0000 mon.a (mon.0) 290 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881754+0000 mon.a (mon.0) 291 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881754+0000 mon.a (mon.0) 291 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881796+0000 mon.a (mon.0) 292 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881796+0000 mon.a (mon.0) 292 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881839+0000 mon.a (mon.0) 293 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881839+0000 mon.a (mon.0) 293 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881882+0000 mon.a (mon.0) 294 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881882+0000 mon.a (mon.0) 294 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.155 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881925+0000 mon.a (mon.0) 295 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881925+0000 mon.a (mon.0) 295 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881971+0000 mon.a (mon.0) 296 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.881971+0000 mon.a (mon.0) 296 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882018+0000 mon.a (mon.0) 297 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882018+0000 mon.a (mon.0) 297 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882061+0000 mon.a (mon.0) 298 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882061+0000 mon.a (mon.0) 298 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882109+0000 mon.a (mon.0) 299 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882109+0000 mon.a (mon.0) 299 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882150+0000 mon.a (mon.0) 300 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882150+0000 mon.a (mon.0) 300 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882195+0000 mon.a (mon.0) 301 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882195+0000 mon.a (mon.0) 301 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.157 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882242+0000 mon.a (mon.0) 302 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882242+0000 mon.a (mon.0) 302 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882284+0000 mon.a (mon.0) 303 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882284+0000 mon.a (mon.0) 303 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882326+0000 mon.a (mon.0) 304 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882326+0000 mon.a (mon.0) 304 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882371+0000 mon.a (mon.0) 305 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882371+0000 mon.a (mon.0) 305 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882416+0000 mon.a (mon.0) 306 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882416+0000 mon.a (mon.0) 306 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882462+0000 mon.a (mon.0) 307 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882462+0000 mon.a (mon.0) 307 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882504+0000 mon.a (mon.0) 308 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.158 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882504+0000 mon.a (mon.0) 308 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882550+0000 mon.a (mon.0) 309 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882550+0000 mon.a (mon.0) 309 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882597+0000 mon.a (mon.0) 310 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882597+0000 mon.a (mon.0) 310 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882638+0000 mon.a (mon.0) 311 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882638+0000 mon.a (mon.0) 311 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882683+0000 mon.a (mon.0) 312 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882683+0000 mon.a (mon.0) 312 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882730+0000 mon.a (mon.0) 313 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882730+0000 mon.a (mon.0) 313 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882770+0000 mon.a (mon.0) 314 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882770+0000 mon.a (mon.0) 314 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882812+0000 mon.a (mon.0) 315 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.159 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882812+0000 mon.a (mon.0) 315 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882857+0000 mon.a (mon.0) 316 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882857+0000 mon.a (mon.0) 316 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882900+0000 mon.a (mon.0) 317 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882900+0000 mon.a (mon.0) 317 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882940+0000 mon.a (mon.0) 318 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882940+0000 mon.a (mon.0) 318 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882981+0000 mon.a (mon.0) 319 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.882981+0000 mon.a (mon.0) 319 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.883024+0000 mon.a (mon.0) 320 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.883024+0000 mon.a (mon.0) 320 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.883073+0000 mon.a (mon.0) 321 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.883073+0000 mon.a (mon.0) 321 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.883118+0000 mon.a (mon.0) 322 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: cluster 2024-04-24T17:18:26.883118+0000 mon.a (mon.0) 322 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.160 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.920005+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.161 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.920005+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.161 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.925945+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.161 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.925945+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.161 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.932083+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.161 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:26 smithi194 bash[21870]: audit 2024-04-24T17:18:26.932083+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:21.806039+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:21.806039+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:21.806604+0000 mon.a (mon.0) 243 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:21.806604+0000 mon.a (mon.0) 243 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:21.808517+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:21.808517+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:21.825832+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:21.825832+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:21.826094+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.255 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:21.826094+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:21.999475+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:21.999475+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:22.799905+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:22.799905+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:23.800477+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:23.800477+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:23.802153+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:23.802153+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:24.000820+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:24.000820+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:24.800321+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:24.800321+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:25.800795+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.256 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:25.800795+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.002077+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.002077+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.800784+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.800784+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.870893+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.870893+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878140+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878140+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878194+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878194+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878236+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:18:21.800003+0000 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878236+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:18:21.800003+0000 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878279+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.257 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878279+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878326+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878326+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878369+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878369+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878412+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878412+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878459+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878459+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878501+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.b 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.878501+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.b 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.879681+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:18:27.258 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.879681+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.879781+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.879781+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880115+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880115+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880517+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880517+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880583+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880583+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880627+0000 mon.a (mon.0) 266 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880627+0000 mon.a (mon.0) 266 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880669+0000 mon.a (mon.0) 267 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880669+0000 mon.a (mon.0) 267 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880715+0000 mon.a (mon.0) 268 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.259 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880715+0000 mon.a (mon.0) 268 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880762+0000 mon.a (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880762+0000 mon.a (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880805+0000 mon.a (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880805+0000 mon.a (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880846+0000 mon.a (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880846+0000 mon.a (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880887+0000 mon.a (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880887+0000 mon.a (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880928+0000 mon.a (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880928+0000 mon.a (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880971+0000 mon.a (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.880971+0000 mon.a (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881018+0000 mon.a (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881018+0000 mon.a (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.260 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881060+0000 mon.a (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881060+0000 mon.a (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881106+0000 mon.a (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881106+0000 mon.a (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881148+0000 mon.a (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881148+0000 mon.a (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881191+0000 mon.a (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881191+0000 mon.a (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881230+0000 mon.a (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881230+0000 mon.a (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881275+0000 mon.a (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881275+0000 mon.a (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881317+0000 mon.a (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.261 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881317+0000 mon.a (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.262 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881368+0000 mon.a (mon.0) 283 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.262 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881368+0000 mon.a (mon.0) 283 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.262 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881412+0000 mon.a (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.263 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881412+0000 mon.a (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.263 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881463+0000 mon.a (mon.0) 285 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.263 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881463+0000 mon.a (mon.0) 285 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.263 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881511+0000 mon.a (mon.0) 286 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.263 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881511+0000 mon.a (mon.0) 286 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881554+0000 mon.a (mon.0) 287 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881554+0000 mon.a (mon.0) 287 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881628+0000 mon.a (mon.0) 288 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881628+0000 mon.a (mon.0) 288 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881670+0000 mon.a (mon.0) 289 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881670+0000 mon.a (mon.0) 289 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881711+0000 mon.a (mon.0) 290 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881711+0000 mon.a (mon.0) 290 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881754+0000 mon.a (mon.0) 291 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881754+0000 mon.a (mon.0) 291 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881796+0000 mon.a (mon.0) 292 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881796+0000 mon.a (mon.0) 292 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881839+0000 mon.a (mon.0) 293 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.264 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881839+0000 mon.a (mon.0) 293 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881882+0000 mon.a (mon.0) 294 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881882+0000 mon.a (mon.0) 294 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881925+0000 mon.a (mon.0) 295 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881925+0000 mon.a (mon.0) 295 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881971+0000 mon.a (mon.0) 296 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.881971+0000 mon.a (mon.0) 296 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882018+0000 mon.a (mon.0) 297 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882018+0000 mon.a (mon.0) 297 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882061+0000 mon.a (mon.0) 298 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882061+0000 mon.a (mon.0) 298 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882109+0000 mon.a (mon.0) 299 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882109+0000 mon.a (mon.0) 299 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.265 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882150+0000 mon.a (mon.0) 300 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882150+0000 mon.a (mon.0) 300 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882195+0000 mon.a (mon.0) 301 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882195+0000 mon.a (mon.0) 301 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882242+0000 mon.a (mon.0) 302 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882242+0000 mon.a (mon.0) 302 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882284+0000 mon.a (mon.0) 303 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882284+0000 mon.a (mon.0) 303 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882326+0000 mon.a (mon.0) 304 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882326+0000 mon.a (mon.0) 304 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.266 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882371+0000 mon.a (mon.0) 305 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.267 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882371+0000 mon.a (mon.0) 305 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.267 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882416+0000 mon.a (mon.0) 306 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.267 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882416+0000 mon.a (mon.0) 306 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.267 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882462+0000 mon.a (mon.0) 307 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882462+0000 mon.a (mon.0) 307 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882504+0000 mon.a (mon.0) 308 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882504+0000 mon.a (mon.0) 308 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882550+0000 mon.a (mon.0) 309 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882550+0000 mon.a (mon.0) 309 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882597+0000 mon.a (mon.0) 310 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882597+0000 mon.a (mon.0) 310 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882638+0000 mon.a (mon.0) 311 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882638+0000 mon.a (mon.0) 311 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882683+0000 mon.a (mon.0) 312 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882683+0000 mon.a (mon.0) 312 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882730+0000 mon.a (mon.0) 313 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882730+0000 mon.a (mon.0) 313 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882770+0000 mon.a (mon.0) 314 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.268 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882770+0000 mon.a (mon.0) 314 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882812+0000 mon.a (mon.0) 315 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882812+0000 mon.a (mon.0) 315 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882857+0000 mon.a (mon.0) 316 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882857+0000 mon.a (mon.0) 316 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882900+0000 mon.a (mon.0) 317 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882900+0000 mon.a (mon.0) 317 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882940+0000 mon.a (mon.0) 318 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882940+0000 mon.a (mon.0) 318 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882981+0000 mon.a (mon.0) 319 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.882981+0000 mon.a (mon.0) 319 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.883024+0000 mon.a (mon.0) 320 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.883024+0000 mon.a (mon.0) 320 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.883073+0000 mon.a (mon.0) 321 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.269 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.883073+0000 mon.a (mon.0) 321 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.883118+0000 mon.a (mon.0) 322 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: cluster 2024-04-24T17:18:26.883118+0000 mon.a (mon.0) 322 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.920005+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.920005+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.925945+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.925945+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.932083+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:26 smithi047 bash[21460]: audit 2024-04-24T17:18:26.932083+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:15.540143+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:15.540143+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:15.545181+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:15.545181+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:15.545507+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:15.545507+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:15.545731+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:15.545731+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:15.995888+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:15.995888+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:16.539809+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:16.539809+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:17.539913+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:17.539913+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:17.541865+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:17.541865+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:17.997088+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:17.997088+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:18.540233+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.352 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:18.540233+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.353 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:19.540258+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.353 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:19.540258+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.353 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:19.799805+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.353 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:19.799805+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.353 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:19.998292+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.353 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:19.998292+0000 mgr.a (mgr.14152) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.540813+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.540813+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.591025+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.591025+0000 mon.a (mon.0) 163 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597255+0000 mon.a (mon.0) 164 : cluster [DBG] monmap epoch 2 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597255+0000 mon.a (mon.0) 164 : cluster [DBG] monmap epoch 2 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597296+0000 mon.a (mon.0) 165 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597296+0000 mon.a (mon.0) 165 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597321+0000 mon.a (mon.0) 166 : cluster [DBG] last_changed 2024-04-24T17:18:15.539469+0000 2024-04-24T17:18:27.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597321+0000 mon.a (mon.0) 166 : cluster [DBG] last_changed 2024-04-24T17:18:15.539469+0000 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597345+0000 mon.a (mon.0) 167 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597345+0000 mon.a (mon.0) 167 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597365+0000 mon.a (mon.0) 168 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597365+0000 mon.a (mon.0) 168 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597391+0000 mon.a (mon.0) 169 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597391+0000 mon.a (mon.0) 169 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597414+0000 mon.a (mon.0) 170 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597414+0000 mon.a (mon.0) 170 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597445+0000 mon.a (mon.0) 171 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.597445+0000 mon.a (mon.0) 171 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617350+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617350+0000 mon.a (mon.0) 172 : cluster [DBG] fsmap 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617406+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617406+0000 mon.a (mon.0) 173 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617689+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617689+0000 mon.a (mon.0) 174 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617977+0000 mon.a (mon.0) 175 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.617977+0000 mon.a (mon.0) 175 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618018+0000 mon.a (mon.0) 176 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618018+0000 mon.a (mon.0) 176 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618041+0000 mon.a (mon.0) 177 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618041+0000 mon.a (mon.0) 177 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618067+0000 mon.a (mon.0) 178 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618067+0000 mon.a (mon.0) 178 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618089+0000 mon.a (mon.0) 179 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618089+0000 mon.a (mon.0) 179 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618113+0000 mon.a (mon.0) 180 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618113+0000 mon.a (mon.0) 180 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618134+0000 mon.a (mon.0) 181 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618134+0000 mon.a (mon.0) 181 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618155+0000 mon.a (mon.0) 182 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618155+0000 mon.a (mon.0) 182 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618179+0000 mon.a (mon.0) 183 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618179+0000 mon.a (mon.0) 183 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618202+0000 mon.a (mon.0) 184 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618202+0000 mon.a (mon.0) 184 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618227+0000 mon.a (mon.0) 185 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618227+0000 mon.a (mon.0) 185 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.358 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618250+0000 mon.a (mon.0) 186 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618250+0000 mon.a (mon.0) 186 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618274+0000 mon.a (mon.0) 187 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618274+0000 mon.a (mon.0) 187 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618294+0000 mon.a (mon.0) 188 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618294+0000 mon.a (mon.0) 188 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618319+0000 mon.a (mon.0) 189 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618319+0000 mon.a (mon.0) 189 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618342+0000 mon.a (mon.0) 190 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618342+0000 mon.a (mon.0) 190 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618365+0000 mon.a (mon.0) 191 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.359 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618365+0000 mon.a (mon.0) 191 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618388+0000 mon.a (mon.0) 192 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618388+0000 mon.a (mon.0) 192 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618411+0000 mon.a (mon.0) 193 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618411+0000 mon.a (mon.0) 193 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618434+0000 mon.a (mon.0) 194 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618434+0000 mon.a (mon.0) 194 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618466+0000 mon.a (mon.0) 195 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618466+0000 mon.a (mon.0) 195 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618489+0000 mon.a (mon.0) 196 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618489+0000 mon.a (mon.0) 196 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.360 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618513+0000 mon.a (mon.0) 197 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.364 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618513+0000 mon.a (mon.0) 197 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.364 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618534+0000 mon.a (mon.0) 198 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618534+0000 mon.a (mon.0) 198 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618557+0000 mon.a (mon.0) 199 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618557+0000 mon.a (mon.0) 199 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618585+0000 mon.a (mon.0) 200 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618585+0000 mon.a (mon.0) 200 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618611+0000 mon.a (mon.0) 201 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618611+0000 mon.a (mon.0) 201 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618634+0000 mon.a (mon.0) 202 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618634+0000 mon.a (mon.0) 202 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618654+0000 mon.a (mon.0) 203 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.365 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618654+0000 mon.a (mon.0) 203 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618676+0000 mon.a (mon.0) 204 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618676+0000 mon.a (mon.0) 204 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618709+0000 mon.a (mon.0) 205 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618709+0000 mon.a (mon.0) 205 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618768+0000 mon.a (mon.0) 206 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618768+0000 mon.a (mon.0) 206 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618798+0000 mon.a (mon.0) 207 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618798+0000 mon.a (mon.0) 207 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618821+0000 mon.a (mon.0) 208 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618821+0000 mon.a (mon.0) 208 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618846+0000 mon.a (mon.0) 209 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618846+0000 mon.a (mon.0) 209 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618869+0000 mon.a (mon.0) 210 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.366 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618869+0000 mon.a (mon.0) 210 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618892+0000 mon.a (mon.0) 211 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618892+0000 mon.a (mon.0) 211 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618916+0000 mon.a (mon.0) 212 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618916+0000 mon.a (mon.0) 212 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618942+0000 mon.a (mon.0) 213 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618942+0000 mon.a (mon.0) 213 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618964+0000 mon.a (mon.0) 214 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618964+0000 mon.a (mon.0) 214 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618984+0000 mon.a (mon.0) 215 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.618984+0000 mon.a (mon.0) 215 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619013+0000 mon.a (mon.0) 216 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.367 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619013+0000 mon.a (mon.0) 216 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619038+0000 mon.a (mon.0) 217 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619038+0000 mon.a (mon.0) 217 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619087+0000 mon.a (mon.0) 218 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619087+0000 mon.a (mon.0) 218 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619110+0000 mon.a (mon.0) 219 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619110+0000 mon.a (mon.0) 219 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619133+0000 mon.a (mon.0) 220 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.368 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619133+0000 mon.a (mon.0) 220 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619161+0000 mon.a (mon.0) 221 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619161+0000 mon.a (mon.0) 221 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619184+0000 mon.a (mon.0) 222 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619184+0000 mon.a (mon.0) 222 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619212+0000 mon.a (mon.0) 223 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619212+0000 mon.a (mon.0) 223 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619235+0000 mon.a (mon.0) 224 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619235+0000 mon.a (mon.0) 224 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619260+0000 mon.a (mon.0) 225 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619260+0000 mon.a (mon.0) 225 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619291+0000 mon.a (mon.0) 226 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619291+0000 mon.a (mon.0) 226 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.369 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619314+0000 mon.a (mon.0) 227 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619314+0000 mon.a (mon.0) 227 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619336+0000 mon.a (mon.0) 228 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619336+0000 mon.a (mon.0) 228 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619360+0000 mon.a (mon.0) 229 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619360+0000 mon.a (mon.0) 229 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619386+0000 mon.a (mon.0) 230 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619386+0000 mon.a (mon.0) 230 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619410+0000 mon.a (mon.0) 231 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619410+0000 mon.a (mon.0) 231 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619437+0000 mon.a (mon.0) 232 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.370 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619437+0000 mon.a (mon.0) 232 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619462+0000 mon.a (mon.0) 233 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:20.619462+0000 mon.a (mon.0) 233 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.628171+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.628171+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.709137+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.709137+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.715995+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.371 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.715995+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.800344+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.800344+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.817370+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:20.817370+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.160833+0000 mon.a (mon.0) 239 : audit [DBG] from='client.? 172.21.15.194:0/4161269544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.160833+0000 mon.a (mon.0) 239 : audit [DBG] from='client.? 172.21.15.194:0/4161269544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.541148+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.541148+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.806039+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.372 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.806039+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:21.806604+0000 mon.a (mon.0) 243 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:21.806604+0000 mon.a (mon.0) 243 : cluster [INF] mon.a calling monitor election 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:21.808517+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:21.808517+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.825832+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.825832+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.826094+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:21.826094+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:18:27.373 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:21.999475+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.374 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:21.999475+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.374 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:22.799905+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.374 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:22.799905+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.374 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:23.800477+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.374 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:23.800477+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.374 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:23.802153+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:23.802153+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:24.000820+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:24.000820+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:24.800321+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:24.800321+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:25.800795+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:25.800795+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.002077+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.375 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.002077+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.800784+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.800784+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.870893+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.870893+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878140+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878140+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878194+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878194+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:27.376 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878236+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:18:21.800003+0000 2024-04-24T17:18:27.377 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878236+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:18:21.800003+0000 2024-04-24T17:18:27.377 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878279+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.377 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878279+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:15:38.130909+0000 2024-04-24T17:18:27.377 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878326+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.377 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878326+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:18:27.377 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878369+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.377 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878369+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878412+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878412+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.a 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878459+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878459+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon.c 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878501+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.b 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.878501+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.b 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.879681+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.879681+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:18:27.378 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.879781+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.879781+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880115+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880115+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 96s) 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880517+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880517+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN failed to probe daemons or devices 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880583+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880583+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] CEPHADM_REFRESH_FAILED: failed to probe daemons or devices 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880627+0000 mon.a (mon.0) 266 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880627+0000 mon.a (mon.0) 266 : cluster [WRN] host smithi163 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880669+0000 mon.a (mon.0) 267 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880669+0000 mon.a (mon.0) 267 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.379 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880715+0000 mon.a (mon.0) 268 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880715+0000 mon.a (mon.0) 268 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880762+0000 mon.a (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880762+0000 mon.a (mon.0) 269 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880805+0000 mon.a (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880805+0000 mon.a (mon.0) 270 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880846+0000 mon.a (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880846+0000 mon.a (mon.0) 271 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880887+0000 mon.a (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880887+0000 mon.a (mon.0) 272 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880928+0000 mon.a (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880928+0000 mon.a (mon.0) 273 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880971+0000 mon.a (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.380 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.880971+0000 mon.a (mon.0) 274 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881018+0000 mon.a (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881018+0000 mon.a (mon.0) 275 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881060+0000 mon.a (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881060+0000 mon.a (mon.0) 276 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881106+0000 mon.a (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881106+0000 mon.a (mon.0) 277 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881148+0000 mon.a (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881148+0000 mon.a (mon.0) 278 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881191+0000 mon.a (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881191+0000 mon.a (mon.0) 279 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881230+0000 mon.a (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.381 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881230+0000 mon.a (mon.0) 280 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.382 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881275+0000 mon.a (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.382 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881275+0000 mon.a (mon.0) 281 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.382 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881317+0000 mon.a (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.382 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881317+0000 mon.a (mon.0) 282 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.382 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881368+0000 mon.a (mon.0) 283 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.382 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881368+0000 mon.a (mon.0) 283 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi163 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp7nq8d41o:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.383 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881412+0000 mon.a (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.383 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881412+0000 mon.a (mon.0) 284 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.383 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881463+0000 mon.a (mon.0) 285 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.383 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881463+0000 mon.a (mon.0) 285 : cluster [WRN] host smithi194 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:27.383 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881511+0000 mon.a (mon.0) 286 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.384 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881511+0000 mon.a (mon.0) 286 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.384 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881554+0000 mon.a (mon.0) 287 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.384 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881554+0000 mon.a (mon.0) 287 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.384 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881628+0000 mon.a (mon.0) 288 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.385 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881628+0000 mon.a (mon.0) 288 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.385 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881670+0000 mon.a (mon.0) 289 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.385 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881670+0000 mon.a (mon.0) 289 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.385 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881711+0000 mon.a (mon.0) 290 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.385 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881711+0000 mon.a (mon.0) 290 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.385 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881754+0000 mon.a (mon.0) 291 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.386 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881754+0000 mon.a (mon.0) 291 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.386 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881796+0000 mon.a (mon.0) 292 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.386 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881796+0000 mon.a (mon.0) 292 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.386 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881839+0000 mon.a (mon.0) 293 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.386 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881839+0000 mon.a (mon.0) 293 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.387 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881882+0000 mon.a (mon.0) 294 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.387 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881882+0000 mon.a (mon.0) 294 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.387 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881925+0000 mon.a (mon.0) 295 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.387 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881925+0000 mon.a (mon.0) 295 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.387 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881971+0000 mon.a (mon.0) 296 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.387 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.881971+0000 mon.a (mon.0) 296 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.388 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882018+0000 mon.a (mon.0) 297 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.388 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882018+0000 mon.a (mon.0) 297 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.388 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882061+0000 mon.a (mon.0) 298 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.388 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882061+0000 mon.a (mon.0) 298 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.388 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882109+0000 mon.a (mon.0) 299 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.389 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882109+0000 mon.a (mon.0) 299 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.389 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882150+0000 mon.a (mon.0) 300 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.389 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882150+0000 mon.a (mon.0) 300 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.389 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882195+0000 mon.a (mon.0) 301 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.390 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882195+0000 mon.a (mon.0) 301 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.390 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882242+0000 mon.a (mon.0) 302 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.390 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882242+0000 mon.a (mon.0) 302 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi194 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmp98_et3p1:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.390 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882284+0000 mon.a (mon.0) 303 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.390 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882284+0000 mon.a (mon.0) 303 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.390 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882326+0000 mon.a (mon.0) 304 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.391 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882326+0000 mon.a (mon.0) 304 : cluster [WRN] host smithi047 `cephadm ceph-volume` failed: cephadm exited with an error code: 1, stderr: Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:27.391 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882371+0000 mon.a (mon.0) 305 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.391 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882371+0000 mon.a (mon.0) 305 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch 2024-04-24T17:18:27.391 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882416+0000 mon.a (mon.0) 306 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.391 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882416+0000 mon.a (mon.0) 306 : cluster [WRN] /usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.391 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882462+0000 mon.a (mon.0) 307 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882462+0000 mon.a (mon.0) 307 : cluster [WRN] /usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882504+0000 mon.a (mon.0) 308 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882504+0000 mon.a (mon.0) 308 : cluster [WRN] Traceback (most recent call last): 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882550+0000 mon.a (mon.0) 309 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882550+0000 mon.a (mon.0) 309 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882597+0000 mon.a (mon.0) 310 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882597+0000 mon.a (mon.0) 310 : cluster [WRN] return _run_code(code, main_globals, None, 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882638+0000 mon.a (mon.0) 311 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882638+0000 mon.a (mon.0) 311 : cluster [WRN] File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882683+0000 mon.a (mon.0) 312 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882683+0000 mon.a (mon.0) 312 : cluster [WRN] exec(code, run_globals) 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882730+0000 mon.a (mon.0) 313 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.392 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882730+0000 mon.a (mon.0) 313 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5642, in 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882770+0000 mon.a (mon.0) 314 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882770+0000 mon.a (mon.0) 314 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 5630, in main 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882812+0000 mon.a (mon.0) 315 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882812+0000 mon.a (mon.0) 315 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 408, in _infer_config 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882857+0000 mon.a (mon.0) 316 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882857+0000 mon.a (mon.0) 316 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882900+0000 mon.a (mon.0) 317 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882900+0000 mon.a (mon.0) 317 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 436, in _infer_image 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882940+0000 mon.a (mon.0) 318 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882940+0000 mon.a (mon.0) 318 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882981+0000 mon.a (mon.0) 319 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.882981+0000 mon.a (mon.0) 319 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.883024+0000 mon.a (mon.0) 320 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.883024+0000 mon.a (mon.0) 320 : cluster [WRN] File "/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/cephadm.1f08c70ed1be73eb5430d661f765904c2335d752edef06817644566059cdce9e/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:27.393 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.883073+0000 mon.a (mon.0) 321 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.883073+0000 mon.a (mon.0) 321 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpkj4tihs4:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a inventory --format=json-pretty --filter-for-batch: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.883118+0000 mon.a (mon.0) 322 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: cluster 2024-04-24T17:18:26.883118+0000 mon.a (mon.0) 322 : cluster [WRN] See 'docker run --help'. 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.920005+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.920005+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.925945+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.925945+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.394 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.932083+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:27.395 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:26 smithi163 bash[21504]: audit 2024-04-24T17:18:26.932083+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:28.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:27 smithi194 bash[21870]: audit 2024-04-24T17:18:27.801122+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:28.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:27 smithi194 bash[21870]: audit 2024-04-24T17:18:27.801122+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:28.228 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-04-24T17:18:28.229 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":3,"fsid":"005da470-025e-11ef-bc93-c7b262605968","modified":"2024-04-24T17:18:21.800003Z","created":"2024-04-24T17:15:38.130909Z","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.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:3300","nonce":0},{"type":"v1","addr":"172.21.15.163:6789","nonce":0}]},"addr":"172.21.15.163:6789/0","public_addr":"172.21.15.163:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-24T17:18:28.232 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 3 2024-04-24T17:18:28.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:27 smithi047 bash[21460]: audit 2024-04-24T17:18:27.801122+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:28.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:27 smithi047 bash[21460]: audit 2024-04-24T17:18:27.801122+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:28.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:27 smithi163 bash[21504]: audit 2024-04-24T17:18:27.801122+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:28.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:27 smithi163 bash[21504]: audit 2024-04-24T17:18:27.801122+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:18:28.837 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-24T17:18:28.837 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-24T17:18:29.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:28 smithi047 bash[21460]: cluster 2024-04-24T17:18:28.003287+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:28 smithi047 bash[21460]: cluster 2024-04-24T17:18:28.003287+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:28 smithi047 bash[21460]: audit 2024-04-24T17:18:28.229221+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.194:0/1636986227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:29.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:28 smithi047 bash[21460]: audit 2024-04-24T17:18:28.229221+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.194:0/1636986227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:29.290 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:28 smithi194 bash[21870]: cluster 2024-04-24T17:18:28.003287+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:28 smithi194 bash[21870]: cluster 2024-04-24T17:18:28.003287+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:28 smithi194 bash[21870]: audit 2024-04-24T17:18:28.229221+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.194:0/1636986227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:29.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:28 smithi194 bash[21870]: audit 2024-04-24T17:18:28.229221+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.194:0/1636986227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:29.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:28 smithi163 bash[21504]: cluster 2024-04-24T17:18:28.003287+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:28 smithi163 bash[21504]: cluster 2024-04-24T17:18:28.003287+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:29.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:28 smithi163 bash[21504]: audit 2024-04-24T17:18:28.229221+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.194:0/1636986227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:29.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:28 smithi163 bash[21504]: audit 2024-04-24T17:18:28.229221+0000 mon.a (mon.0) 327 : audit [DBG] from='client.? 172.21.15.194:0/1636986227' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:18:31.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:30 smithi047 bash[21460]: cluster 2024-04-24T17:18:30.004537+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:31.038 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:30 smithi047 bash[21460]: cluster 2024-04-24T17:18:30.004537+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:31.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:30 smithi194 bash[21870]: cluster 2024-04-24T17:18:30.004537+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:31.041 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:30 smithi194 bash[21870]: cluster 2024-04-24T17:18:30.004537+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:31.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:30 smithi163 bash[21504]: cluster 2024-04-24T17:18:30.004537+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:31.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:30 smithi163 bash[21504]: cluster 2024-04-24T17:18:30.004537+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:33 smithi163 bash[21504]: cluster 2024-04-24T17:18:32.005760+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:33 smithi163 bash[21504]: cluster 2024-04-24T17:18:32.005760+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:33 smithi163 bash[21504]: audit 2024-04-24T17:18:32.966168+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:33.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:33 smithi163 bash[21504]: audit 2024-04-24T17:18:32.966168+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:33.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:33 smithi163 bash[21504]: audit 2024-04-24T17:18:32.968227+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:33.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:33 smithi163 bash[21504]: audit 2024-04-24T17:18:32.968227+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:33.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:33 smithi047 bash[21460]: cluster 2024-04-24T17:18:32.005760+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:33 smithi047 bash[21460]: cluster 2024-04-24T17:18:32.005760+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:33 smithi047 bash[21460]: audit 2024-04-24T17:18:32.966168+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:33.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:33 smithi047 bash[21460]: audit 2024-04-24T17:18:32.966168+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:33.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:33 smithi047 bash[21460]: audit 2024-04-24T17:18:32.968227+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:33.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:33 smithi047 bash[21460]: audit 2024-04-24T17:18:32.968227+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:33.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:33 smithi194 bash[21870]: cluster 2024-04-24T17:18:32.005760+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:33 smithi194 bash[21870]: cluster 2024-04-24T17:18:32.005760+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:33.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:33 smithi194 bash[21870]: audit 2024-04-24T17:18:32.966168+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:33.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:33 smithi194 bash[21870]: audit 2024-04-24T17:18:32.966168+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:33.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:33 smithi194 bash[21870]: audit 2024-04-24T17:18:32.968227+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:33.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:33 smithi194 bash[21870]: audit 2024-04-24T17:18:32.968227+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:33.559 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:34.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:32.970884+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:18:34.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:32.970884+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:18:34.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:32.971859+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:18:34.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:32.971859+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:18:34.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:32.973821+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:18:34.354 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:32.973821+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.288547+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.288547+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.290334+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.290334+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.291142+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.291142+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.508281+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.508281+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.512636+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.512636+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.517128+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.517128+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.355 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.522820+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.522820+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.608307+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.608307+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.611955+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.611955+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.616145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.616145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.620466+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.620466+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.621224+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.621224+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.622037+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:34.356 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.622037+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:34.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.622847+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:34.357 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:34 smithi163 bash[21504]: audit 2024-04-24T17:18:33.622847+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:32.970884+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:32.970884+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:32.971859+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:32.971859+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:32.973821+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:32.973821+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.288547+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.288547+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.290334+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.290334+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.291142+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.291142+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.508281+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.508281+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.540 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.512636+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.541 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.512636+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.541 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.517128+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.541 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.517128+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.541 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.522820+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.541 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.522820+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.541 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.608307+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.541 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.608307+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.542 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.611955+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.542 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.611955+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.542 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.616145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.542 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.616145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.542 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.620466+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.542 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.620466+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.543 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.621224+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:34.543 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.621224+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:34.543 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.622037+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:34.543 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.622037+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:34.543 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.622847+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:34.543 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:34 smithi047 bash[21460]: audit 2024-04-24T17:18:33.622847+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:34.544 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:32.970884+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:18:34.545 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:32.970884+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Updating smithi047:/etc/ceph/ceph.conf 2024-04-24T17:18:34.545 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:32.971859+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:18:34.545 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:32.971859+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi163:/etc/ceph/ceph.conf 2024-04-24T17:18:34.545 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:32.973821+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:18:34.545 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:32.973821+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2024-04-24T17:18:34.545 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.288547+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.288547+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.290334+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.290334+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.291142+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.291142+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:18:34.546 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.508281+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.548 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.508281+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.548 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.512636+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.512636+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.517128+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.517128+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.522820+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.522820+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.549 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.608307+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.550 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.608307+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.550 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.611955+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.550 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.611955+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.550 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.616145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.550 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.616145+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.550 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.620466+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.620466+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:34.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.621224+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:34.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.621224+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:34.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.622037+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:34.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.622037+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:34.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.622847+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:34.551 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:34 smithi194 bash[21870]: audit 2024-04-24T17:18:33.622847+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cluster 2024-04-24T17:18:33.517811+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cluster 2024-04-24T17:18:33.517811+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cluster 2024-04-24T17:18:33.518667+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cluster 2024-04-24T17:18:33.518667+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.620897+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.620897+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.623990+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.a on smithi047 2024-04-24T17:18:35.248 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:35 smithi047 bash[21460]: cephadm 2024-04-24T17:18:33.623990+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.a on smithi047 2024-04-24T17:18:35.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cluster 2024-04-24T17:18:33.517811+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cluster 2024-04-24T17:18:33.517811+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cluster 2024-04-24T17:18:33.518667+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cluster 2024-04-24T17:18:33.518667+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.620897+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:18:35.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.620897+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:18:35.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.623990+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.a on smithi047 2024-04-24T17:18:35.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:35 smithi163 bash[21504]: cephadm 2024-04-24T17:18:33.623990+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.a on smithi047 2024-04-24T17:18:35.365 INFO:teuthology.orchestra.run.smithi047.stdout:# minimal ceph.conf for 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:35.366 INFO:teuthology.orchestra.run.smithi047.stdout:[global] 2024-04-24T17:18:35.366 INFO:teuthology.orchestra.run.smithi047.stdout: fsid = 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:35.366 INFO:teuthology.orchestra.run.smithi047.stdout: mon_host = [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2024-04-24T17:18:35.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cluster 2024-04-24T17:18:33.517811+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cluster 2024-04-24T17:18:33.517811+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cluster 2024-04-24T17:18:33.518667+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cluster 2024-04-24T17:18:33.518667+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:35.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.620897+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:18:35.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.620897+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:18:35.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.623990+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.a on smithi047 2024-04-24T17:18:35.542 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:35 smithi194 bash[21870]: cephadm 2024-04-24T17:18:33.623990+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.a on smithi047 2024-04-24T17:18:36.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:35.366605+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.47:0/10486448' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:35.366605+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.47:0/10486448' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.029766+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.029766+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.044309+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.044309+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.045870+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.045870+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.047432+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:36 smithi047 bash[21460]: audit 2024-04-24T17:18:36.047432+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.297 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-24T17:18:36.297 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:18:36.297 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:18:36.311 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:18:36.311 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:18:36.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:35.366605+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.47:0/10486448' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:35.366605+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.47:0/10486448' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.029766+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:36.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.029766+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:36.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.044309+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:36.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.044309+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:36.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.045870+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:36.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.045870+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:36.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.047432+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:36 smithi163 bash[21504]: audit 2024-04-24T17:18:36.047432+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.368 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:18:36.368 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:18:36.380 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:18:36.380 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:18:36.436 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:18:36.436 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:35.366605+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.47:0/10486448' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:35.366605+0000 mon.a (mon.0) 341 : audit [DBG] from='client.? 172.21.15.47:0/10486448' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.029766+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.029766+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.044309+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.044309+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.045870+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.045870+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.047432+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:36 smithi194 bash[21870]: audit 2024-04-24T17:18:36.047432+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:36.451 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:18:36.451 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:18:36.508 INFO:tasks.cephadm:Adding mgr.a on smithi047 2024-04-24T17:18:36.508 INFO:tasks.cephadm:Adding mgr.b on smithi163 2024-04-24T17:18:36.508 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi047=a;smithi163=b' 2024-04-24T17:18:37.345 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:37 smithi163 bash[21504]: cluster 2024-04-24T17:18:35.519856+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:37.345 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:37 smithi163 bash[21504]: cluster 2024-04-24T17:18:35.519856+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:37.345 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:37 smithi163 bash[21504]: cephadm 2024-04-24T17:18:36.043739+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:18:37.345 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:37 smithi163 bash[21504]: cephadm 2024-04-24T17:18:36.043739+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:18:37.345 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:37 smithi163 bash[21504]: cephadm 2024-04-24T17:18:36.049034+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mon.b on smithi163 2024-04-24T17:18:37.345 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:37 smithi163 bash[21504]: cephadm 2024-04-24T17:18:36.049034+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mon.b on smithi163 2024-04-24T17:18:37.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:37 smithi047 bash[21460]: cluster 2024-04-24T17:18:35.519856+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:37.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:37 smithi047 bash[21460]: cluster 2024-04-24T17:18:35.519856+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:37.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:37 smithi047 bash[21460]: cephadm 2024-04-24T17:18:36.043739+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:18:37.538 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:37 smithi047 bash[21460]: cephadm 2024-04-24T17:18:36.043739+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:18:37.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:37 smithi047 bash[21460]: cephadm 2024-04-24T17:18:36.049034+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mon.b on smithi163 2024-04-24T17:18:37.539 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:37 smithi047 bash[21460]: cephadm 2024-04-24T17:18:36.049034+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mon.b on smithi163 2024-04-24T17:18:37.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:37 smithi194 bash[21870]: cluster 2024-04-24T17:18:35.519856+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:37.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:37 smithi194 bash[21870]: cluster 2024-04-24T17:18:35.519856+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:37.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:37 smithi194 bash[21870]: cephadm 2024-04-24T17:18:36.043739+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:18:37.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:37 smithi194 bash[21870]: cephadm 2024-04-24T17:18:36.043739+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:18:37.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:37 smithi194 bash[21870]: cephadm 2024-04-24T17:18:36.049034+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mon.b on smithi163 2024-04-24T17:18:37.541 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:37 smithi194 bash[21870]: cephadm 2024-04-24T17:18:36.049034+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mon.b on smithi163 2024-04-24T17:18:39.272 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: cluster 2024-04-24T17:18:37.521119+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:39.272 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: cluster 2024-04-24T17:18:37.521119+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:37.990525+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:37.990525+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: cephadm 2024-04-24T17:18:38.018989+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: cephadm 2024-04-24T17:18:38.018989+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:38.019668+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:38.019668+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:38.021506+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:38.021506+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:38.023201+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: audit 2024-04-24T17:18:38.023201+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: cephadm 2024-04-24T17:18:38.025317+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-04-24T17:18:39.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:38 smithi194 bash[21870]: cephadm 2024-04-24T17:18:38.025317+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-04-24T17:18:39.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: cluster 2024-04-24T17:18:37.521119+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: cluster 2024-04-24T17:18:37.521119+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:37.990525+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:37.990525+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: cephadm 2024-04-24T17:18:38.018989+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: cephadm 2024-04-24T17:18:38.018989+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:38.019668+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:38.019668+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:38.021506+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:38.021506+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:38.023201+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: audit 2024-04-24T17:18:38.023201+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: cephadm 2024-04-24T17:18:38.025317+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-04-24T17:18:39.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:38 smithi047 bash[21460]: cephadm 2024-04-24T17:18:38.025317+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-04-24T17:18:39.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: cluster 2024-04-24T17:18:37.521119+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:39.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: cluster 2024-04-24T17:18:37.521119+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:37.990525+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:37.990525+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: cephadm 2024-04-24T17:18:38.018989+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: cephadm 2024-04-24T17:18:38.018989+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:38.019668+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:38.019668+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:38.021506+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:38.021506+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:38.023201+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: audit 2024-04-24T17:18:38.023201+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: cephadm 2024-04-24T17:18:38.025317+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-04-24T17:18:39.351 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:38 smithi163 bash[21504]: cephadm 2024-04-24T17:18:38.025317+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring daemon mon.c on smithi194 2024-04-24T17:18:40.299 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T17:18:41.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:40 smithi163 bash[21504]: cluster 2024-04-24T17:18:39.522386+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:41.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:40 smithi163 bash[21504]: cluster 2024-04-24T17:18:39.522386+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:41.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:40 smithi163 bash[21504]: audit 2024-04-24T17:18:39.850868+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:41.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:40 smithi163 bash[21504]: audit 2024-04-24T17:18:39.850868+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:41.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:40 smithi163 bash[21504]: audit 2024-04-24T17:18:39.897074+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:41.100 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:40 smithi163 bash[21504]: audit 2024-04-24T17:18:39.897074+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:41.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:40 smithi047 bash[21460]: cluster 2024-04-24T17:18:39.522386+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:41.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:40 smithi047 bash[21460]: cluster 2024-04-24T17:18:39.522386+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:41.288 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:40 smithi047 bash[21460]: audit 2024-04-24T17:18:39.850868+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:41.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:40 smithi047 bash[21460]: audit 2024-04-24T17:18:39.850868+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:41.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:40 smithi047 bash[21460]: audit 2024-04-24T17:18:39.897074+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:41.289 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:40 smithi047 bash[21460]: audit 2024-04-24T17:18:39.897074+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:41.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:40 smithi194 bash[21870]: cluster 2024-04-24T17:18:39.522386+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:41.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:40 smithi194 bash[21870]: cluster 2024-04-24T17:18:39.522386+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:41.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:40 smithi194 bash[21870]: audit 2024-04-24T17:18:39.850868+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:41.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:40 smithi194 bash[21870]: audit 2024-04-24T17:18:39.850868+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:41.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:40 smithi194 bash[21870]: audit 2024-04-24T17:18:39.897074+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:41.291 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:40 smithi194 bash[21870]: audit 2024-04-24T17:18:39.897074+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:18:41.368 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mgr update... 2024-04-24T17:18:42.006 DEBUG:teuthology.orchestra.run.smithi163:mgr.b> sudo journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.b.service 2024-04-24T17:18:42.008 INFO:tasks.cephadm:Deploying OSDs... 2024-04-24T17:18:42.009 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-04-24T17:18:42.009 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:18:42.015 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-24T17:18:42.016 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-24 17:08:12.278567160 +0000 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-24 17:08:12.018569482 +0000 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-24 17:08:12.018569482 +0000 2024-04-24T17:18:42.064 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-24T17:18:42.065 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:18:42.118 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-24T17:18:42.118 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-24T17:18:42.119 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000281476 s, 1.8 MB/s 2024-04-24T17:18:42.120 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:18:42.169 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-04-24T17:18:42.215 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:18:42.215 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:42.215 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-24T17:18:42.215 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:42.216 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-24 17:08:12.786562623 +0000 2024-04-24T17:18:42.216 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-24 17:08:12.502565160 +0000 2024-04-24T17:18:42.216 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-24 17:08:12.502565160 +0000 2024-04-24T17:18:42.216 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-24T17:18:42.216 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:18:42.270 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-24T17:18:42.270 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-24T17:18:42.270 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000247713 s, 2.1 MB/s 2024-04-24T17:18:42.271 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:18:42.321 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-04-24T17:18:42.367 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:18:42.368 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:42.368 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-04-24T17:18:42.368 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:42.368 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-24 17:08:13.014560586 +0000 2024-04-24T17:18:42.368 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-24 17:08:13.010560621 +0000 2024-04-24T17:18:42.368 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-24 17:08:13.010560621 +0000 2024-04-24T17:18:42.368 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-24T17:18:42.368 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:18:42.423 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-24T17:18:42.423 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-24T17:18:42.423 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000255782 s, 2.0 MB/s 2024-04-24T17:18:42.424 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:18:42.477 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-04-24 17:08:13.730554191 +0000 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-04-24 17:08:13.482556406 +0000 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-04-24 17:08:13.482556406 +0000 2024-04-24T17:18:42.524 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-04-24T17:18:42.524 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:18:42.577 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-04-24T17:18:42.578 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-04-24T17:18:42.578 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000270502 s, 1.9 MB/s 2024-04-24T17:18:42.579 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:18:42.633 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-24T17:18:42.633 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:18:42.638 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-24T17:18:42.638 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_1 2024-04-24T17:18:42.684 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:18:42.684 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:42.684 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-04-24T17:18:42.684 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:42.685 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-24 17:08:08.387549497 +0000 2024-04-24T17:18:42.685 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-24 17:08:08.131569703 +0000 2024-04-24T17:18:42.685 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-24 17:08:08.131569703 +0000 2024-04-24T17:18:42.685 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2024-04-24T17:18:42.685 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:18:42.736 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:42 smithi163 bash[21504]: audit 2024-04-24T17:18:41.358243+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi047=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:42.736 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:42 smithi163 bash[21504]: audit 2024-04-24T17:18:41.358243+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi047=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:42.736 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:42 smithi163 bash[21504]: cephadm 2024-04-24T17:18:41.361928+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi047=a;smithi163=b;count:2 2024-04-24T17:18:42.736 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:42 smithi163 bash[21504]: cephadm 2024-04-24T17:18:41.361928+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi047=a;smithi163=b;count:2 2024-04-24T17:18:42.736 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:42 smithi163 bash[21504]: audit 2024-04-24T17:18:41.368306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:42.737 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:42 smithi163 bash[21504]: audit 2024-04-24T17:18:41.368306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:42.737 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-24T17:18:42.738 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-24T17:18:42.738 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000310796 s, 1.6 MB/s 2024-04-24T17:18:42.739 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:18:42.787 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_2 2024-04-24T17:18:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:42 smithi047 bash[21460]: audit 2024-04-24T17:18:41.358243+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi047=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:42 smithi047 bash[21460]: audit 2024-04-24T17:18:41.358243+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi047=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:42 smithi047 bash[21460]: cephadm 2024-04-24T17:18:41.361928+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi047=a;smithi163=b;count:2 2024-04-24T17:18:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:42 smithi047 bash[21460]: cephadm 2024-04-24T17:18:41.361928+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi047=a;smithi163=b;count:2 2024-04-24T17:18:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:42 smithi047 bash[21460]: audit 2024-04-24T17:18:41.368306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:42.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:42 smithi047 bash[21460]: audit 2024-04-24T17:18:41.368306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:42.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:42 smithi194 bash[21870]: audit 2024-04-24T17:18:41.358243+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi047=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:42.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:42 smithi194 bash[21870]: audit 2024-04-24T17:18:41.358243+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi047=a;smithi163=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:18:42.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:42 smithi194 bash[21870]: cephadm 2024-04-24T17:18:41.361928+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi047=a;smithi163=b;count:2 2024-04-24T17:18:42.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:42 smithi194 bash[21870]: cephadm 2024-04-24T17:18:41.361928+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi047=a;smithi163=b;count:2 2024-04-24T17:18:42.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:42 smithi194 bash[21870]: audit 2024-04-24T17:18:41.368306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:42.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:42 smithi194 bash[21870]: audit 2024-04-24T17:18:41.368306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-24 17:08:08.891509715 +0000 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-24 17:08:08.615531500 +0000 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-24 17:08:08.615531500 +0000 2024-04-24T17:18:42.834 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2024-04-24T17:18:42.834 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:18:42.888 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-24T17:18:42.888 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-24T17:18:42.888 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000419538 s, 1.2 MB/s 2024-04-24T17:18:42.889 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:18:42.939 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_3 2024-04-24T17:18:42.985 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:18:42.985 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:42.985 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-24T17:18:42.985 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:42.986 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-24 17:08:09.395470712 +0000 2024-04-24T17:18:42.986 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-24 17:08:09.127491329 +0000 2024-04-24T17:18:42.986 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-24 17:08:09.127491329 +0000 2024-04-24T17:18:42.986 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2024-04-24T17:18:42.986 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:18:43.040 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-24T17:18:43.040 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-24T17:18:43.040 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000366445 s, 1.4 MB/s 2024-04-24T17:18:43.041 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:18:43.094 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_4 2024-04-24T17:18:43.141 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:18:43.141 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:43.142 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-24T17:18:43.142 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:43.142 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-24 17:08:09.879433477 +0000 2024-04-24T17:18:43.142 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-24 17:08:09.611454095 +0000 2024-04-24T17:18:43.142 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-24 17:08:09.611454095 +0000 2024-04-24T17:18:43.142 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: - 2024-04-24T17:18:43.142 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:18:43.195 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-24T17:18:43.196 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-24T17:18:43.196 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000283866 s, 1.8 MB/s 2024-04-24T17:18:43.197 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:18:43.246 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-04-24T17:18:43.246 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:18:43.252 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-24T17:18:43.253 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2024-04-24T17:18:43.300 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:18:43.300 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:43.301 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 869 Links: 1 2024-04-24T17:18:43.301 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:43.301 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-04-24 17:08:08.394067092 +0000 2024-04-24T17:18:43.301 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-04-24 17:08:08.114069589 +0000 2024-04-24T17:18:43.301 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-04-24 17:08:08.114069589 +0000 2024-04-24T17:18:43.301 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-04-24T17:18:43.301 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:18:43.355 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-04-24T17:18:43.355 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-04-24T17:18:43.355 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000446879 s, 1.1 MB/s 2024-04-24T17:18:43.356 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:18:43.407 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2024-04-24T17:18:43.452 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:18:43.452 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:43.452 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-24T17:18:43.453 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:43.453 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-04-24 17:08:08.914062452 +0000 2024-04-24T17:18:43.453 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-04-24 17:08:08.634064951 +0000 2024-04-24T17:18:43.453 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-04-24 17:08:08.634064951 +0000 2024-04-24T17:18:43.453 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-04-24T17:18:43.453 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:18:43.507 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-04-24T17:18:43.507 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-04-24T17:18:43.507 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000448925 s, 1.1 MB/s 2024-04-24T17:18:43.508 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:18:43.557 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-04-24 17:08:09.406058064 +0000 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-04-24 17:08:09.134060490 +0000 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-04-24 17:08:09.134060490 +0000 2024-04-24T17:18:43.604 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-04-24T17:18:43.604 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:18:43.656 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:43 smithi194 bash[21870]: cluster 2024-04-24T17:18:41.523652+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:43.656 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:43 smithi194 bash[21870]: cluster 2024-04-24T17:18:41.523652+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:43.658 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-04-24T17:18:43.658 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-04-24T17:18:43.659 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000423758 s, 1.2 MB/s 2024-04-24T17:18:43.660 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:18:43.711 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2024-04-24 17:08:09.930053390 +0000 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2024-04-24 17:08:09.670055709 +0000 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2024-04-24 17:08:09.670055709 +0000 2024-04-24T17:18:43.760 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2024-04-24T17:18:43.761 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:18:43.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:43 smithi047 bash[21460]: cluster 2024-04-24T17:18:41.523652+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:43.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:43 smithi047 bash[21460]: cluster 2024-04-24T17:18:41.523652+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:43.814 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2024-04-24T17:18:43.814 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2024-04-24T17:18:43.814 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000405524 s, 1.3 MB/s 2024-04-24T17:18:43.816 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:18:43.850 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:43 smithi163 bash[21504]: cluster 2024-04-24T17:18:41.523652+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:43.850 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:43 smithi163 bash[21504]: cluster 2024-04-24T17:18:41.523652+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:43.865 INFO:tasks.cephadm:Deploying osd.0 on smithi047 with /dev/vg_nvme/lv_4... 2024-04-24T17:18:43.865 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-04-24T17:18:45.697 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:45 smithi163 bash[21504]: cluster 2024-04-24T17:18:43.524952+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:45.697 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:45 smithi163 bash[21504]: cluster 2024-04-24T17:18:43.524952+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:45.757 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:45 smithi047 bash[21460]: cluster 2024-04-24T17:18:43.524952+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:45.758 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:45 smithi047 bash[21460]: cluster 2024-04-24T17:18:43.524952+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:45.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:45 smithi194 bash[21870]: cluster 2024-04-24T17:18:43.524952+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:45.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:45 smithi194 bash[21870]: cluster 2024-04-24T17:18:43.524952+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:47.600 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: cluster 2024-04-24T17:18:45.526400+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:47.600 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: cluster 2024-04-24T17:18:45.526400+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.848013+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.848013+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.849875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.849875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.861924+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.861924+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.865307+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.865307+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.868038+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.868038+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.872687+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.872687+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:18:47.601 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.874701+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.602 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:47 smithi163 bash[21504]: audit 2024-04-24T17:18:46.874701+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.788 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: cluster 2024-04-24T17:18:45.526400+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: cluster 2024-04-24T17:18:45.526400+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.848013+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.848013+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.849875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.849875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.861924+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.861924+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.865307+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.865307+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.868038+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.868038+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.872687+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:18:47.789 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.872687+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:18:47.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.874701+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.790 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:47 smithi047 bash[21460]: audit 2024-04-24T17:18:46.874701+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: cluster 2024-04-24T17:18:45.526400+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:47.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: cluster 2024-04-24T17:18:45.526400+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:47.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.848013+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.848013+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.849875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:47.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.849875+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:18:47.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.861924+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.861924+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.865307+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.865307+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.868038+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.868038+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.872687+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.872687+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.874701+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.792 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:47 smithi194 bash[21870]: audit 2024-04-24T17:18:46.874701+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.47:0/2824616950' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:18:47.958 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:18:48.649 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:48 smithi047 bash[21460]: cluster 2024-04-24T17:18:46.853148+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.649 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:48 smithi047 bash[21460]: cluster 2024-04-24T17:18:46.853148+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.649 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:48 smithi047 bash[21460]: cluster 2024-04-24T17:18:46.854526+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.649 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:48 smithi047 bash[21460]: cluster 2024-04-24T17:18:46.854526+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.649 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:48 smithi047 bash[21460]: cephadm 2024-04-24T17:18:46.876843+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi163 2024-04-24T17:18:48.649 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:48 smithi047 bash[21460]: cephadm 2024-04-24T17:18:46.876843+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi163 2024-04-24T17:18:48.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:48 smithi194 bash[21870]: cluster 2024-04-24T17:18:46.853148+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:48 smithi194 bash[21870]: cluster 2024-04-24T17:18:46.853148+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:48 smithi194 bash[21870]: cluster 2024-04-24T17:18:46.854526+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:48 smithi194 bash[21870]: cluster 2024-04-24T17:18:46.854526+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:48 smithi194 bash[21870]: cephadm 2024-04-24T17:18:46.876843+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi163 2024-04-24T17:18:48.791 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:48 smithi194 bash[21870]: cephadm 2024-04-24T17:18:46.876843+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi163 2024-04-24T17:18:48.850 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:48 smithi163 bash[21504]: cluster 2024-04-24T17:18:46.853148+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.850 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:48 smithi163 bash[21504]: cluster 2024-04-24T17:18:46.853148+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.851 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:48 smithi163 bash[21504]: cluster 2024-04-24T17:18:46.854526+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.851 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:48 smithi163 bash[21504]: cluster 2024-04-24T17:18:46.854526+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:18:48.851 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:48 smithi163 bash[21504]: cephadm 2024-04-24T17:18:46.876843+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi163 2024-04-24T17:18:48.851 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:48 smithi163 bash[21504]: cephadm 2024-04-24T17:18:46.876843+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi163 2024-04-24T17:18:49.236 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:49 smithi163 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:18:49.236 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:49 smithi163 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:18:49.600 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:49 smithi163 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:18:49.600 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:49 smithi163 systemd[1]: /etc/systemd/system/ceph-005da470-025e-11ef-bc93-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-24T17:18:49.600 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:49 smithi163 systemd[1]: Started Ceph mgr.b for 005da470-025e-11ef-bc93-c7b262605968. 2024-04-24T17:18:49.685 INFO:teuthology.orchestra.run.smithi047.stderr:Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpo45c41ag:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpxoc425q1:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc lvm zap /dev/vg_nvme/lv_4 2024-04-24T17:18:49.685 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:49.686 INFO:teuthology.orchestra.run.smithi047.stderr:/usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:18:49.686 INFO:teuthology.orchestra.run.smithi047.stderr:Traceback (most recent call last): 2024-04-24T17:18:49.686 INFO:teuthology.orchestra.run.smithi047.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: return _run_code(code, main_globals, None, 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: exec(code, run_globals) 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5642, in 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5630, in main 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 408, in _infer_config 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 323, in _infer_fsid 2024-04-24T17:18:49.687 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-04-24T17:18:49.688 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 310, in _validate_fsid 2024-04-24T17:18:49.688 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:18:49.688 INFO:teuthology.orchestra.run.smithi047.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:18:49.688 INFO:teuthology.orchestra.run.smithi047.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -e NODE_NAME=smithi047 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpo45c41ag:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpxoc425q1:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc lvm zap /dev/vg_nvme/lv_4: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T17:18:49.688 INFO:teuthology.orchestra.run.smithi047.stderr:See 'docker run --help'. 2024-04-24T17:18:49.688 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-04-24T17:18:49.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:18:49.724 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi047 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:18:49.726 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:18:49.739 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:18:49.752 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:18:49.765 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T17:18:49.766 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:18:49.787 DEBUG:teuthology.orchestra.run.smithi163:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:18:49.801 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:18:49.815 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T17:18:49.815 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-24T17:18:49.815 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a 2024-04-24T17:18:49.988 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:49 smithi047 systemd[1]: Stopping Ceph mon.a for 005da470-025e-11ef-bc93-c7b262605968... 2024-04-24T17:18:49.988 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:49 smithi047 bash[21460]: debug 2024-04-24T17:18:49.960+0000 7f3199141700 -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-24T17:18:49.988 INFO:journalctl@ceph.mon.a.smithi047.stdout:Apr 24 17:18:49 smithi047 bash[21460]: debug 2024-04-24T17:18:49.960+0000 7f3199141700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-24T17:18:50.600 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:50 smithi163 bash[22256]: debug 2024-04-24T17:18:50.314+0000 7fa0a0c7b700 1 -- 172.21.15.163:0/2971606 <== mon.2 v2:172.21.15.163:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555d5f5aa5a0 con 0x555d6032a800 2024-04-24T17:18:50.600 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:50 smithi163 bash[22256]: debug 2024-04-24T17:18:50.446+0000 7fa0aae8d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:18:50.723 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mon.a.service' 2024-04-24T17:18:50.753 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:18:50.753 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-24T17:18:50.753 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-24T17:18:50.753 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-005da470-025e-11ef-bc93-c7b262605968@mon.b 2024-04-24T17:18:51.099 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:50 smithi163 systemd[1]: Stopping Ceph mon.b for 005da470-025e-11ef-bc93-c7b262605968... 2024-04-24T17:18:51.099 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:50 smithi163 bash[21504]: debug 2024-04-24T17:18:50.886+0000 7f0d2b99a700 -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-24T17:18:51.099 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:50 smithi163 bash[21504]: debug 2024-04-24T17:18:50.886+0000 7f0d2b99a700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-24T17:18:51.350 INFO:journalctl@ceph.mon.b.smithi163.stdout:Apr 24 17:18:51 smithi163 bash[22389]: ceph-005da470-025e-11ef-bc93-c7b262605968-mon-b 2024-04-24T17:18:51.547 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mon.b.service' 2024-04-24T17:18:51.571 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:18:51.571 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-24T17:18:51.571 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-24T17:18:51.571 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-005da470-025e-11ef-bc93-c7b262605968@mon.c 2024-04-24T17:18:51.923 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:51 smithi194 systemd[1]: Stopping Ceph mon.c for 005da470-025e-11ef-bc93-c7b262605968... 2024-04-24T17:18:51.923 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:51 smithi194 bash[21870]: debug 2024-04-24T17:18:51.713+0000 7f81dfb1d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-24T17:18:51.923 INFO:journalctl@ceph.mon.c.smithi194.stdout:Apr 24 17:18:51 smithi194 bash[21870]: debug 2024-04-24T17:18:51.713+0000 7f81dfb1d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-24T17:18:52.350 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:52 smithi163 bash[22256]: debug 2024-04-24T17:18:52.034+0000 7fa0aae8d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:18:52.350 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:52 smithi163 bash[22256]: debug 2024-04-24T17:18:52.130+0000 7fa0aae8d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:18:52.556 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mon.c.service' 2024-04-24T17:18:52.601 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:18:52.601 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-24T17:18:52.601 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-24T17:18:52.601 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.a 2024-04-24T17:18:52.790 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:52 smithi163 bash[22256]: debug 2024-04-24T17:18:52.378+0000 7fa0aae8d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:18:52.984 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:18:52 smithi047 systemd[1]: Stopping Ceph mgr.a for 005da470-025e-11ef-bc93-c7b262605968... 2024-04-24T17:18:52.985 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:18:52 smithi047 bash[21709]: debug 2024-04-24T17:18:52.752+0000 7f2d00f63700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-24T17:18:52.985 INFO:journalctl@ceph.mgr.a.smithi047.stdout:Apr 24 17:18:52 smithi047 bash[21709]: debug 2024-04-24T17:18:52.752+0000 7f2d00f63700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-24T17:18:53.450 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-24T17:18:53.492 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:18:53.492 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-24T17:18:53.492 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-24T17:18:53.492 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.b 2024-04-24T17:18:53.502 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:53 smithi163 bash[22256]: debug 2024-04-24T17:18:53.186+0000 7fa0aae8d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:18:53.502 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:53 smithi163 bash[22256]: debug 2024-04-24T17:18:53.294+0000 7fa0aae8d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:18:53.502 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:53 smithi163 bash[22256]: debug 2024-04-24T17:18:53.394+0000 7fa0aae8d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:18:53.814 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:53 smithi163 systemd[1]: Stopping Ceph mgr.b for 005da470-025e-11ef-bc93-c7b262605968... 2024-04-24T17:18:54.412 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-24T17:18:54.464 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:54 smithi163 bash[22534]: ceph-005da470-025e-11ef-bc93-c7b262605968-mgr-b 2024-04-24T17:18:54.464 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:54 smithi163 systemd[1]: ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-04-24T17:18:54.464 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:54 smithi163 bash[22596]: Error response from daemon: No such container: ceph-005da470-025e-11ef-bc93-c7b262605968-mgr-b 2024-04-24T17:18:54.464 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:54 smithi163 systemd[1]: ceph-005da470-025e-11ef-bc93-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-04-24T17:18:54.464 INFO:journalctl@ceph.mgr.b.smithi163.stdout:Apr 24 17:18:54 smithi163 systemd[1]: Stopped Ceph mgr.b for 005da470-025e-11ef-bc93-c7b262605968. 2024-04-24T17:18:54.489 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:18:54.490 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-24T17:18:54.490 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 005da470-025e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:18:54.665 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:57.120 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 005da470-025e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:18:57.286 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:18:59.288 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 005da470-025e-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:18:59.458 INFO:teuthology.orchestra.run.smithi194.stdout:Deleting cluster with fsid: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:19:01.187 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:19:01.202 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:19:01.217 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:19:01.229 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T17:19:01.231 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi047/crash 2024-04-24T17:19:01.232 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:19:01.258 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:19:01.258 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:19:01.260 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi163/crash 2024-04-24T17:19:01.261 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:19:01.273 INFO:teuthology.orchestra.run.smithi163.stderr:tar: /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:19:01.273 INFO:teuthology.orchestra.run.smithi163.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:19:01.275 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi194/crash 2024-04-24T17:19:01.276 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:19:01.286 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/005da470-025e-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:19:01.286 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:19:01.287 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T17:19:01.287 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-04-24T17:19:01.316 INFO:teuthology.orchestra.run.smithi047.stdout:2024-04-24T17:17:10.288797+0000 mon.a (mon.0) 102 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:19:01.317 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-24T17:19:01.317 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[SEC\]' /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-04-24T17:19:01.373 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[ERR\]' /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-04-24T17:19:01.427 DEBUG:teuthology.orchestra.run.smithi047:> sudo egrep '\[WRN\]' /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-04-24T17:19:01.482 INFO:teuthology.orchestra.run.smithi047.stdout:2024-04-24T17:17:10.288797+0000 mon.a (mon.0) 102 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-24T17:19:01.483 INFO:tasks.cephadm:Compressing logs... 2024-04-24T17:19:01.483 DEBUG:teuthology.orchestra.run.smithi047:> 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-24T17:19:01.528 DEBUG:teuthology.orchestra.run.smithi163:> 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-24T17:19:01.533 DEBUG:teuthology.orchestra.run.smithi194:> 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-24T17:19:01.536 INFO:teuthology.orchestra.run.smithi047.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:19:01.542 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:19:01.543 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-24T17:19:01.543 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:19:01.543 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:19:01.544 INFO:teuthology.orchestra.run.smithi163.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:19:01.545 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:19:01.545 INFO:teuthology.orchestra.run.smithi047.stderr: 81.0% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:19:01.545 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-24T17:19:01.545 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mgr.a.log: 89.9% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:19:01.545 INFO:teuthology.orchestra.run.smithi047.stderr: 88.6% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:19:01.545 INFO:teuthology.orchestra.run.smithi047.stderr: 88.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:19:01.547 INFO:teuthology.orchestra.run.smithi194.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:19:01.548 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:19:01.549 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:19:01.550 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:19:01.550 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-24T17:19:01.550 INFO:teuthology.orchestra.run.smithi163.stderr: 74.8% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:19:01.551 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:19:01.551 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-24T17:19:01.551 INFO:teuthology.orchestra.run.smithi163.stderr: 90.6% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:19:01.552 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mgr.b.log: /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log: 88.8% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:19:01.552 INFO:teuthology.orchestra.run.smithi163.stderr: 87.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:19:01.553 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.b.log: 89.8% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-24T17:19:01.561 INFO:teuthology.orchestra.run.smithi163.stderr: 92.5% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-24T17:19:01.561 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:19:01.561 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:19:01.562 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:19:01.563 INFO:teuthology.orchestra.run.smithi163.stderr: 2024-04-24T17:19:01.563 INFO:teuthology.orchestra.run.smithi163.stderr:real 0m0.030s 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi163.stderr:user 0m0.035s 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi163.stderr:sys 0m0.008s 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log: 74.8% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.c.log: 90.6% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log: 88.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:19:01.564 INFO:teuthology.orchestra.run.smithi194.stderr: 88.8% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:19:01.574 INFO:teuthology.orchestra.run.smithi194.stderr: 92.3% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-24T17:19:01.575 INFO:teuthology.orchestra.run.smithi194.stderr: 2024-04-24T17:19:01.575 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m0.037s 2024-04-24T17:19:01.576 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m0.030s 2024-04-24T17:19:01.576 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.008s 2024-04-24T17:19:01.583 INFO:teuthology.orchestra.run.smithi047.stderr: 90.4% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-24T17:19:01.615 INFO:teuthology.orchestra.run.smithi047.stderr: 91.4% -- replaced with /var/log/ceph/005da470-025e-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-24T17:19:01.616 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-04-24T17:19:01.616 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.087s 2024-04-24T17:19:01.616 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.116s 2024-04-24T17:19:01.616 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.018s 2024-04-24T17:19:01.617 INFO:tasks.cephadm:Archiving logs... 2024-04-24T17:19:01.618 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi047/log 2024-04-24T17:19:01.619 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:19:01.691 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi163/log 2024-04-24T17:19:01.692 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:19:01.714 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi194/log 2024-04-24T17:19:01.714 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:19:01.734 INFO:tasks.cephadm:Removing cluster... 2024-04-24T17:19:01.734 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 005da470-025e-11ef-bc93-c7b262605968 --force 2024-04-24T17:19:01.902 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:19:03.242 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 005da470-025e-11ef-bc93-c7b262605968 --force 2024-04-24T17:19:03.413 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:19:04.743 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 005da470-025e-11ef-bc93-c7b262605968 --force 2024-04-24T17:19:04.915 INFO:teuthology.orchestra.run.smithi194.stdout:Deleting cluster with fsid: 005da470-025e-11ef-bc93-c7b262605968 2024-04-24T17:19:06.256 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T17:19:06.257 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:19:06.264 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:19:06.271 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:19:06.277 INFO:tasks.cephadm:Teardown complete 2024-04-24T17:19:06.277 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi047 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:19:06.511 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=499a7a1f7e4d4f3abd515aa35cc2cb29 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi047 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 005da470-025e-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:19:06.515 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T17:19:06.525 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-24T17:19:06.571 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-24T17:19:06.571 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T17:19:06.593 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T17:19:06.598 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T17:19:06.691 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T17:19:06.699 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T17:19:06.700 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:19:06.702 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:19:06.705 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:19:06.714 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:19:06.714 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-04-24T17:19:06.714 INFO:teuthology.orchestra.run.smithi047.stdout:+hv01.front.sepi 44.4.53.2 2 u 53 64 177 0.150 -2.370 1.071 2024-04-24T17:19:06.715 INFO:teuthology.orchestra.run.smithi047.stdout:+hv02.front.sepi 63.231.80.2 3 u 44 64 177 0.077 -0.391 1.085 2024-04-24T17:19:06.715 INFO:teuthology.orchestra.run.smithi047.stdout:*hv03.front.sepi 74.6.168.72 3 u 50 64 177 0.138 -0.376 1.090 2024-04-24T17:19:06.715 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:19:06.716 INFO:teuthology.orchestra.run.smithi163.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:19:06.716 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================== 2024-04-24T17:19:06.717 INFO:teuthology.orchestra.run.smithi163.stdout:+hv01.front.sepi 44.4.53.2 2 u 41 64 177 0.116 -2.460 1.146 2024-04-24T17:19:06.717 INFO:teuthology.orchestra.run.smithi163.stdout:*hv02.front.sepi 63.231.80.2 3 u 46 64 177 0.110 -0.553 1.130 2024-04-24T17:19:06.717 INFO:teuthology.orchestra.run.smithi163.stdout:+hv03.front.sepi 74.6.168.72 3 u 45 64 177 0.130 -0.506 1.121 2024-04-24T17:19:06.717 INFO:teuthology.orchestra.run.smithi163.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:19:06.719 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:19:06.719 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2024-04-24T17:19:06.719 INFO:teuthology.orchestra.run.smithi194.stdout:+hv01.front.sepi 44.4.53.2 2 u 42 64 177 0.120 -2.394 0.762 2024-04-24T17:19:06.719 INFO:teuthology.orchestra.run.smithi194.stdout:*hv02.front.sepi 63.231.80.2 3 u 51 64 177 0.095 -0.491 0.809 2024-04-24T17:19:06.719 INFO:teuthology.orchestra.run.smithi194.stdout:+hv03.front.sepi 74.6.168.72 3 u 43 64 177 0.110 -0.401 0.791 2024-04-24T17:19:06.719 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:19:06.720 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T17:19:06.729 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T17:19:06.729 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T17:19:06.792 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T17:19:06.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T17:19:06.858 INFO:teuthology.task.internal:Duration was 885.548174 seconds 2024-04-24T17:19:06.858 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T17:19:06.892 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T17:19:06.893 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:19:06.895 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:19:06.898 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:19:06.934 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T17:19:06.934 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-04-24T17:19:06.935 DEBUG:teuthology.orchestra.run.smithi047:> 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-24T17:19:06.984 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2024-04-24T17:19:06.984 DEBUG:teuthology.orchestra.run.smithi163:> 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-24T17:19:06.995 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2024-04-24T17:19:06.995 DEBUG:teuthology.orchestra.run.smithi194:> 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-24T17:19:07.006 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T17:19:07.006 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:19:07.028 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:19:07.037 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:19:07.076 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T17:19:07.076 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:19:07.104 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:19:07.110 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:19:07.186 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T17:19:07.196 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T17:19:07.196 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:19:07.209 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:19:07.221 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:19:07.232 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T17:19:07.242 DEBUG:teuthology.orchestra.run.smithi047:> 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-24T17:19:07.256 DEBUG:teuthology.orchestra.run.smithi163:> 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-24T17:19:07.265 DEBUG:teuthology.orchestra.run.smithi194:> 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-24T17:19:07.266 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-04-24T17:19:07.274 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2024-04-24T17:19:07.286 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2024-04-24T17:19:07.318 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:19:07.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:19:07.336 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:19:07.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:19:07.344 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:19:07.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:19:07.363 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T17:19:07.373 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T17:19:07.374 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi047 2024-04-24T17:19:07.374 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:19:07.403 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi163 2024-04-24T17:19:07.404 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:19:07.428 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837/remote/smithi194 2024-04-24T17:19:07.429 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:19:07.450 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T17:19:07.450 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:19:07.452 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:19:07.466 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:19:07.492 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T17:19:07.504 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T17:19:07.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T17:19:07.528 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T17:19:07.531 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:19:07.534 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:19:07.537 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:19:07.538 INFO:teuthology.orchestra.run.smithi047.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:19 /home/ubuntu/cephtest 2024-04-24T17:19:07.539 INFO:teuthology.orchestra.run.smithi163.stdout: 658712 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:19 /home/ubuntu/cephtest 2024-04-24T17:19:07.544 INFO:teuthology.orchestra.run.smithi194.stdout: 658671 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:19 /home/ubuntu/cephtest 2024-04-24T17:19:07.545 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T17:19:07.561 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T17:19:07.627 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T17:19:07.653 DEBUG:teuthology.nuke:shortname: smithi047 2024-04-24T17:19:07.654 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:19:07.677 DEBUG:teuthology.nuke:shortname: smithi163 2024-04-24T17:19:07.678 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:19:07.683 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837', '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-24 16:54:58.752413', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCKKo41PJcN2bMbBSDrNIYFRrvzRQj353RbwB/uHA0RhsrWIUHjq2aLyBv2rH70Lwfa+FVY9N/dAXPERC1R9T44='} 2024-04-24T17:19:07.698 DEBUG:teuthology.nuke:shortname: smithi194 2024-04-24T17:19:07.699 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:19:07.709 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837', '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-24 16:54:58.753926', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEVyAqNYvvijPJbZGRxuC4VPwtWYZFIoVCmbPJgPYnN8E+Ox4lvCnWQxZwDvIPB8KakYWfLANj+C7EV97iIxNSo='} 2024-04-24T17:19:07.719 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671837', '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-24 16:54:58.755470', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIs7ibJjQ8M3TKgQxenJkMBKfNKZWvcAa/z72+oCYlJdocYM84cRUSvbQqMfg90X6NR3XCluH9yoOssx+VqVR3E='} 2024-04-24T17:19:07.737 INFO:teuthology.orchestra.console.smithi047:Power off 2024-04-24T17:19:07.737 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:19:07.762 DEBUG:teuthology.orchestra.console.smithi047:power off output: Chassis Power Control: Down/Off 2024-04-24T17:19:07.762 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:07.777 INFO:teuthology.orchestra.console.smithi194:Power off 2024-04-24T17:19:07.778 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:19:07.797 INFO:teuthology.orchestra.console.smithi163:Power off 2024-04-24T17:19:07.797 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:19:07.807 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2024-04-24T17:19:07.808 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:07.817 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-04-24T17:19:07.821 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2024-04-24T17:19:07.821 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:07.832 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-04-24T17:19:07.847 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2024-04-24T17:19:11.818 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:11.833 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:11.848 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:11.929 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-04-24T17:19:11.944 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-04-24T17:19:11.959 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2024-04-24T17:19:15.934 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:15.945 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:15.961 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:19:16.045 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is off 2024-04-24T17:19:16.056 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2024-04-24T17:19:16.072 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2024-04-24T17:19:16.146 INFO:teuthology.orchestra.console.smithi047:Power off completed 2024-04-24T17:19:16.157 INFO:teuthology.orchestra.console.smithi194:Power off completed 2024-04-24T17:19:16.172 INFO:teuthology.orchestra.console.smithi163:Power off completed 2024-04-24T17:19:16.277 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_host_drain} duration: 885.5481741428375 failure_reason: '"2024-04-24T17:17:10.288797+0000 mon.a (mon.0) 102 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED)" in cluster log' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=499a7a1f7e4d4f3abd515aa35cc2cb29 status: fail success: false 2024-04-24T17:19:16.277 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:19:16.367 INFO:teuthology.run:FAIL